Searched refs:drm_mode_set (Results 1 – 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/include/drm/ |
D | drm_crtc.h | 52 struct drm_mode_set; 527 int (*set_config)(struct drm_mode_set *set, 1190 struct drm_mode_set { struct 1237 int drm_mode_set_config_internal(struct drm_mode_set *set);
|
D | drm_client.h | 107 struct drm_mode_set *modesets; 164 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation);
|
D | drm_crtc_helper.h | 47 int drm_crtc_helper_set_config(struct drm_mode_set *set,
|
D | drm_atomic_helper.h | 123 int drm_atomic_helper_set_config(struct drm_mode_set *set,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_client_modeset.c | 37 struct drm_mode_set *modeset; in drm_client_modeset_create() 72 struct drm_mode_set *modeset; in drm_client_modeset_release() 90 struct drm_mode_set *modeset; in drm_client_modeset_free() 105 static struct drm_mode_set * 108 struct drm_mode_set *modeset; in drm_client_find_modeset() 494 struct drm_mode_set *modeset; in drm_client_pick_crtcs() 850 struct drm_mode_set *modeset = drm_client_find_modeset(client, crtc); in drm_client_modeset_probe() 898 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) in drm_client_rotation() 978 struct drm_mode_set *mode_set; in drm_client_modeset_commit_atomic() 1065 struct drm_mode_set *mode_set; in drm_client_modeset_commit_legacy() [all …]
|
D | drm_crtc.c | 98 struct drm_mode_set set = { in drm_crtc_force_disable() 445 static int __drm_mode_set_config_internal(struct drm_mode_set *set, in __drm_mode_set_config_internal() 502 int drm_mode_set_config_internal(struct drm_mode_set *set) in drm_mode_set_config_internal() 562 struct drm_mode_set set; in drm_mode_setcrtc()
|
D | drm_crtc_internal.h | 53 struct drm_mode_set; 233 int __drm_atomic_helper_set_config(struct drm_mode_set *set,
|
D | drm_fb_helper.c | 158 struct drm_mode_set *mode_set; in drm_fb_helper_debug_enter() 197 struct drm_mode_set *mode_set; in drm_fb_helper_debug_leave() 918 struct drm_mode_set *modeset; in setcmap_legacy() 1006 struct drm_mode_set *modeset; in setcmap_atomic() 1382 struct drm_mode_set *mode_set; in pan_set() 1415 struct drm_mode_set *modeset; in pan_display_legacy() 1486 struct drm_mode_set *mode_set; in drm_fb_helper_single_fb_probe() 1732 struct drm_mode_set *modeset; in drm_setup_crtcs_fb()
|
D | drm_plane_helper.c | 156 struct drm_mode_set set = { in drm_primary_helper_update()
|
D | drm_crtc_helper.c | 516 int drm_crtc_helper_set_config(struct drm_mode_set *set, in drm_crtc_helper_set_config() 528 struct drm_mode_set save_set; in drm_crtc_helper_set_config() 1010 struct drm_mode_set set = { in drm_helper_force_disable_all()
|
D | drm_atomic.c | 1412 struct drm_mode_set *set) in update_output_state() 1480 int __drm_atomic_helper_set_config(struct drm_mode_set *set, in __drm_atomic_helper_set_config()
|
D | drm_atomic_helper.c | 3002 int drm_atomic_helper_set_config(struct drm_mode_set *set, in drm_atomic_helper_set_config()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
D | gma_display.h | 17 struct drm_mode_set; 80 extern int gma_crtc_set_config(struct drm_mode_set *set,
|
D | psb_intel_drv.h | 147 struct drm_mode_set mode_set;
|
D | gma_display.c | 555 int gma_crtc_set_config(struct drm_mode_set *set, in gma_crtc_set_config()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fb.c | 439 static int vmwgfx_set_config_internal(struct drm_mode_set *set) in vmwgfx_set_config_internal() 470 struct drm_mode_set set; in vmw_fb_kms_detach() 560 struct drm_mode_set set; in vmw_fb_set_par()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_mode.h | 635 int amdgpu_display_crtc_set_config(struct drm_mode_set *set,
|
D | amdgpu_display.c | 269 int amdgpu_display_crtc_set_config(struct drm_mode_set *set, in amdgpu_display_crtc_set_config()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_display.c | 623 radeon_crtc_set_config(struct drm_mode_set *set, in radeon_crtc_set_config()
|