Symbol: drm_plane_enable_fb_damage_clips
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
1953
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
675
drm_plane_enable_fb_damage_clips(primary_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
263
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
3038
drm_plane_enable_fb_damage_clips(&plane->base);
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
1236
drm_plane_enable_fb_damage_clips(&priv->f1);
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
1267
drm_plane_enable_fb_damage_clips(&priv->f0);
drivers/gpu/drm/ingenic/ingenic-ipu.c
877
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
380
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
1867
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/st7586.c
433
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/sitronix/st7735r.c
313
drm_plane_enable_fb_damage_clips(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/corebootdrm.c
232
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/sysfb/efidrm.c
313
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/sysfb/ofdrm.c
1033
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/sysfb/simpledrm.c
777
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/sysfb/vesadrm.c
552
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
660
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/hx8357d.c
338
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/tiny/ili9163.c
269
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/tiny/ili9225.c
496
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/tiny/ili9341.c
300
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/tiny/ili9486.c
328
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/tiny/mi0283qt.c
308
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/tiny/panel-mipi-dbi.c
466
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/tiny/sharp-memory.c
622
drm_plane_enable_fb_damage_clips(&smd->plane);
drivers/gpu/drm/udl/udl_modeset.c
515
drm_plane_enable_fb_damage_clips(primary_plane);
drivers/gpu/drm/virtio/virtgpu_plane.c
611
drm_plane_enable_fb_damage_clips(plane);
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
848
drm_plane_enable_fb_damage_clips(primary);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1573
drm_plane_enable_fb_damage_clips(primary);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1588
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);