Searched refs:drm_mode_set (Results 1 – 17 of 17) 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; 520 int (*set_config)(struct drm_mode_set *set, 1193 struct drm_mode_set { struct 1282 int drm_mode_set_config_internal(struct drm_mode_set *set);
|
H A D | drm_client.h | 108 struct drm_mode_set *modesets; 179 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation);
|
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 | 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() 511 struct drm_mode_set *modeset; in drm_client_pick_crtcs() 868 struct drm_mode_set *modeset = drm_client_find_modeset(client, crtc); in drm_client_modeset_probe() 924 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) in drm_client_rotation() 1004 struct drm_mode_set *mode_set; in drm_client_modeset_commit_atomic() 1091 struct drm_mode_set *mode_set; in drm_client_modeset_commit_legacy() [all …]
|
H A D | drm_crtc.c | 101 struct drm_mode_set set = { in drm_crtc_force_disable() 585 static int __drm_mode_set_config_internal(struct drm_mode_set *set, in __drm_mode_set_config_internal() 642 int drm_mode_set_config_internal(struct drm_mode_set *set) in drm_mode_set_config_internal() 702 struct drm_mode_set set; in drm_mode_setcrtc()
|
H A D | drm_fb_helper.c | 143 struct drm_mode_set *mode_set; in drm_fb_helper_debug_enter() 182 struct drm_mode_set *mode_set; in drm_fb_helper_debug_leave() 837 struct drm_mode_set *modeset; in setcmap_legacy() 925 struct drm_mode_set *modeset; in setcmap_atomic() 1353 struct drm_mode_set *mode_set; in pan_set() 1386 struct drm_mode_set *modeset; in pan_display_legacy() 1513 struct drm_mode_set *mode_set; in __drm_fb_helper_find_sizes() 1782 struct drm_mode_set *modeset; in drm_setup_crtcs_fb()
|
H A D | drm_crtc_internal.h | 60 struct drm_mode_set; 249 int __drm_atomic_helper_set_config(struct drm_mode_set *set,
|
H A D | drm_plane_helper.c | 172 struct drm_mode_set set = { in drm_plane_helper_update_primary()
|
H A D | drm_crtc_helper.c | 553 int drm_crtc_helper_set_config(struct drm_mode_set *set, in drm_crtc_helper_set_config() 565 struct drm_mode_set save_set; in drm_crtc_helper_set_config() 1053 struct drm_mode_set set = { in drm_helper_force_disable_all()
|
H A D | drm_atomic.c | 1574 struct drm_mode_set *set) in update_output_state() 1642 int __drm_atomic_helper_set_config(struct drm_mode_set *set, in __drm_atomic_helper_set_config()
|
H A D | drm_atomic_helper.c | 3253 int drm_atomic_helper_set_config(struct drm_mode_set *set, in drm_atomic_helper_set_config()
|
/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_mode.h | 703 int amdgpu_display_crtc_set_config(struct drm_mode_set *set,
|
H A D | amdgpu_display.c | 310 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()
|