Home
last modified time | relevance | path

Searched refs:drm_plane_enable_fb_damage_clips (Results 1 - 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_damage_helper.h67 void drm_plane_enable_fb_damage_clips(struct drm_plane *plane);
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_damage_helper.c69 * FB_DAMAGE_CLIPS property by calling drm_plane_enable_fb_damage_clips().
91 * drm_plane_enable_fb_damage_clips - Enables plane fb damage clips property.
96 void drm_plane_enable_fb_damage_clips(struct drm_plane *plane) in drm_plane_enable_fb_damage_clips() function
104 EXPORT_SYMBOL(drm_plane_enable_fb_damage_clips); variable
H A Ddrm_mipi_dbi.c535 drm_plane_enable_fb_damage_clips(&dbidev->pipe.plane); in mipi_dbi_dev_init_with_formats()
/kernel/linux/linux-6.6/drivers/gpu/drm/mgag200/
H A Dmgag200_g200eh3.c122 drm_plane_enable_fb_damage_clips(primary_plane); in mgag200_g200eh3_pipeline_init()
H A Dmgag200_g200ew3.c131 drm_plane_enable_fb_damage_clips(primary_plane); in mgag200_g200ew3_pipeline_init()
H A Dmgag200_g200er.c261 drm_plane_enable_fb_damage_clips(primary_plane); in mgag200_g200er_pipeline_init()
H A Dmgag200_g200ev.c262 drm_plane_enable_fb_damage_clips(primary_plane); in mgag200_g200ev_pipeline_init()
H A Dmgag200_g200wb.c265 drm_plane_enable_fb_damage_clips(primary_plane); in mgag200_g200wb_pipeline_init()
H A Dmgag200_g200eh.c218 drm_plane_enable_fb_damage_clips(primary_plane); in mgag200_g200eh_pipeline_init()
H A Dmgag200_g200se.c393 drm_plane_enable_fb_damage_clips(primary_plane); in mgag200_g200se_pipeline_init()
H A Dmgag200_g200.c219 drm_plane_enable_fb_damage_clips(primary_plane); in mgag200_g200_pipeline_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_modeset.c179 drm_plane_enable_fb_damage_clips(&hv->pipe.plane); in hyperv_pipe_init()
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_plane.h950 void drm_plane_enable_fb_damage_clips(struct drm_plane *plane);
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_plane.c392 drm_plane_enable_fb_damage_clips(plane); in mdp4_plane_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_plane.c410 drm_plane_enable_fb_damage_clips(plane); in mdp4_plane_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c405 drm_plane_enable_fb_damage_clips(plane); in virtio_gpu_plane_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_plane.c1455 * FB_DAMAGE_CLIPS property by calling drm_plane_enable_fb_damage_clips().
1462 * drm_plane_enable_fb_damage_clips - Enables plane fb damage clips property.
1467 void drm_plane_enable_fb_damage_clips(struct drm_plane *plane) in drm_plane_enable_fb_damage_clips() function
1475 EXPORT_SYMBOL(drm_plane_enable_fb_damage_clips); variable
1518 /* check that drm_plane_enable_fb_damage_clips() was called */ in drm_plane_get_damage_clips()
1521 drm_warn_once(dev, "drm_plane_enable_fb_damage_clips() not called\n"); in drm_plane_get_damage_clips()
/kernel/linux/linux-6.6/drivers/gpu/drm/gud/
H A Dgud_drv.c599 drm_plane_enable_fb_damage_clips(&gdrm->pipe.plane); in gud_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/udl/
H A Dudl_modeset.c580 drm_plane_enable_fb_damage_clips(primary_plane); in udl_modeset_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H A Dcirrus.c577 drm_plane_enable_fb_damage_clips(primary_plane); in cirrus_pipe_init()
H A Dsimpledrm.c804 drm_plane_enable_fb_damage_clips(primary_plane); in simpledrm_device_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_cursor.c821 drm_plane_enable_fb_damage_clips(&cursor->base); in intel_cursor_plane_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c863 drm_plane_enable_fb_damage_clips(plane); in ingenic_ipu_bind()
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H A Ddrm_damage_helper_test.c43 /* just enough so that drm_plane_enable_fb_damage_clips() works */ in drm_damage_helper_init()
52 drm_plane_enable_fb_damage_clips(&mock->plane); in drm_damage_helper_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/ast/
H A Dast_mode.c738 drm_plane_enable_fb_damage_clips(primary_plane); in ast_primary_plane_init()
993 drm_plane_enable_fb_damage_clips(cursor_plane); in ast_cursor_plane_init()

Completed in 23 milliseconds

12