Searched refs:drm_mode_set (Results 1 – 19 of 19) sorted by relevance
/linux/include/drm/ |
A D | drm_crtc.h | 52 struct drm_mode_set; 534 int (*set_config)(struct drm_mode_set *set, 1203 struct drm_mode_set { struct 1283 int drm_mode_set_config_internal(struct drm_mode_set *set);
|
A D | drm_client.h | 108 struct drm_mode_set *modesets; 165 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation);
|
A D | drm_crtc_helper.h | 47 int drm_crtc_helper_set_config(struct drm_mode_set *set,
|
A D | drm_atomic_helper.h | 123 int drm_atomic_helper_set_config(struct drm_mode_set *set,
|
/linux/drivers/gpu/drm/ |
A D | drm_client_modeset.c | 38 struct drm_mode_set *modeset; in drm_client_modeset_create() 73 struct drm_mode_set *modeset; in drm_client_modeset_release() 91 struct drm_mode_set *modeset; in drm_client_modeset_free() 106 static struct drm_mode_set * 109 struct drm_mode_set *modeset; in drm_client_find_modeset() 495 struct drm_mode_set *modeset; in drm_client_pick_crtcs() 851 struct drm_mode_set *modeset = drm_client_find_modeset(client, crtc); in drm_client_modeset_probe() 899 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) in drm_client_rotation() 979 struct drm_mode_set *mode_set; in drm_client_modeset_commit_atomic() 1066 struct drm_mode_set *mode_set; in drm_client_modeset_commit_legacy() [all …]
|
A D | drm_crtc.c | 99 struct drm_mode_set set = { in drm_crtc_force_disable() 526 static int __drm_mode_set_config_internal(struct drm_mode_set *set, in __drm_mode_set_config_internal() 583 int drm_mode_set_config_internal(struct drm_mode_set *set) in drm_mode_set_config_internal() 643 struct drm_mode_set set; in drm_mode_setcrtc()
|
A D | drm_crtc_internal.h | 54 struct drm_mode_set; 239 int __drm_atomic_helper_set_config(struct drm_mode_set *set,
|
A 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() 941 struct drm_mode_set *modeset; in setcmap_legacy() 1029 struct drm_mode_set *modeset; in setcmap_atomic() 1410 struct drm_mode_set *mode_set; in pan_set() 1443 struct drm_mode_set *modeset; in pan_display_legacy() 1515 struct drm_mode_set *mode_set; in drm_fb_helper_single_fb_probe() 1772 struct drm_mode_set *modeset; in drm_setup_crtcs_fb()
|
A 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()
|
A D | drm_plane_helper.c | 156 struct drm_mode_set set = { in drm_primary_helper_update()
|
A D | drm_atomic.c | 1470 struct drm_mode_set *set) in update_output_state() 1538 int __drm_atomic_helper_set_config(struct drm_mode_set *set, in __drm_atomic_helper_set_config()
|
A D | drm_atomic_helper.c | 2991 int drm_atomic_helper_set_config(struct drm_mode_set *set, in drm_atomic_helper_set_config()
|
/linux/drivers/gpu/drm/gma500/ |
A D | gma_display.h | 17 struct drm_mode_set; 80 extern int gma_crtc_set_config(struct drm_mode_set *set,
|
A D | psb_intel_drv.h | 147 struct drm_mode_set mode_set;
|
A D | gma_display.c | 552 int gma_crtc_set_config(struct drm_mode_set *set, in gma_crtc_set_config()
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_fb.c | 431 static int vmwgfx_set_config_internal(struct drm_mode_set *set) in vmwgfx_set_config_internal() 462 struct drm_mode_set set; in vmw_fb_kms_detach() 552 struct drm_mode_set set; in vmw_fb_set_par()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_mode.h | 646 int amdgpu_display_crtc_set_config(struct drm_mode_set *set,
|
A D | amdgpu_display.c | 265 int amdgpu_display_crtc_set_config(struct drm_mode_set *set, in amdgpu_display_crtc_set_config()
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_display.c | 615 radeon_crtc_set_config(struct drm_mode_set *set, in radeon_crtc_set_config()
|
Completed in 51 milliseconds