Home
last modified time | relevance | path

Searched refs:drm_mode_set (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-6.6/include/drm/
H A Ddrm_crtc_helper.h45 struct drm_mode_set;
49 int drm_crtc_helper_set_config(struct drm_mode_set *set,
H A Ddrm_crtc.h41 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);
H A Ddrm_client.h108 struct drm_mode_set *modesets;
169 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation);
177 * @modeset: &drm_mode_set loop cursor
H A Ddrm_atomic_helper.h138 int drm_atomic_helper_set_config(struct drm_mode_set *set,
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_crtc.h52 struct drm_mode_set;
518 * &struct drm_mode_set - see there for details.
527 int (*set_config)(struct drm_mode_set *set,
1178 * struct drm_mode_set - new values for a CRTC config change
1190 struct drm_mode_set { struct
1237 int drm_mode_set_config_internal(struct drm_mode_set *set);
H A Ddrm_client.h107 struct drm_mode_set *modesets;
164 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation);
172 * @modeset: &drm_mode_set loop cursor
H A Ddrm_crtc_helper.h47 int drm_crtc_helper_set_config(struct drm_mode_set *set,
H A Ddrm_atomic_helper.h123 int drm_atomic_helper_set_config(struct drm_mode_set *set,
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_client_modeset.c37 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()
499 struct drm_mode_set *modeset; in drm_client_pick_crtcs()
855 struct drm_mode_set *modeset = drm_client_find_modeset(client, crtc); in drm_client_modeset_probe()
910 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) in drm_client_rotation()
990 struct drm_mode_set *mode_set; in drm_client_modeset_commit_atomic()
1077 struct drm_mode_set *mode_se in drm_client_modeset_commit_legacy()
[all...]
H A Ddrm_crtc.c98 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()
H A Ddrm_crtc_helper.c516 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()
H A Ddrm_fb_helper.c158 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()
1385 struct drm_mode_set *mode_set; in pan_set()
1418 struct drm_mode_set *modeset; in pan_display_legacy()
1489 struct drm_mode_set *mode_set; in drm_fb_helper_single_fb_probe()
1735 struct drm_mode_set *modeset; in drm_setup_crtcs_fb()
H A Ddrm_plane_helper.c156 struct drm_mode_set set = { in drm_primary_helper_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_client_modeset.c40 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()
502 struct drm_mode_set *modeset; in drm_client_pick_crtcs()
858 struct drm_mode_set *modeset = drm_client_find_modeset(client, crtc); in drm_client_modeset_probe()
907 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) in drm_client_rotation()
987 struct drm_mode_set *mode_set; in drm_client_modeset_commit_atomic()
1074 struct drm_mode_set *mode_se in drm_client_modeset_commit_legacy()
[all...]
H A Ddrm_crtc.c101 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()
H A Ddrm_crtc_internal.h54 struct drm_mode_set;
240 int __drm_atomic_helper_set_config(struct drm_mode_set *set,
H A Ddrm_crtc_helper.c554 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()
H A Ddrm_fb_helper.c157 struct drm_mode_set *mode_set; in drm_fb_helper_debug_enter()
196 struct drm_mode_set *mode_set; in drm_fb_helper_debug_leave()
836 struct drm_mode_set *modeset; in setcmap_legacy()
924 struct drm_mode_set *modeset; in setcmap_atomic()
1352 struct drm_mode_set *mode_set; in pan_set()
1385 struct drm_mode_set *modeset; in pan_display_legacy()
1512 struct drm_mode_set *mode_set; in __drm_fb_helper_find_sizes()
1781 struct drm_mode_set *modeset; in drm_setup_crtcs_fb()
H A Ddrm_plane_helper.c172 struct drm_mode_set set = { in drm_plane_helper_update_primary()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dgma_display.h17 struct drm_mode_set;
80 extern int gma_crtc_set_config(struct drm_mode_set *set,
H A Dpsb_intel_drv.h147 struct drm_mode_set mode_set;
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dgma_display.h17 struct drm_mode_set;
H A Dpsb_intel_drv.h146 struct drm_mode_set mode_set;
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c439 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/
H A Damdgpu_mode.h635 int amdgpu_display_crtc_set_config(struct drm_mode_set *set,

Completed in 23 milliseconds

12