Symbol: drm_plane_enable_fb_damage_clips
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1936
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/ast/ast_cursor.c
357
drm_plane_enable_fb_damage_clips(cursor_plane);
drivers/gpu/drm/ast/ast_mode.c
661
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/drm_mipi_dbi.c
656
drm_plane_enable_fb_damage_clips(&dbidev->pipe.plane);
drivers/gpu/drm/drm_plane.c
1662
EXPORT_SYMBOL(drm_plane_enable_fb_damage_clips);
drivers/gpu/drm/gud/gud_drv.c
620
drm_plane_enable_fb_damage_clips(&gdrm->plane);
drivers/gpu/drm/hyperv/hyperv_drm_modeset.c
262
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/i915/display/intel_cursor.c
1085
drm_plane_enable_fb_damage_clips(&cursor->base);
drivers/gpu/drm/i915/display/skl_universal_plane.c
3027
drm_plane_enable_fb_damage_clips(&plane->base);
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
1222
drm_plane_enable_fb_damage_clips(&priv->f1);
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
1253
drm_plane_enable_fb_damage_clips(&priv->f0);
drivers/gpu/drm/ingenic/ingenic-ipu.c
863
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/mgag200/mgag200_g200.c
205
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/mgag200/mgag200_g200eh.c
204
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/mgag200/mgag200_g200eh3.c
108
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/mgag200/mgag200_g200eh5.c
126
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/mgag200/mgag200_g200er.c
241
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/mgag200/mgag200_g200ev.c
242
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/mgag200/mgag200_g200ew3.c
117
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/mgag200/mgag200_g200se.c
373
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/mgag200/mgag200_g200wb.c
251
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
1805
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/msm/disp/mdp4/mdp4_plane.c
433
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c
1037
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/sitronix/st7571.c
539
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/sitronix/st7920.c
743
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/solomon/ssd130x.c
1903
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/sysfb/efidrm.c
304
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/sysfb/ofdrm.c
1029
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/sysfb/simpledrm.c
775
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/sysfb/vesadrm.c
544
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/tests/drm_damage_helper_test.c
52
drm_plane_enable_fb_damage_clips(&mock->plane);
drivers/gpu/drm/tiny/appletbdrm.c
653
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/tiny/bochs.c
655
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/tiny/cirrus-qemu.c
477
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/tiny/sharp-memory.c
623
drm_plane_enable_fb_damage_clips(&smd->plane);
drivers/gpu/drm/udl/udl_modeset.c
512
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/virtio/virtgpu_plane.c
605
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
847
drm_plane_enable_fb_damage_clips(primary);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1572
drm_plane_enable_fb_damage_clips(primary);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1587
drm_plane_enable_fb_damage_clips(&cursor->base);
include/drm/drm_plane.h
1013
void drm_plane_enable_fb_damage_clips(struct drm_plane *plane);