| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
| D | i915_vma.c | 390 pr_err("Invalid sg.length, found %d, expected %lu for rotated page (%d, %d) [src index %lu]\n", in assert_rotated() 397 pr_err("Invalid address for rotated page (%d, %d) [src index %lu]\n", in assert_rotated() 508 * that the page layout within the rotated VMA match our expectations. in igt_vma_rotate_remap() 527 view.rotated.plane[0] = *a; in igt_vma_rotate_remap() 528 view.rotated.plane[1] = *b; in igt_vma_rotate_remap() 530 for_each_prime_number_from(view.rotated.plane[0].offset, 0, max_offset) { in igt_vma_rotate_remap() 531 for_each_prime_number_from(view.rotated.plane[1].offset, 0, max_offset) { in igt_vma_rotate_remap() 584 for (n = 0; n < ARRAY_SIZE(view.rotated.plane); n++) { in igt_vma_rotate_remap() 586 sg = assert_rotated(obj, &view.rotated, n, sg); in igt_vma_rotate_remap() 592 "rotated" : "remapped", n, in igt_vma_rotate_remap() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vkms/ |
| D | vkms_plane.c | 115 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()
|
| D | vkms_composer.c | 61 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()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | i915_debugfs.c | 236 …seq_printf(m, ", rotated [(%ux%u, src_stride=%u, dst_stride=%u, offset=%u), (%ux%u, src_stride=%u,… in i915_debugfs_describe_obj() 237 vma->gtt_view.rotated.plane[0].width, in i915_debugfs_describe_obj() 238 vma->gtt_view.rotated.plane[0].height, in i915_debugfs_describe_obj() 239 vma->gtt_view.rotated.plane[0].src_stride, in i915_debugfs_describe_obj() 240 vma->gtt_view.rotated.plane[0].dst_stride, in i915_debugfs_describe_obj() 241 vma->gtt_view.rotated.plane[0].offset, in i915_debugfs_describe_obj() 242 vma->gtt_view.rotated.plane[1].width, in i915_debugfs_describe_obj() 243 vma->gtt_view.rotated.plane[1].height, in i915_debugfs_describe_obj() 244 vma->gtt_view.rotated.plane[1].src_stride, in i915_debugfs_describe_obj() 245 vma->gtt_view.rotated.plane[1].dst_stride, in i915_debugfs_describe_obj() [all …]
|
| /kernel/linux/linux-6.6/arch/arm/crypto/ |
| D | chacha-scalar-core.S | 23 * 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'.
|
| /kernel/linux/linux-5.10/arch/arm/crypto/ |
| D | chacha-scalar-core.S | 23 * need to be rotated right to arrive at the correct values, and 'drot' 169 // x4-x7 are rotated by 'brot'; x12-x15 are rotated by 'drot'. 194 // x4-x7 are rotated by 'brot'; x12-x15 are rotated by 'drot'. 295 // x4-x7 are rotated by 'brot'; x12-x15 are rotated by 'drot'.
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
| D | i915_vma.c | 393 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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
| D | malidp_crtc.c | 356 * a. If no more rotated or compressed planes exist, all remaining in malidp_crtc_atomic_check() 358 * b. If other rotated or compressed planes exist, and plane's in malidp_crtc_atomic_check() 362 * c. If other rotated or compressed planes exist, and plane's layer ID in malidp_crtc_atomic_check() 367 * rotated. Because that is how we create the planes in the first in malidp_crtc_atomic_check() 373 /* first count the number of rotated planes */ in malidp_crtc_atomic_check() 400 /* no more rotated planes, we can use what's left */ in malidp_crtc_atomic_check()
|
| D | malidp_hw.h | 331 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()
|
| D | malidp_drv.h | 64 /* size of the required rotation memory if plane is rotated */
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/arm/ |
| D | malidp_crtc.c | 361 * 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()
|
| D | malidp_hw.h | 331 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()
|
| D | malidp_drv.h | 66 /* size of the required rotation memory if plane is rotated */
|
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| D | twofish-i586-asm_32.S | 61 * 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)
|
| D | twofish-x86_64-asm_64.S | 60 * a input register containing a (rotated 16) 95 * a input register containing a(rotated 16) 134 * b input register containing b (rotated 16)
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/ |
| D | video-interface-devices.yaml | 266 '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:
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| D | twofish-i586-asm_32.S | 61 * 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)
|
| D | twofish-x86_64-asm_64.S | 60 * a input register containing a (rotated 16) 95 * a input register containing a(rotated 16) 134 * b input register containing b (rotated 16)
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
| D | intel_atomic_plane.c | 232 * Src coordinates are already rotated by 270 degrees for in intel_plane_relative_data_rate() 955 bool rotated = drm_rotation_90_or_270(plane_state->hw.rotation); in intel_plane_check_src_coordinates() local 981 if (fb->format->format == DRM_FORMAT_RGB565 && rotated) { in intel_plane_check_src_coordinates() 989 if (rotated) in intel_plane_check_src_coordinates() 993 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() 994 src_x, src_w, hsub, str_yes_no(rotated)); in intel_plane_check_src_coordinates() 999 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() 1000 src_y, src_h, vsub, str_yes_no(rotated)); in intel_plane_check_src_coordinates()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/ |
| D | mount-matrix.txt | 133 along the (z) axis if rotated clockwise, and a positive value if rotated
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/ |
| D | mount-matrix.txt | 133 along the (z) axis if rotated clockwise, and a positive value if rotated
|
| /kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/ |
| D | core_compatiable.h | 167 * the contents of a register rotated by a variable number of bits. 170 * \return Rotated value
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
| D | test-drm_plane_helper.c | 112 /* Rotated clipping + reflection, no scaling. */ in igt_check_plane_state() 118 FAIL(ret < 0, "Rotated clipping check should pass\n"); in igt_check_plane_state()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | i915_debugfs.c | 175 seq_printf(m, ", rotated [(%ux%u, stride=%u, offset=%u), (%ux%u, stride=%u, offset=%u)]", in i915_debugfs_describe_obj() 176 vma->ggtt_view.rotated.plane[0].width, in i915_debugfs_describe_obj() 177 vma->ggtt_view.rotated.plane[0].height, in i915_debugfs_describe_obj() 178 vma->ggtt_view.rotated.plane[0].stride, in i915_debugfs_describe_obj() 179 vma->ggtt_view.rotated.plane[0].offset, in i915_debugfs_describe_obj() 180 vma->ggtt_view.rotated.plane[1].width, in i915_debugfs_describe_obj() 181 vma->ggtt_view.rotated.plane[1].height, in i915_debugfs_describe_obj() 182 vma->ggtt_view.rotated.plane[1].stride, in i915_debugfs_describe_obj() 183 vma->ggtt_view.rotated.plane[1].offset); in i915_debugfs_describe_obj()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
| D | video-interfaces.txt | 325 with 'Rp' being rotated 180 degrees relatively to 'Rc': 344 The image once captured to memory will then be rotated by 180 degrees: 407 system is rotated by 90 degrees in the counter-clockwise direction 410 The image once captured to memory will be rotated:
|