Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_debugfs.c221 seq_printf(m, ", rotated [(%ux%u, src_stride=%u, dst_stride=%u, offset=%u), (%ux%u, src_stride=%u, dst_stride=%u, offset=%u)]", in i915_debugfs_describe_obj()
222 vma->gtt_view.rotated.plane[0].width, in i915_debugfs_describe_obj()
223 vma->gtt_view.rotated.plane[0].height, in i915_debugfs_describe_obj()
224 vma->gtt_view.rotated.plane[0].src_stride, in i915_debugfs_describe_obj()
225 vma->gtt_view.rotated.plane[0].dst_stride, in i915_debugfs_describe_obj()
226 vma->gtt_view.rotated.plane[0].offset, in i915_debugfs_describe_obj()
227 vma->gtt_view.rotated.plane[1].width, in i915_debugfs_describe_obj()
228 vma->gtt_view.rotated.plane[1].height, in i915_debugfs_describe_obj()
229 vma->gtt_view.rotated.plane[1].src_stride, in i915_debugfs_describe_obj()
230 vma->gtt_view.rotated in i915_debugfs_describe_obj()
[all...]
H A Di915_gtt_view_types.h54 struct intel_rotation_info rotated; member
H A 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()
H A Di915_vma.c191 vma->size = intel_rotation_info_size(&view->rotated); in vma_create()
1052 drm_dbg(&i915->drm, "Failed to create rotated mapping for object size %zu! (%ux%u tiles, %u pages)\n", in intel_rotate_pages()
1322 intel_rotate_pages(&vma->gtt_view.rotated, vma->obj); in __i915_vma_get_pages()
/linux/drivers/gpu/drm/arm/
H A 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
335 * constraints on rotated planes in malidp_hw_get_pitch_align()
340 return hwdev->hw->map.bus_align_bytes << (rotated ? 2 : 0); in malidp_hw_get_pitch_align()
H A 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()
566 * packed RGB888 / BGR888 can't be rotated or flipped in malidp_de_plane_check()
/linux/drivers/gpu/drm/xe/display/
H A Dxe_fb_pin.c100 dpt_size = ALIGN(intel_rotation_info_size(&view->rotated) * 8, in __xe_pin_fb_vma_dpt()
152 const struct intel_rotation_info *rot_info = &view->rotated; in __xe_pin_fb_vma_dpt()
239 const struct intel_rotation_info *rot_info = &view->rotated; in __xe_pin_fb_vma_ggtt()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c396 pr_err("Invalid sg.length, found %d, expected %lu for rotated page (%d, %d) [src index %lu]\n", in assert_rotated()
403 pr_err("Invalid address for rotated page (%d, %d) [src index %lu]\n", in assert_rotated()
423 pr_err("Invalid sg.length, found %d, expected %u for rotated page (%d, %d)\n", in assert_rotated()
585 * that the page layout within the rotated VMA match our expectations. in igt_vma_rotate_remap()
674 for (n = 0; n < ARRAY_SIZE(view.rotated.plane); n++) { in igt_vma_rotate_remap()
676 sg = assert_rotated(obj, &view.rotated, n, sg); in igt_vma_rotate_remap()
682 "rotated" : "remapped", n, in igt_vma_rotate_remap()
1006 .rotated.plane[0] = *p, in igt_vma_remapped_gtt()
1008 struct intel_remapped_plane_info *plane_info = view.rotated.plane; in igt_vma_remapped_gtt()
1076 src_idx = rotated_index(&view.rotated, in igt_vma_remapped_gtt()
[all...]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_plane.c272 * Src coordinates are already rotated by 270 degrees for in intel_plane_relative_data_rate()
1054 bool rotated = drm_rotation_90_or_270(plane_state->hw.rotation); in intel_plane_check_src_coordinates() local
1080 if (fb->format->format == DRM_FORMAT_RGB565 && rotated) { in intel_plane_check_src_coordinates()
1103 if (rotated) in intel_plane_check_src_coordinates()
1108 "[PLANE:%d:%s] src x/w (%u, %u) must be a multiple of %u (rotated: %s)\n", in intel_plane_check_src_coordinates()
1110 src_x, src_w, hsub, str_yes_no(rotated)); in intel_plane_check_src_coordinates()
1116 "[PLANE:%d:%s] src y/h (%u, %u) must be a multiple of %u (rotated: %s)\n", in intel_plane_check_src_coordinates()
1118 src_y, src_h, vsub, str_yes_no(rotated)); in intel_plane_check_src_coordinates()
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dbrcm,iproc-touchscreen.txt84 /* Touchscreen is rotated 180 degrees. */
/linux/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt133 along the (z) axis if rotated clockwise, and a positive value if rotated
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp43x-gateworks-gw2358.dts131 * have instead assumed that they are rotated (swizzled) like
/linux/arch/arm/kernel/
H A Dphys2virt.S159 @ rotated right by [2 * imm12<11:8>] bits)
/linux/Documentation/fb/
H A Dmodedb.rst66 Sample usage: 720x480,rotate=180 - 720x480 mode, rotated by 180 degrees
/linux/Documentation/userspace-api/media/v4l/
H A 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/Documentation/arch/arm/omap/
H A Ddss.rst307 VRFB rotation requires much more memory than non-rotated framebuffer, so you
/linux/Documentation/networking/
H A Dtcp_ao.rst148 (i.e. that a key on all connections MUST be rotated at the same time?)
H A Dip-sysctl.rst990 the backup key is to maximize TFO validation when keys are rotated.
/linux/Documentation/crypto/
H A Ddescore-readme.rst322 bits are rotated left 4 when computing S6 S4 S2 S0::
/linux/drivers/platform/x86/
H A DKconfig551 This switch is triggered as the screen is rotated and folded down to