| /OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/ |
| H A D | 0010-sdl-sdl_gpu-support-screen-rotation.patch | 28 + 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 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 …]
|
| /OK3568_Linux_fs/app/lvgl_demo/hal/ |
| H A D | hal_sdl.c | 8 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 D | hal_drm.c | 6 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 D | hal_sdl.h | 4 void hal_sdl_init(lv_coord_t hor_res, lv_coord_t ver_res, int rotated);
|
| H A D | hal_drm.h | 4 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 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A 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()
|
| H A 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()
|
| H A D | i915_vma_types.h | 154 struct intel_rotation_info rotated; member
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/ |
| H A D | 0003-Update-for-1.20-ABI.patch | 19 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "display rotated; disabling DGA\n");
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | busybox-syslog.default | 10 # -b N : N rotated logs to keep (default:1, max=99, 0=purge)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A 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:
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | README | 55 therefor not be of much use rotated.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | brcm,iproc-touchscreen.txt | 84 /* Touchscreen is rotated 180 degrees. */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/ |
| H A D | mount-matrix.txt | 133 along the (z) axis if rotated clockwise, and a positive value if rotated
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kdrive.c | 700 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 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.9.0 | 60 - QQuickGeoMapGestureArea now correctly works with tilted/rotated maps.
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | modedb.rst | 58 Sample usage: 720x480,rotate=180 - 720x480 mode, rotated by 180 degrees
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/ |
| H A D | 0002-ati-cleanup-terminology-to-use-primary-secondary.patch | 31 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 D | 0001-ati-cleanup-terminology-to-use-primary-secondary.patch | 29 which means that TearFree is on for rotated outputs, outputs with RandR
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A 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
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | Kconfig | 94 bool "Support rotated displays" 98 mode or even if it's mounted landscape but rotated by 180degree,
|