Home
last modified time | relevance | path

Searched refs:scanout (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/
H A Dmodeset.c90 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 Ddev.c140 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 Ddev.h35 struct sp_bo* scanout; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c740 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 Dfsl-vdoa.txt6 960 VPU to the conventional raster-scan order for scanout.
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/
H A D0002-ati-cleanup-terminology-to-use-primary-secondary.patch62 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 D0001-ati-cleanup-terminology-to-use-primary-secondary.patch60 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 Dvirtio_gpu.h314 __le32 scanout; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c804 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 Dvmwgfx_kms.c907 if (unlikely(!surface->metadata.scanout)) in vmw_kms_new_framebuffer_surface()
1183 metadata.scanout = true; in vmw_create_bo_proxy()
H A Dvmwgfx_drv.h260 bool scanout; member
H A Dvmwgfx_stdu.c1098 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 Dvmwgfx_drm.h196 __s32 scanout; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dvmwgfx_drm.h201 __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 Dvmwgfx_drm.h196 __s32 scanout; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A DNOTES23 up gpu cmdstream to update scanout and write FLUSH register after).
/OK3568_Linux_fs/buildroot/package/weston/
H A D0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch102 * wl_drm is being used for scanout. Mesa is the only user we
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch348 + /* Assume scanout co-ordinate space i.e. (0,0) is top-left
H A D0017-backend-drm-Support-mirror-mode.patch374 /* 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 D0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch102 * wl_drm is being used for scanout. Mesa is the only user we
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch348 + /* Assume scanout co-ordinate space i.e. (0,0) is top-left
H A D0017-backend-drm-Support-mirror-mode.patch372 /* 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 D0027-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch135 * wl_drm is being used for scanout. Mesa is the only user we
H A D0015-backend-drm-Support-mirror-mode.patch370 /* If we already have a client buffer promoted to scanout, then we don't
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dtegra.rst93 from YUV to RGB at scanout time. This makes them useful for displaying video

12