Searched refs:drm_fb_helper_lastclose (Results 1 – 14 of 14) sorted by relevance
| /linux/include/drm/ |
| A D | drm_fb_helper.h | 268 void drm_fb_helper_lastclose(struct drm_device *dev); 438 static inline void drm_fb_helper_lastclose(struct drm_device *dev) in drm_fb_helper_lastclose() function
|
| /linux/drivers/gpu/drm/vboxvideo/ |
| A D | vbox_drv.c | 181 .lastclose = drm_fb_helper_lastclose,
|
| /linux/drivers/gpu/drm/armada/ |
| A D | armada_drv.c | 40 .lastclose = drm_fb_helper_lastclose,
|
| /linux/drivers/gpu/drm/arm/display/komeda/ |
| A D | komeda_kms.c | 62 .lastclose = drm_fb_helper_lastclose,
|
| /linux/drivers/gpu/drm/mcde/ |
| A D | mcde_drv.c | 206 .lastclose = drm_fb_helper_lastclose,
|
| /linux/drivers/gpu/drm/rockchip/ |
| A D | rockchip_drm_drv.c | 215 .lastclose = drm_fb_helper_lastclose,
|
| /linux/drivers/gpu/drm/exynos/ |
| A D | exynos_drm_drv.c | 120 .lastclose = drm_fb_helper_lastclose,
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | psb_drv.c | 504 .lastclose = drm_fb_helper_lastclose,
|
| /linux/drivers/gpu/drm/omapdrm/ |
| A D | omap_drv.c | 523 .lastclose = drm_fb_helper_lastclose,
|
| /linux/drivers/gpu/drm/ |
| A D | drm_fb_helper.c | 2001 void drm_fb_helper_lastclose(struct drm_device *dev) in drm_fb_helper_lastclose() function 2005 EXPORT_SYMBOL(drm_fb_helper_lastclose); 2403 drm_fb_helper_lastclose(client->dev); in drm_fbdev_client_restore()
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_kms.c | 635 drm_fb_helper_lastclose(dev); in radeon_driver_lastclose_kms()
|
| /linux/drivers/gpu/drm/msm/ |
| A D | msm_drv.c | 1122 .lastclose = drm_fb_helper_lastclose,
|
| /linux/drivers/gpu/drm/tegra/ |
| A D | drm.c | 874 .lastclose = drm_fb_helper_lastclose,
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_kms.c | 1149 drm_fb_helper_lastclose(dev); in amdgpu_driver_lastclose_kms()
|
Completed in 27 milliseconds