/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/ |
mod_shared.h | 104 enum lut3d_control_rotation_mode rotation; member in struct:lut3d_settings
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_plane.h | 135 * @rotation: 136 * Rotation of the plane. See drm_plane_create_rotation_property() for 139 unsigned int rotation; member in struct:drm_plane_state 700 * Optional rotation property for this plane. See
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_client_modeset.c | 890 * drm_client_rotation() - Check the initial rotation value 892 * @rotation: Returned rotation value 895 * to match the rotation needed on its connector. 900 * True if the plane can do the rotation, false otherwise. 902 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) 915 *rotation = DRM_MODE_ROTATE_180; 918 *rotation = DRM_MODE_ROTATE_90; 921 *rotation = DRM_MODE_ROTATE_270; 924 *rotation = DRM_MODE_ROTATE_0 1017 unsigned int rotation; local in function:drm_client_modeset_commit_atomic [all...] |
drm_atomic_helper.c | 777 unsigned int rotation = plane_state->rotation; local in function:drm_atomic_helper_check_plane_state 802 drm_rect_rotate(src, fb->width << 16, fb->height << 16, rotation); 819 drm_rect_rotate_inv(src, fb->width << 16, fb->height << 16, rotation);
|
drm_fb_helper.c | 1750 unsigned int rotation, sw_rotations = 0; local in function:drm_setup_crtcs_fb 1760 if (drm_client_rotation(modeset, &rotation)) 1764 sw_rotations |= rotation; 1797 * fbcon cannot handle separate rotation settings per
|
drm_modes.c | 1647 unsigned int deg, margin, rotation = 0; local in function:drm_mode_parse_cmdline_options 1666 rotation |= DRM_MODE_ROTATE_0; 1670 rotation |= DRM_MODE_ROTATE_90; 1674 rotation |= DRM_MODE_ROTATE_180; 1678 rotation |= DRM_MODE_ROTATE_270; 1685 rotation |= DRM_MODE_REFLECT_X; 1687 rotation |= DRM_MODE_REFLECT_Y; 1718 if (rotation && freestanding) 1721 if (!(rotation & DRM_MODE_ROTATE_MASK)) 1722 rotation |= DRM_MODE_ROTATE_0 [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_bios.h | 131 u32 rotation:2; member in struct:mipi_config
|
intel_sprite.c | 229 unsigned int rotation = plane_state->hw.rotation; local in function:intel_plane_check_stride 245 fb->modifier, rotation); 262 bool rotated = drm_rotation_90_or_270(plane_state->hw.rotation); 362 unsigned int rotation) 371 if (drm_rotation_90_or_270(rotation)) 915 unsigned int rotation = plane_state->hw.rotation; local in function:vlv_sprite_ctl 975 if (rotation & DRM_MODE_ROTATE_180) 978 if (rotation & DRM_MODE_REFLECT_X 1303 unsigned int rotation = plane_state->hw.rotation; local in function:ivb_sprite_ctl 1614 unsigned int rotation = plane_state->hw.rotation; local in function:g4x_sprite_ctl 1980 unsigned int rotation = plane_state->hw.rotation; local in function:chv_plane_check_rotation 2033 unsigned int rotation = plane_state->hw.rotation; local in function:skl_plane_check_fb 2136 unsigned int rotation = plane_state->hw.rotation; local in function:skl_plane_check_nv12_rotation [all...] |
intel_display_types.h | 542 unsigned int rotation; member in struct:intel_plane_state::__anonde7c4d450508 556 * bytes for 0/180 degree rotation 557 * pixels for 90/270 degree rotation 620 u8 rotation; member in struct:intel_initial_plane_config 1131 unsigned int rotation);
|
intel_vbt_defs.h | 708 u32 rotation; /* 228 */ member in struct:bdb_lvds_options
|
intel_display.c | 2127 unsigned int rotation) 2130 if (drm_rotation_90_or_270(rotation)) { 2316 unsigned int rotation) 2318 if (drm_rotation_90_or_270(rotation)) 2326 * Only valid with 0/180 degree rotation, which is fine since linear 2391 unsigned int rotation, 2407 if (drm_rotation_90_or_270(rotation)) { 2437 state->hw.rotation, 2461 unsigned int rotation, 2474 if (drm_rotation_90_or_270(rotation)) { 2518 unsigned int rotation = state->hw.rotation; local in function:intel_plane_compute_aligned_offset 2839 unsigned int rotation = plane_state->hw.rotation; local in function:intel_plane_needs_remap 3139 unsigned int rotation = plane_state->hw.rotation; local in function:intel_plane_remap_gtt 3247 unsigned int rotation = plane_state->hw.rotation; local in function:intel_plane_compute_gtt 3785 unsigned int rotation = plane_state->hw.rotation; local in function:skl_check_main_surface 3888 unsigned int rotation = plane_state->hw.rotation; local in function:skl_check_nv12_aux_surface 4136 unsigned int rotation = plane_state->hw.rotation; local in function:i9xx_plane_ctl 4244 unsigned int rotation = plane_state->hw.rotation; local in function:i9xx_check_plane_surface 4498 unsigned int rotation = plane_state->hw.rotation; local in function:skl_plane_stride 4691 unsigned int rotation = plane_state->hw.rotation; local in function:skl_plane_ctl 11144 unsigned int rotation = plane_state->hw.rotation; local in function:intel_cursor_check_surface [all...] |
/src/sys/external/bsd/drm/dist/shared-core/ |
i915_drm.h | 102 int rotation; /* 0, 90, 180 or 270 */ member in struct:drm_i915_sarea
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc.h | 769 enum dc_rotation_angle rotation; member in struct:dc_plane_state 799 enum dc_rotation_angle rotation; member in struct:dc_plane_info
|
dc_hw_types.h | 363 /* Rotation angle */ 374 SCAN_DIRECTION_HORIZONTAL = 1, /* 0, 180 rotation */ 375 SCAN_DIRECTION_VERTICAL = 2, /* 90, 270 rotation */ 398 enum dc_rotation_angle rotation; member in struct:dc_cursor_mi_param 499 /* In case we support HW Cursor rotation in the future */
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
i915_drm.h | 245 int rotation; /* 0, 90, 180 or 270 */ member in struct:_drm_i915_sarea
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_drv.h | 399 unsigned int rotation; member in struct:intel_fbc::intel_fbc_state_cache::__anon6c72b20e0608
|