HomeSort by: relevance | last modified time | path
    Searched refs:drm_mode_set (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/drm2/include/drm/
drm_client.h 38 struct drm_mode_set;
42 struct drm_mode_set *modesets;
76 bool drm_client_rotation(struct drm_mode_set *, unsigned *);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_crtc_helper.h 49 int drm_crtc_helper_set_config(struct drm_mode_set *set,
drm_crtc.h 57 struct drm_mode_set;
503 * &struct drm_mode_set - see there for details.
512 int (*set_config)(struct drm_mode_set *set,
1121 * struct drm_mode_set - new values for a CRTC config change
1133 struct drm_mode_set { struct
1180 int drm_mode_set_config_internal(struct drm_mode_set *set);
drm_atomic_helper.h 122 int drm_atomic_helper_set_config(struct drm_mode_set *set,
  /src/sys/external/bsd/drm2/dist/drm/
drm_client_modeset.c 44 struct drm_mode_set *modeset;
79 struct drm_mode_set *modeset;
97 struct drm_mode_set *modeset;
112 static struct drm_mode_set *
115 struct drm_mode_set *modeset;
501 struct drm_mode_set *modeset;
854 struct drm_mode_set *modeset = drm_client_find_modeset(client, crtc);
902 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation)
982 struct drm_mode_set *mode_set;
1066 struct drm_mode_set *mode_set
    [all...]
drm_crtc.c 104 struct drm_mode_set set = {
424 static int __drm_mode_set_config_internal(struct drm_mode_set *set,
481 int drm_mode_set_config_internal(struct drm_mode_set *set)
541 struct drm_mode_set set;
drm_crtc_internal.h 55 struct drm_mode_set;
232 int __drm_atomic_helper_set_config(struct drm_mode_set *set,
drm_plane_helper.c 160 struct drm_mode_set set = {
drm_crtc_helper.c 526 int drm_crtc_helper_set_config(struct drm_mode_set *set,
538 struct drm_mode_set save_set;
1018 struct drm_mode_set set = {
drm_fb_helper.c 171 struct drm_mode_set *mode_set;
207 struct drm_mode_set *mode_set;
955 struct drm_mode_set *modeset;
1038 struct drm_mode_set *modeset;
1395 struct drm_mode_set *mode_set;
1428 struct drm_mode_set *modeset;
1501 struct drm_mode_set *mode_set;
1751 struct drm_mode_set *modeset;
drm_atomic.c 1296 struct drm_mode_set *set)
1364 int __drm_atomic_helper_set_config(struct drm_mode_set *set,
drm_atomic_helper.c 2975 int drm_atomic_helper_set_config(struct drm_mode_set *set,
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fb.c 444 static int vmwgfx_set_config_internal(struct drm_mode_set *set)
475 struct drm_mode_set set;
565 struct drm_mode_set set;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_mode.h 629 int amdgpu_display_crtc_set_config(struct drm_mode_set *set,
amdgpu_display.c 274 int amdgpu_display_crtc_set_config(struct drm_mode_set *set,
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_display.c 624 radeon_crtc_set_config(struct drm_mode_set *set,

Completed in 102 milliseconds