Home
last modified time | relevance | path

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

/linux-6.12.1/include/drm/
Ddrm_crtc_helper.h49 int drm_crtc_helper_set_config(struct drm_mode_set *set,
/linux-6.12.1/drivers/gpu/drm/
Ddrm_crtc_helper.c553 int drm_crtc_helper_set_config(struct drm_mode_set *set, in drm_crtc_helper_set_config() function
840 EXPORT_SYMBOL(drm_crtc_helper_set_config);
/linux-6.12.1/drivers/gpu/drm/gma500/
Dgma_display.c564 .set_config = drm_crtc_helper_set_config,
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c1265 .set_config = drm_crtc_helper_set_config,
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_display.c328 ret = drm_crtc_helper_set_config(set, ctx); in amdgpu_display_crtc_set_config()
/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_display.c641 ret = drm_crtc_helper_set_config(set, ctx); in radeon_crtc_set_config()