Home
last modified time | relevance | path

Searched full:rotated (Results 1 – 25 of 78) sorted by relevance

1234

/linux-6.14.4/drivers/gpu/drm/i915/
Di915_debugfs.c223 …seq_printf(m, ", rotated [(%ux%u, src_stride=%u, dst_stride=%u, offset=%u), (%ux%u, src_stride=%u,… in i915_debugfs_describe_obj()
224 vma->gtt_view.rotated.plane[0].width, in i915_debugfs_describe_obj()
225 vma->gtt_view.rotated.plane[0].height, in i915_debugfs_describe_obj()
226 vma->gtt_view.rotated.plane[0].src_stride, in i915_debugfs_describe_obj()
227 vma->gtt_view.rotated.plane[0].dst_stride, in i915_debugfs_describe_obj()
228 vma->gtt_view.rotated.plane[0].offset, in i915_debugfs_describe_obj()
229 vma->gtt_view.rotated.plane[1].width, in i915_debugfs_describe_obj()
230 vma->gtt_view.rotated.plane[1].height, in i915_debugfs_describe_obj()
231 vma->gtt_view.rotated.plane[1].src_stride, in i915_debugfs_describe_obj()
232 vma->gtt_view.rotated.plane[1].dst_stride, in i915_debugfs_describe_obj()
[all …]
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()
/linux-6.14.4/arch/arm/crypto/
Dchacha-scalar-core.S23 * need to be rotated right to arrive at the correct values, and 'drot'
152 // x4-x7 are rotated by 'brot'; x12-x15 are rotated by 'drot'.
177 // x4-x7 are rotated by 'brot'; x12-x15 are rotated by 'drot'.
278 // x4-x7 are rotated by 'brot'; x12-x15 are rotated by 'drot'.
/linux-6.14.4/drivers/gpu/drm/i915/selftests/
Di915_vma.c393 pr_err("Invalid sg.length, found %d, expected %lu for rotated page (%d, %d) [src index %lu]\n", in assert_rotated()
400 pr_err("Invalid address for rotated page (%d, %d) [src index %lu]\n", in assert_rotated()
420 pr_err("Invalid sg.length, found %d, expected %u for rotated page (%d, %d)\n", in assert_rotated()
581 * that the page layout within the rotated VMA match our expectations. in igt_vma_rotate_remap()
670 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()
678 "rotated" : "remapped", n, 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()
[all …]
/linux-6.14.4/drivers/gpu/drm/arm/
Dmalidp_crtc.c361 * a. If no more rotated or compressed planes exist, all remaining in malidp_crtc_atomic_check()
363 * b. If other rotated or compressed planes exist, and plane's in malidp_crtc_atomic_check()
367 * c. If other rotated or compressed planes exist, and plane's layer ID in malidp_crtc_atomic_check()
372 * rotated. Because that is how we create the planes in the first in malidp_crtc_atomic_check()
378 /* first count the number of rotated planes */ in malidp_crtc_atomic_check()
405 /* no more rotated planes, we can use what's left */ in malidp_crtc_atomic_check()
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()
Dmalidp_drv.h66 /* size of the required rotation memory if plane is rotated */
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()
Dmalidp_mw.c167 /* memory write buffers are never rotated */ in malidp_mw_encoder_atomic_check()
/linux-6.14.4/Documentation/devicetree/bindings/media/
Dvideo-interface-devices.yaml266 'Rp' being rotated 180 degrees relatively to 'Rc':
285 The image once captured to memory will then be rotated by 180 degrees:
348 rotated by 90 degrees in the counter-clockwise direction relatively to the
351 The image once captured to memory will be rotated:
/linux-6.14.4/arch/x86/crypto/
Dtwofish-i586-asm_32.S61 * a input register containing a (rotated 16)
98 * a input register containing a (rotated 16)
137 * b input register containing b (rotated 16)
174 * b input register containing b (rotated 16)
Dtwofish-x86_64-asm_64.S60 * a input register containing a (rotated 16)
95 * a input register containing a(rotated 16)
134 * b input register containing b (rotated 16)
/linux-6.14.4/drivers/gpu/drm/i915/display/
Dintel_atomic_plane.c228 * Src coordinates are already rotated by 270 degrees for in intel_plane_relative_data_rate()
976 bool rotated = drm_rotation_90_or_270(plane_state->hw.rotation); in intel_plane_check_src_coordinates() local
1002 if (fb->format->format == DRM_FORMAT_RGB565 && rotated) { in intel_plane_check_src_coordinates()
1024 if (rotated) in intel_plane_check_src_coordinates()
1028 drm_dbg_kms(&i915->drm, "src x/w (%u, %u) must be a multiple of %u (rotated: %s)\n", in intel_plane_check_src_coordinates()
1029 src_x, src_w, hsub, str_yes_no(rotated)); in intel_plane_check_src_coordinates()
1034 drm_dbg_kms(&i915->drm, "src y/h (%u, %u) must be a multiple of %u (rotated: %s)\n", in intel_plane_check_src_coordinates()
1035 src_y, src_h, vsub, str_yes_no(rotated)); in intel_plane_check_src_coordinates()
Dintel_fb.c1059 * In the 90/270 rotated case, x and y are assumed
1060 * to be already rotated to match the rotated GTT view, and
1067 * is specified in the rotated orientation.
1500 check_array_bounds(i915, view->gtt.rotated.plane, color_plane); in calc_plane_remap_info()
1575 * plane from the start of the remapped/rotated gtt mapping. in calc_plane_remap_info()
1777 /* Rotate src coordinates to match rotated GTT view */ in intel_plane_remap_gtt()
1945 /* Rotate src coordinates to match rotated GTT view */ in intel_plane_compute_gtt()
/linux-6.14.4/Documentation/devicetree/bindings/iio/
Dmount-matrix.txt133 along the (z) axis if rotated clockwise, and a positive value if rotated
/linux-6.14.4/drivers/gpu/drm/xe/display/
Dxe_fb_pin.c99 dpt_size = ALIGN(intel_rotation_info_size(&view->rotated) * 8, in __xe_pin_fb_vma_dpt()
151 const struct intel_rotation_info *rot_info = &view->rotated; in __xe_pin_fb_vma_dpt()
241 const struct intel_rotation_info *rot_info = &view->rotated; in __xe_pin_fb_vma_ggtt()
/linux-6.14.4/drivers/gpu/drm/xe/compat-i915-headers/
Di915_vma_types.h71 struct intel_rotation_info rotated; member
/linux-6.14.4/Documentation/devicetree/bindings/input/touchscreen/
Dbrcm,iproc-touchscreen.txt84 /* Touchscreen is rotated 180 degrees. */
/linux-6.14.4/drivers/gpu/drm/
Ddrm_rect.c238 * @r: rectangle to be rotated
304 * @r: rectangle to be rotated
Ddrm_blend.c104 * Without this property the rectangle is only scaled, but not rotated or
110 * Signals that a drm plane is rotated <degrees> degrees in counter
/linux-6.14.4/drivers/media/rc/keymaps/
Drc-medion-x10-digitainer.c45 { 0x1b, KEY_SELECT }, /* also has "U" rotated 90 degrees CCW */
/linux-6.14.4/drivers/video/fbdev/
Dsh7760fb.c233 par->rot ? "rotated" : "normal"); in sh7760fb_set_par()
283 /* if rotated, stride must be power of 2 */ in sh7760fb_set_par()
/linux-6.14.4/drivers/gpu/drm/vkms/
Dvkms_composer.c186 * must be rotated and have a shape of 1*pixel_count if @direction is vertical and a shape of
302 * same size, but can be rotated). in blend_line()
/linux-6.14.4/arch/arm/boot/dts/intel/ixp/
Dintel-ixp43x-gateworks-gw2358.dts131 * have instead assumed that they are rotated (swizzled) like
/linux-6.14.4/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

1234