| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/ |
| H A D | modeset.c | 90 if (cr->scanout) { in initialize_screens() 96 cr->scanout = create_sp_bo(dev, m->hdisplay, m->vdisplay, in initialize_screens() 98 if (!cr->scanout) { in initialize_screens() 103 ret = add_fb_sp_bo(cr->scanout, DRM_FORMAT_XRGB8888); in initialize_screens() 112 cr->scanout->fb_id, 0, 0, &c->connector_id, in initialize_screens()
|
| H A D | dev.c | 140 dev->crtcs[i].scanout = NULL; in create_sp_dev() 270 if (dev->crtcs[i].scanout) in destroy_sp_dev() 271 free_sp_bo(dev->crtcs[i].scanout); in destroy_sp_dev()
|
| H A D | dev.h | 35 struct sp_bo* scanout; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_vq.c | 740 uint32_t scanout = le32_to_cpu(cmd->scanout); in virtio_gpu_cmd_get_edid_cb() local 744 if (scanout >= vgdev->num_scanouts) in virtio_gpu_cmd_get_edid_cb() 746 output = vgdev->outputs + scanout; in virtio_gpu_cmd_get_edid_cb() 887 int scanout; in virtio_gpu_cmd_get_edids() local 892 for (scanout = 0; scanout < vgdev->num_scanouts; scanout++) { in virtio_gpu_cmd_get_edids() 903 cmd_p->scanout = cpu_to_le32(scanout); in virtio_gpu_cmd_get_edids()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | fsl-vdoa.txt | 6 960 VPU to the conventional raster-scan order for scanout.
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/ |
| H A D | 0002-ati-cleanup-terminology-to-use-primary-secondary.patch | 62 drmmode_crtc->scanout[scanout_id].pixmap; 303 - dirty->slave_dst = drmmode_crtc->scanout[scanout_id].pixmap; 304 + dirty->secondary_dst = drmmode_crtc->scanout[scanout_id].pixmap;
|
| /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 | 60 drmmode_crtc->scanout[scanout_id].pixmap; 301 - dirty->slave_dst = drmmode_crtc->scanout[scanout_id].pixmap; 302 + dirty->secondary_dst = drmmode_crtc->scanout[scanout_id].pixmap;
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | virtio_gpu.h | 314 __le32 scanout; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_surface.c | 804 metadata->scanout = req->scanout; in vmw_surface_define_ioctl() 850 if (metadata->scanout && in vmw_surface_define_ioctl() 1528 metadata.scanout = req->base.drm_surface_flags & in vmw_gb_surface_define_internal() 2092 if (req->scanout) { in vmw_gb_surface_define() 2182 metadata->scanout && in vmw_gb_surface_define()
|
| H A D | vmwgfx_kms.c | 907 if (unlikely(!surface->metadata.scanout)) in vmw_kms_new_framebuffer_surface() 1183 metadata.scanout = true; in vmw_create_bo_proxy()
|
| H A D | vmwgfx_drv.h | 260 bool scanout; member
|
| H A D | vmwgfx_stdu.c | 1098 metadata.scanout = true; in vmw_stdu_primary_plane_prepare_fb()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/ |
| H A D | vmwgfx_drm.h | 196 __s32 scanout; member
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | vmwgfx_drm.h | 201 __s32 scanout; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/ |
| H A D | vmwgfx_drm.h | 196 __s32 scanout; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | NOTES | 23 up gpu cmdstream to update scanout and write FLUSH register after).
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch | 102 * wl_drm is being used for scanout. Mesa is the only user we
|
| H A D | 0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch | 348 + /* Assume scanout co-ordinate space i.e. (0,0) is top-left
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 374 /* If we already have a client buffer promoted to scanout, then we don't
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch | 102 * wl_drm is being used for scanout. Mesa is the only user we
|
| H A D | 0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch | 348 + /* Assume scanout co-ordinate space i.e. (0,0) is top-left
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 372 /* If we already have a client buffer promoted to scanout, then we don't
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0027-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch | 135 * wl_drm is being used for scanout. Mesa is the only user we
|
| H A D | 0015-backend-drm-Support-mirror-mode.patch | 370 /* If we already have a client buffer promoted to scanout, then we don't
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | tegra.rst | 93 from YUV to RGB at scanout time. This makes them useful for displaying video
|