/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
D | i915_vma.c | 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() 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/ |
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 340 return hwdev->hw->map.bus_align_bytes << (rotated ? 2 : 0); in malidp_hw_get_pitch_align()
|
D | malidp_planes.c | 509 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/ |
D | i915_vma.h | 188 BUILD_BUG_ON(offsetof(typeof(*view), rotated) != in i915_vma_compare() 190 BUILD_BUG_ON(offsetof(typeof(*view), rotated) != in i915_vma_compare()
|
D | i915_vma_types.h | 154 struct intel_rotation_info rotated; member
|
D | i915_debugfs.c | 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()
|
D | i915_vma.c | 149 vma->size = intel_rotation_info_size(&view->rotated); in vma_create()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | brcm,iproc-touchscreen.txt | 84 /* Touchscreen is rotated 180 degrees. */
|
/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:
|
/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-5.10/drivers/gpu/drm/i915/display/ |
D | intel_sprite.c | 285 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()
|
D | intel_display_types.h | 100 } rotated[2]; member
|
D | intel_display.c | 2141 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/ |
D | phys2virt.S | 159 @ rotated right by [2 * imm12<11:8>] bits)
|
/kernel/linux/linux-5.10/Documentation/fb/ |
D | modedb.rst | 58 Sample usage: 720x480,rotate=180 - 720x480 mode, rotated by 180 degrees
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-camera.rst | 578 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/ |
D | dss.rst | 307 VRFB rotation requires much more memory than non-rotated framebuffer, so you
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_ggtt.c | 1467 intel_rotate_pages(&vma->ggtt_view.rotated, vma->obj); in i915_get_ggtt_vma_pages()
|
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | descore-readme.rst | 322 bits are rotated left 4 when computing S6 S4 S2 S0::
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
D | Kconfig | 946 This switch is triggered as the screen is rotated and folded down to
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | ip-sysctl.rst | 760 the backup key is to maximize TFO validation when keys are rotated.
|