Home
last modified time | relevance | path

Searched refs:rotated (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.12.1/drivers/gpu/drm/i915/
Di915_debugfs.c230 vma->gtt_view.rotated.plane[0].width, in i915_debugfs_describe_obj()
231 vma->gtt_view.rotated.plane[0].height, in i915_debugfs_describe_obj()
232 vma->gtt_view.rotated.plane[0].src_stride, in i915_debugfs_describe_obj()
233 vma->gtt_view.rotated.plane[0].dst_stride, in i915_debugfs_describe_obj()
234 vma->gtt_view.rotated.plane[0].offset, in i915_debugfs_describe_obj()
235 vma->gtt_view.rotated.plane[1].width, in i915_debugfs_describe_obj()
236 vma->gtt_view.rotated.plane[1].height, in i915_debugfs_describe_obj()
237 vma->gtt_view.rotated.plane[1].src_stride, in i915_debugfs_describe_obj()
238 vma->gtt_view.rotated.plane[1].dst_stride, in i915_debugfs_describe_obj()
239 vma->gtt_view.rotated.plane[1].offset); in i915_debugfs_describe_obj()
Di915_vma_types.h168 struct intel_rotation_info rotated; member
Di915_vma.h244 BUILD_BUG_ON(offsetof(typeof(*view), rotated) != in i915_vma_compare()
246 BUILD_BUG_ON(offsetof(typeof(*view), rotated) != in i915_vma_compare()
Di915_vma.c191 vma->size = intel_rotation_info_size(&view->rotated); in vma_create()
1322 intel_rotate_pages(&vma->gtt_view.rotated, vma->obj); in __i915_vma_get_pages()
/linux-6.12.1/drivers/gpu/drm/vkms/
Dvkms_plane.c115 memcpy(&frame_info->rotated, &new_state->dst, sizeof(struct drm_rect)); in vkms_plane_atomic_update()
125 drm_rect_rotate(&frame_info->rotated, drm_rect_width(&frame_info->rotated), in vkms_plane_atomic_update()
126 drm_rect_height(&frame_info->rotated), frame_info->rotation); in vkms_plane_atomic_update()
Dvkms_composer.c61 return drm_rect_height(&frame_info->rotated) - y - 1; in get_y_pos()
65 return frame_info->rotated.x2 - y - 1; in get_y_pos()
67 return y + frame_info->rotated.x1; in get_y_pos()
76 if (pos >= 0 && pos < drm_rect_width(&frame_info->rotated)) in check_limit()
79 if (pos >= frame_info->rotated.y1 && pos < frame_info->rotated.y2) in check_limit()
Dvkms_formats.c42 int y_src = y - frame_info->rotated.y1 + (frame_info->src.y1 >> 16); in get_packed_src_addr()
138 src_pixels = get_packed_src_addr(frame_info, x + frame_info->rotated.y1) in vkms_compose_row()
Dvkms_drv.h31 struct drm_rect rotated; member
/linux-6.12.1/drivers/gpu/drm/xe/compat-i915-headers/
Di915_vma_types.h71 struct intel_rotation_info rotated; member
/linux-6.12.1/drivers/gpu/drm/xe/display/
Dxe_fb_pin.c97 dpt_size = ALIGN(intel_rotation_info_size(&view->rotated) * 8, in __xe_pin_fb_vma_dpt()
143 const struct intel_rotation_info *rot_info = &view->rotated; in __xe_pin_fb_vma_dpt()
231 const struct intel_rotation_info *rot_info = &view->rotated; in __xe_pin_fb_vma_ggtt()
/linux-6.12.1/drivers/gpu/drm/arm/
Dmalidp_hw.h331 static inline u8 malidp_hw_get_pitch_align(struct malidp_hw_device *hwdev, bool rotated) in malidp_hw_get_pitch_align() argument
340 return hwdev->hw->map.bus_align_bytes << (rotated ? 2 : 0); in malidp_hw_get_pitch_align()
Dmalidp_planes.c499 bool rotated = new_plane_state->rotation & MALIDP_ROTATED_MASK; in malidp_de_plane_check() local
518 u8 alignment = malidp_hw_get_pitch_align(mp->hwdev, rotated); in malidp_de_plane_check()
/linux-6.12.1/drivers/gpu/drm/i915/selftests/
Di915_vma.c670 for (n = 0; n < ARRAY_SIZE(view.rotated.plane); n++) { in igt_vma_rotate_remap()
672 sg = assert_rotated(obj, &view.rotated, n, sg); in igt_vma_rotate_remap()
1001 .rotated.plane[0] = *p, in igt_vma_remapped_gtt()
1003 struct intel_remapped_plane_info *plane_info = view.rotated.plane; in igt_vma_remapped_gtt()
1071 src_idx = rotated_index(&view.rotated, 0, x, y); in igt_vma_remapped_gtt()
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_atomic_plane.c997 bool rotated = drm_rotation_90_or_270(plane_state->hw.rotation); in intel_plane_check_src_coordinates() local
1023 if (fb->format->format == DRM_FORMAT_RGB565 && rotated) { in intel_plane_check_src_coordinates()
1039 if (rotated) in intel_plane_check_src_coordinates()
1044 src_x, src_w, hsub, str_yes_no(rotated)); in intel_plane_check_src_coordinates()
1050 src_y, src_h, vsub, str_yes_no(rotated)); in intel_plane_check_src_coordinates()
Dintel_fb.c1419 check_array_bounds(i915, view->gtt.rotated.plane, color_plane); in calc_plane_remap_info()
/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/
Dbrcm,iproc-touchscreen.txt84 /* Touchscreen is rotated 180 degrees. */
/linux-6.12.1/Documentation/devicetree/bindings/iio/
Dmount-matrix.txt133 along the (z) axis if rotated clockwise, and a positive value if rotated
/linux-6.12.1/arch/arm/boot/dts/intel/ixp/
Dintel-ixp43x-gateworks-gw2358.dts131 * have instead assumed that they are rotated (swizzled) like
/linux-6.12.1/arch/arm/kernel/
Dphys2virt.S159 @ rotated right by [2 * imm12<11:8>] bits)
/linux-6.12.1/Documentation/fb/
Dmodedb.rst66 Sample usage: 720x480,rotate=180 - 720x480 mode, rotated by 180 degrees
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-camera.rst585 result rotated when captured to memory. ::
626 The images once captured to memory will be rotated and the value of the
/linux-6.12.1/Documentation/arch/arm/omap/
Ddss.rst307 VRFB rotation requires much more memory than non-rotated framebuffer, so you
/linux-6.12.1/Documentation/crypto/
Ddescore-readme.rst322 bits are rotated left 4 when computing S6 S4 S2 S0::
/linux-6.12.1/Documentation/networking/
Dtcp_ao.rst148 (i.e. that a key on all connections MUST be rotated at the same time?)
/linux-6.12.1/drivers/platform/x86/
DKconfig744 This switch is triggered as the screen is rotated and folded down to

12