Home
last modified time | relevance | path

Searched refs:drm_crtc_helper_set_config (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/include/drm/
Ddrm_crtc_helper.h49 int drm_crtc_helper_set_config(struct drm_mode_set *set,
/linux-6.6.21/drivers/gpu/drm/
Ddrm_crtc_helper.c554 int drm_crtc_helper_set_config(struct drm_mode_set *set, in drm_crtc_helper_set_config() function
835 EXPORT_SYMBOL(drm_crtc_helper_set_config);
/linux-6.6.21/drivers/gpu/drm/renesas/shmobile/
Dshmob_drm_crtc.c476 .set_config = drm_crtc_helper_set_config,
/linux-6.6.21/drivers/gpu/drm/gma500/
Dgma_display.c564 .set_config = drm_crtc_helper_set_config,
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_display.c327 ret = drm_crtc_helper_set_config(set, ctx); in amdgpu_display_crtc_set_config()
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c1246 .set_config = drm_crtc_helper_set_config,
/linux-6.6.21/drivers/gpu/drm/radeon/
Dradeon_display.c641 ret = drm_crtc_helper_set_config(set, ctx); in radeon_crtc_set_config()