Searched refs:cleanup_fb (Results 1 – 24 of 24) sorted by relevance
/linux-6.1.9/include/drm/ |
D | drm_gem_atomic_helper.h | 119 .cleanup_fb = drm_gem_cleanup_shadow_fb 141 .cleanup_fb = drm_gem_simple_kms_cleanup_shadow_fb, \
|
D | drm_simple_kms_helper.h | 135 void (*cleanup_fb)(struct drm_simple_display_pipe *pipe, member
|
D | drm_gem_vram_helper.h | 138 .cleanup_fb = drm_gem_vram_plane_helper_cleanup_fb
|
D | drm_modeset_helper_vtables.h | 1211 void (*cleanup_fb)(struct drm_plane *plane, member
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_simple_kms_helper.c | 264 WARN_ON_ONCE(pipe->funcs && pipe->funcs->cleanup_fb); in drm_simple_kms_plane_prepare_fb() 278 if (!pipe->funcs || !pipe->funcs->cleanup_fb) in drm_simple_kms_plane_cleanup_fb() 281 pipe->funcs->cleanup_fb(pipe, state); in drm_simple_kms_plane_cleanup_fb() 293 .cleanup_fb = drm_simple_kms_plane_cleanup_fb,
|
D | drm_atomic_helper.c | 2557 WARN_ON_ONCE(funcs->cleanup_fb); in drm_atomic_helper_prepare_planes() 2579 if (funcs->cleanup_fb) in drm_atomic_helper_prepare_planes() 2580 funcs->cleanup_fb(plane, new_plane_state); in drm_atomic_helper_prepare_planes() 2861 if (funcs->cleanup_fb) in drm_atomic_helper_cleanup_planes() 2862 funcs->cleanup_fb(plane, plane_state); in drm_atomic_helper_cleanup_planes()
|
/linux-6.1.9/drivers/gpu/drm/virtio/ |
D | virtgpu_plane.c | 354 .cleanup_fb = virtio_gpu_plane_cleanup_fb, 361 .cleanup_fb = virtio_gpu_plane_cleanup_fb,
|
/linux-6.1.9/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_plane.c | 150 .cleanup_fb = mdp4_plane_cleanup_fb,
|
/linux-6.1.9/drivers/gpu/drm/rcar-du/ |
D | rcar_du_vsp.c | 333 .cleanup_fb = rcar_du_vsp_plane_cleanup_fb,
|
/linux-6.1.9/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ldu.c | 340 .cleanup_fb = vmw_du_cursor_plane_cleanup_fb,
|
D | vmwgfx_scrn.c | 806 .cleanup_fb = vmw_du_cursor_plane_cleanup_fb, 814 .cleanup_fb = vmw_sou_primary_plane_cleanup_fb,
|
D | vmwgfx_stdu.c | 1692 .cleanup_fb = vmw_du_cursor_plane_cleanup_fb, 1700 .cleanup_fb = vmw_stdu_primary_plane_cleanup_fb,
|
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vkms.c | 388 .cleanup_fb = amdgpu_vkms_cleanup_fb,
|
/linux-6.1.9/drivers/gpu/drm/qxl/ |
D | qxl_display.c | 899 .cleanup_fb = qxl_plane_cleanup_fb, 921 .cleanup_fb = qxl_plane_cleanup_fb,
|
/linux-6.1.9/drivers/gpu/drm/omapdrm/ |
D | omap_plane.c | 364 .cleanup_fb = omap_plane_cleanup_fb,
|
/linux-6.1.9/drivers/gpu/drm/tiny/ |
D | bochs.c | 469 .cleanup_fb = drm_gem_vram_simple_display_pipe_cleanup_fb,
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/ |
D | wndw.c | 583 .cleanup_fb = nv50_wndw_cleanup_fb,
|
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_atomic_plane.c | 1114 .cleanup_fb = intel_cleanup_plane_fb,
|
/linux-6.1.9/drivers/gpu/drm/tegra/ |
D | hub.c | 750 .cleanup_fb = tegra_plane_cleanup_fb,
|
D | dc.c | 779 .cleanup_fb = tegra_plane_cleanup_fb, 1093 .cleanup_fb = tegra_plane_cleanup_fb,
|
/linux-6.1.9/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_plane.c | 473 .cleanup_fb = mdp5_plane_cleanup_fb,
|
/linux-6.1.9/drivers/gpu/drm/vc4/ |
D | vc4_plane.c | 1436 .cleanup_fb = vc4_cleanup_fb,
|
/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_plane.c | 1449 .cleanup_fb = dpu_plane_cleanup_fb,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_plane.c | 1313 .cleanup_fb = dm_plane_helper_cleanup_fb,
|