Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0010-sdl-sdl_gpu-support-screen-rotation.patch28 + int rotated = monitor_rotated();
72 + switch (rotated)
107 + int rotated;
115 + int rotated = disp_drv->rotated <= LV_DISP_ROT_270 ? disp_drv->rotated : LV_DISP_ROT_NONE;
119 + m->rotated = rotated;
130 + disp_drv->rotated = LV_DISP_ROT_NONE;
144 + if (m->rotated == LV_DISP_ROT_90 ||
145 + m->rotated == LV_DISP_ROT_270) {
169 + int rotated = LV_DISP_ROT_NONE;
175 + rotated = m->rotated;
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A 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 …]
/OK3568_Linux_fs/app/lvgl_demo/hal/
H A Dhal_sdl.c8 void hal_sdl_init(lv_coord_t hor_res, lv_coord_t ver_res, int rotated) in hal_sdl_init() argument
19 disp_drv.rotated = rotated; in hal_sdl_init()
H A Dhal_drm.c6 void hal_drm_init(lv_coord_t hor_res, lv_coord_t ver_res, int rotated) in hal_drm_init() argument
10 drm_disp_drv_init(rotated * 90 % 360); in hal_drm_init()
H A Dhal_sdl.h4 void hal_sdl_init(lv_coord_t hor_res, lv_coord_t ver_res, int rotated);
H A Dhal_drm.h4 void hal_drm_init(lv_coord_t hor_res, lv_coord_t ver_res, int rotated);
/OK3568_Linux_fs/kernel/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
340 return hwdev->hw->map.bus_align_bytes << (rotated ? 2 : 0); in malidp_hw_get_pitch_align()
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A 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()
H A 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()
H A Di915_vma_types.h154 struct intel_rotation_info rotated; member
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0003-Update-for-1.20-ABI.patch19 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "display rotated; disabling DGA\n");
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/
H A Dbusybox-syslog.default10 # -b N : N rotated logs to keep (default:1, max=99, 0=purge)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A 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:
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A DREADME55 therefor not be of much use rotated.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Dbrcm,iproc-touchscreen.txt84 /* Touchscreen is rotated 180 degrees. */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt133 along the (z) axis if rotated clockwise, and a positive value if rotated
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c700 Bool rotated = (screen->randr & (RR_Rotate_90 | RR_Rotate_270)) != 0; in KdScreenInit() local
707 if (!rotated) { in KdScreenInit()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.9.060 - QQuickGeoMapGestureArea now correctly works with tilted/rotated maps.
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dmodedb.rst58 Sample usage: 720x480,rotate=180 - 720x480 mode, rotated by 180 degrees
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/
H A D0002-ati-cleanup-terminology-to-use-primary-secondary.patch31 which means that TearFree is on for rotated outputs, outputs with RandR
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati/
H A D0001-ati-cleanup-terminology-to-use-primary-secondary.patch29 which means that TearFree is on for rotated outputs, outputs with RandR
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A 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
/OK3568_Linux_fs/u-boot/drivers/video/
H A DKconfig94 bool "Support rotated displays"
98 mode or even if it's mounted landscape but rotated by 180degree,

12