Searched refs:drm_mode_set (Results 1 – 12 of 12) sorted by relevance
/linux/include/drm/ |
H A D | drm_crtc_helper.h | 45 struct drm_mode_set; 49 int drm_crtc_helper_set_config(struct drm_mode_set *set,
|
H A D | drm_crtc.h | 41 struct drm_mode_set; 511 * &struct drm_mode_set - see there for details. 520 int (*set_config)(struct drm_mode_set *set, 1181 * struct drm_mode_set - new values for a CRTC config change 1193 struct drm_mode_set { struct 1282 int drm_mode_set_config_internal(struct drm_mode_set *set); 1194 fbdrm_mode_set global() argument 1195 crtcdrm_mode_set global() argument 1196 modedrm_mode_set global() argument 1198 xdrm_mode_set global() argument 1199 ydrm_mode_set global() argument 1201 connectorsdrm_mode_set global() argument 1202 num_connectorsdrm_mode_set global() argument
|
H A D | drm_client.h | 136 struct drm_mode_set *modesets; 218 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation); 226 * @modeset: &drm_mode_set loop cursor
|
H A D | drm_atomic_helper.h | 137 int drm_atomic_helper_set_config(struct drm_mode_set *set,
|
/linux/drivers/gpu/drm/ |
H A D | drm_client_modeset.c | 42 struct drm_mode_set *modeset; in drm_client_modeset_create() 77 struct drm_mode_set *modeset; in drm_client_modeset_release() 96 struct drm_mode_set *modeset; in drm_client_modeset_free() 111 static struct drm_mode_set * 114 struct drm_mode_set *modeset; in drm_client_find_modeset() 555 struct drm_mode_set *modeset; in drm_client_pick_crtcs() 903 struct drm_mode_set *modeset = drm_client_find_modeset(client, crtc); in drm_client_modeset_probe() 959 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) in drm_client_rotation() 1039 struct drm_mode_set *mode_set; in drm_client_modeset_commit_atomic() 1126 struct drm_mode_set *mode_se in drm_client_modeset_commit_legacy() [all...] |
H A D | drm_crtc_helper.c | 552 int drm_crtc_helper_set_config(struct drm_mode_set *set, in drm_crtc_helper_set_config() 564 struct drm_mode_set save_set; in drm_crtc_helper_set_config() 1052 struct drm_mode_set set = { in drm_helper_force_disable_all()
|
H A D | drm_atomic.c | 1635 struct drm_mode_set *set) in update_output_state() 1703 int __drm_atomic_helper_set_config(struct drm_mode_set *set, in __drm_atomic_helper_set_config()
|
/linux/drivers/gpu/drm/clients/ |
H A D | drm_log.c | 191 struct drm_mode_set *mode_set, in drm_log_setup_modeset() 225 struct drm_mode_set *mode_set; in drm_log_count_modeset() 238 struct drm_mode_set *mode_set; in drm_log_init_client()
|
/linux/drivers/gpu/drm/gma500/ |
H A D | gma_display.h | 17 struct drm_mode_set;
|
H A D | psb_intel_drv.h | 146 struct drm_mode_set mode_set;
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_display.c | 311 int amdgpu_display_crtc_set_config(struct drm_mode_set *set, in amdgpu_display_crtc_set_config()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_display.c | 621 radeon_crtc_set_config(struct drm_mode_set *set, in radeon_crtc_set_config()
|