Searched refs:drm_mode_set (Results 1 – 17 of 17) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | drm_crtc_helper.h | 45 struct drm_mode_set; 49 int drm_crtc_helper_set_config(struct drm_mode_set *set,
|
A D | drm_crtc.h | 41 struct drm_mode_set; 525 int (*set_config)(struct drm_mode_set *set, 1198 struct drm_mode_set { struct 1287 int drm_mode_set_config_internal(struct drm_mode_set *set);
|
A D | drm_client.h | 108 struct drm_mode_set *modesets; 169 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation);
|
A D | drm_atomic_helper.h | 136 int drm_atomic_helper_set_config(struct drm_mode_set *set,
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_client_modeset.c | 40 struct drm_mode_set *modeset; in drm_client_modeset_create() 75 struct drm_mode_set *modeset; in drm_client_modeset_release() 93 struct drm_mode_set *modeset; in drm_client_modeset_free() 108 static struct drm_mode_set * 111 struct drm_mode_set *modeset; in drm_client_find_modeset() 497 struct drm_mode_set *modeset; in drm_client_pick_crtcs() 853 struct drm_mode_set *modeset = drm_client_find_modeset(client, crtc); in drm_client_modeset_probe() 901 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) in drm_client_rotation() 981 struct drm_mode_set *mode_set; in drm_client_modeset_commit_atomic() 1068 struct drm_mode_set *mode_set; in drm_client_modeset_commit_legacy() [all …]
|
A D | drm_crtc.c | 101 struct drm_mode_set set = { in drm_crtc_force_disable() 598 static int __drm_mode_set_config_internal(struct drm_mode_set *set, in __drm_mode_set_config_internal() 655 int drm_mode_set_config_internal(struct drm_mode_set *set) in drm_mode_set_config_internal() 715 struct drm_mode_set set; in drm_mode_setcrtc()
|
A D | drm_crtc_internal.h | 54 struct drm_mode_set; 240 int __drm_atomic_helper_set_config(struct drm_mode_set *set,
|
A D | drm_fb_helper.c | 156 struct drm_mode_set *mode_set; in drm_fb_helper_debug_enter() 195 struct drm_mode_set *mode_set; in drm_fb_helper_debug_leave() 1166 struct drm_mode_set *modeset; in setcmap_legacy() 1254 struct drm_mode_set *modeset; in setcmap_atomic() 1652 struct drm_mode_set *mode_set; in pan_set() 1685 struct drm_mode_set *modeset; in pan_display_legacy() 1812 struct drm_mode_set *mode_set; in __drm_fb_helper_find_sizes() 2088 struct drm_mode_set *modeset; in drm_setup_crtcs_fb()
|
A D | drm_crtc_helper.c | 554 int drm_crtc_helper_set_config(struct drm_mode_set *set, in drm_crtc_helper_set_config() 566 struct drm_mode_set save_set; in drm_crtc_helper_set_config() 1048 struct drm_mode_set set = { in drm_helper_force_disable_all()
|
A D | drm_plane_helper.c | 180 struct drm_mode_set set = { in drm_plane_helper_update_primary()
|
A D | drm_atomic.c | 1501 struct drm_mode_set *set) in update_output_state() 1569 int __drm_atomic_helper_set_config(struct drm_mode_set *set, in __drm_atomic_helper_set_config()
|
A D | drm_atomic_helper.c | 3150 int drm_atomic_helper_set_config(struct drm_mode_set *set, in drm_atomic_helper_set_config()
|
/linux-6.3-rc2/drivers/gpu/drm/gma500/ |
A D | gma_display.h | 17 struct drm_mode_set;
|
A D | psb_intel_drv.h | 146 struct drm_mode_set mode_set;
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_mode.h | 609 int amdgpu_display_crtc_set_config(struct drm_mode_set *set,
|
A D | amdgpu_display.c | 307 int amdgpu_display_crtc_set_config(struct drm_mode_set *set, in amdgpu_display_crtc_set_config()
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | radeon_display.c | 622 radeon_crtc_set_config(struct drm_mode_set *set, in radeon_crtc_set_config()
|
Completed in 49 milliseconds