Searched refs:drm_crtc_helper_set_config (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_crtc_helper.h | 47 int drm_crtc_helper_set_config(struct drm_mode_set *set,
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_crtc_helper.h | 49 int drm_crtc_helper_set_config(struct drm_mode_set *set,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_crtc_helper.c | 57 * in drm_crtc_helper_set_config(). Plus a few other convenience functions using 265 * drm_crtc_helper_set_config() helper function to drive the mode setting 479 * drm_crtc_helper_set_config - set a new config from userspace 483 * The drm_crtc_helper_set_config() helper function implements the of 498 * frame buffer need to be applied, the drm_crtc_helper_set_config() function 516 int drm_crtc_helper_set_config(struct drm_mode_set *set, in drm_crtc_helper_set_config() function 797 EXPORT_SYMBOL(drm_crtc_helper_set_config); variable
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_crtc_helper.c | 69 * in drm_crtc_helper_set_config(). Plus a few other convenience functions using 277 * drm_crtc_helper_set_config() helper function to drive the mode setting 517 * drm_crtc_helper_set_config - set a new config from userspace 521 * The drm_crtc_helper_set_config() helper function implements the of 536 * frame buffer need to be applied, the drm_crtc_helper_set_config() function 554 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); variable
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | gma_display.c | 563 return drm_crtc_helper_set_config(set, ctx); in gma_crtc_set_config() 566 ret = drm_crtc_helper_set_config(set, ctx); in gma_crtc_set_config()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_display.c | 287 ret = drm_crtc_helper_set_config(set, ctx); in amdgpu_display_crtc_set_config()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/ |
H A D | shmob_drm_crtc.c | 472 .set_config = drm_crtc_helper_set_config,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/shmobile/ |
H A D | shmob_drm_crtc.c | 476 .set_config = drm_crtc_helper_set_config,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | gma_display.c | 564 .set_config = drm_crtc_helper_set_config,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | crtc.c | 1253 .set_config = drm_crtc_helper_set_config,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_display.c | 643 ret = drm_crtc_helper_set_config(set, ctx); in radeon_crtc_set_config()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_display.c | 327 ret = drm_crtc_helper_set_config(set, ctx); in amdgpu_display_crtc_set_config()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | crtc.c | 1246 .set_config = drm_crtc_helper_set_config,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_display.c | 641 ret = drm_crtc_helper_set_config(set, ctx); in radeon_crtc_set_config()
|
Completed in 19 milliseconds