Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
Di915_vma.c527 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()
593 view.rotated.plane[0].width, in igt_vma_rotate_remap()
594 view.rotated.plane[0].height, in igt_vma_rotate_remap()
595 view.rotated.plane[0].stride, in igt_vma_rotate_remap()
596 view.rotated.plane[0].offset, in igt_vma_rotate_remap()
[all …]
/kernel/linux/linux-5.10/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.c509 bool rotated = state->rotation & MALIDP_ROTATED_MASK; in malidp_de_plane_check() local
528 u8 alignment = malidp_hw_get_pitch_align(mp->hwdev, rotated); in malidp_de_plane_check()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_vma.h188 BUILD_BUG_ON(offsetof(typeof(*view), rotated) != in i915_vma_compare()
190 BUILD_BUG_ON(offsetof(typeof(*view), rotated) != in i915_vma_compare()
Di915_vma_types.h154 struct intel_rotation_info rotated; member
Di915_debugfs.c176 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()
Di915_vma.c149 vma->size = intel_rotation_info_size(&view->rotated); in vma_create()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dbrcm,iproc-touchscreen.txt84 /* Touchscreen is rotated 180 degrees. */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Dvideo-interfaces.txt325 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:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/
Dmount-matrix.txt133 along the (z) axis if rotated clockwise, and a positive value if rotated
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_sprite.c285 bool rotated = drm_rotation_90_or_270(plane_state->hw.rotation); in intel_plane_check_src_coordinates() local
311 if (fb->format->format == DRM_FORMAT_RGB565 && rotated) { in intel_plane_check_src_coordinates()
319 if (rotated) in intel_plane_check_src_coordinates()
324 src_x, src_w, hsub, yesno(rotated)); in intel_plane_check_src_coordinates()
330 src_y, src_h, vsub, yesno(rotated)); in intel_plane_check_src_coordinates()
Dintel_display_types.h100 } rotated[2]; member
Dintel_display.c2141 view->rotated = to_intel_framebuffer(fb)->rot_info; in intel_fill_fb_ggtt_view()
2325 return to_intel_framebuffer(fb)->rotated[color_plane].pitch; in intel_fb_pitch()
3000 intel_fb->rotated[plane].pitch = plane_info->height * tile_height; in setup_fb_rotation()
3012 pitch_tiles = intel_fb->rotated[plane].pitch / tile_height; in setup_fb_rotation()
3028 intel_fb->rotated[plane].x = x; in setup_fb_rotation()
3029 intel_fb->rotated[plane].y = y; in setup_fb_rotation()
3152 struct intel_rotation_info *info = &plane_state->view.rotated; in intel_plane_remap_gtt()
3288 plane_state->color_plane[i].x = fb->rotated[i].x; in intel_plane_compute_gtt()
3289 plane_state->color_plane[i].y = fb->rotated[i].y; in intel_plane_compute_gtt()
/kernel/linux/linux-5.10/arch/arm/kernel/
Dphys2virt.S159 @ rotated right by [2 * imm12<11:8>] bits)
/kernel/linux/linux-5.10/Documentation/fb/
Dmodedb.rst58 Sample usage: 720x480,rotate=180 - 720x480 mode, rotated by 180 degrees
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-camera.rst578 result rotated when captured to memory. ::
619 The images once captured to memory will be rotated and the value of the
/kernel/linux/linux-5.10/Documentation/arm/omap/
Ddss.rst307 VRFB rotation requires much more memory than non-rotated framebuffer, so you
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_ggtt.c1467 intel_rotate_pages(&vma->ggtt_view.rotated, vma->obj); in i915_get_ggtt_vma_pages()
/kernel/linux/linux-5.10/Documentation/crypto/
Ddescore-readme.rst322 bits are rotated left 4 when computing S6 S4 S2 S0::
/kernel/linux/linux-5.10/drivers/platform/x86/
DKconfig946 This switch is triggered as the screen is rotated and folded down to
/kernel/linux/linux-5.10/Documentation/networking/
Dip-sysctl.rst760 the backup key is to maximize TFO validation when keys are rotated.