/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_blend.h | 40 static inline bool drm_rotation_90_or_270(unsigned int rotation) 42 return rotation & (DRM_MODE_ROTATE_90 | DRM_MODE_ROTATE_270); 49 unsigned int rotation, 51 unsigned int drm_rotation_simplify(unsigned int rotation,
|
drm_rect.h | 224 unsigned int rotation); 227 unsigned int rotation);
|
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_blend.c | 106 * rotation: 107 * Rotation is set up with drm_plane_create_rotation_property(). It adds a 108 * rotation and reflection step between the source and destination rectangles. 229 * drm_plane_create_rotation_property - create a new rotation property 231 * @rotation: initial value of the rotation property 236 * Since a rotation by 180° degress is the same as reflecting both along the x 237 * and the y axis the rotation property is somewhat redundant. Drivers can use 241 * drm_property_create_bitmask()) called "rotation" and has the following 257 * Rotation is the specified amount in degrees in counter clockwise direction [all...] |
drm_rect.c | 248 * @rotation: Transformation to be applied 250 * Apply @rotation to the coordinates of rectangle @r. 252 * @width and @height combined with @rotation define 261 unsigned int rotation) 265 if (rotation & (DRM_MODE_REFLECT_X | DRM_MODE_REFLECT_Y)) { 268 if (rotation & DRM_MODE_REFLECT_X) { 273 if (rotation & DRM_MODE_REFLECT_Y) { 279 switch (rotation & DRM_MODE_ROTATE_MASK) { 314 * @rotation: Transformation whose inverse is to be applied 316 * Apply the inverse of @rotation to the coordinate [all...] |
drm_plane_helper.c | 109 unsigned int rotation, 128 .rotation = rotation,
|
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_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/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/drm/amd/display/dc/inc/hw/ |
hubp.h | 121 enum dc_rotation_angle rotation); 136 enum dc_rotation_angle rotation,
|
mem_input.h | 143 enum dc_rotation_angle rotation); 158 enum dc_rotation_angle rotation,
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
omap4-droid-bionic-xt875.dts | 51 rotation-matrix = "0", "-1", "0",
|
omap4-droid4-xt894.dts | 153 rotation-matrix = "0", "-1", "0",
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
amdgpu_dce_mem_input.c | 127 static bool is_vert_scan(enum dc_rotation_angle rotation) 129 switch (rotation) { 142 enum dc_rotation_angle rotation) 151 unsigned int min_pte_before_flip = is_vert_scan(rotation) ? 398 enum dc_rotation_angle rotation, 410 if (rotation == ROTATION_ANGLE_90 || rotation == ROTATION_ANGLE_270) { 434 GRPH_ROTATION_ANGLE, rotation_angles[rotation]); 514 enum dc_rotation_angle rotation, 522 program_size_and_rotation(dce_mi, rotation, plane_size) [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
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_bios.h | 131 u32 rotation:2; member in struct:mipi_config
|
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...] |
intel_atomic_plane.c | 222 plane_state->hw.rotation = from_plane_state->uapi.rotation;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_dpp.c | 462 if (param->rotation == ROTATION_ANGLE_90 || param->rotation == ROTATION_ANGLE_270) { 464 if (param->rotation == ROTATION_ANGLE_90) { 468 } else if (param->rotation == ROTATION_ANGLE_180) {
|
amdgpu_dcn10_hubp.c | 210 enum dc_rotation_angle rotation, 222 /* Program rotation angle and horz mirror - no mirror */ 223 if (rotation == ROTATION_ANGLE_0) 227 else if (rotation == ROTATION_ANGLE_90) 231 else if (rotation == ROTATION_ANGLE_180) 235 else if (rotation == ROTATION_ANGLE_270) 533 enum dc_rotation_angle rotation, 541 hubp1_program_rotation(hubp, rotation, horizontal_mirror); 1160 if (param->rotation == ROTATION_ANGLE_90 || param->rotation == ROTATION_ANGLE_270) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
amdgpu_dce110_mem_input_v.c | 237 enum dc_rotation_angle rotation, 243 if (rotation == ROTATION_ANGLE_90 || 244 rotation == ROTATION_ANGLE_270) { 342 switch (rotation) { 573 enum dc_rotation_angle rotation) 601 switch (rotation) { 647 enum dc_rotation_angle rotation, 655 program_size_and_rotation(mem_input110, rotation, plane_size);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_hubp.c | 375 enum dc_rotation_angle rotation, 387 /* Program rotation angle and horz mirror - no mirror */ 388 if (rotation == ROTATION_ANGLE_0) 392 else if (rotation == ROTATION_ANGLE_90) 396 else if (rotation == ROTATION_ANGLE_180) 400 else if (rotation == ROTATION_ANGLE_270) 526 enum dc_rotation_angle rotation, 536 hubp2_program_rotation(hubp, rotation, horizontal_mirror); 969 if (param->rotation == ROTATION_ANGLE_90 || param->rotation == ROTATION_ANGLE_270) [all...] |
dcn20_hubp.h | 286 enum dc_rotation_angle rotation, 298 enum dc_rotation_angle rotation,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_debug.c | 164 "plane_state->rotation = %d;\n" 171 plane_state->rotation, 214 "plane_info->rotation = %d;\n" 223 update->plane_info->rotation,
|
amdgpu_dc_resource.c | 516 enum dc_rotation_angle rotation, 525 if (rotation == ROTATION_ANGLE_180) { 528 } else if (rotation == ROTATION_ANGLE_90) { 531 } else if (rotation == ROTATION_ANGLE_270) { 586 plane_state->rotation, 687 /* Handle h & v split, handle rotation using viewport */ 716 /*Swap surf_src height and width since scaling ratios are in recout rotation*/ 717 if (pipe_ctx->plane_state->rotation == ROTATION_ANGLE_90 || 718 pipe_ctx->plane_state->rotation == ROTATION_ANGLE_270) 851 plane_state->rotation, [all...] |