Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/clients/
H A Ddrm_log.c60 struct drm_log_scanout *scanout; member
92 static void drm_log_clear_line(struct drm_log_scanout *scanout, u32 line) in drm_log_clear_line() argument
94 struct drm_framebuffer *fb = scanout->buffer->fb; in drm_log_clear_line()
95 unsigned long height = scanout->scaled_font_h; in drm_log_clear_line()
99 if (drm_client_buffer_vmap_local(scanout->buffer, &map)) in drm_log_clear_line()
102 drm_client_buffer_vunmap_local(scanout->buffer); in drm_log_clear_line()
103 drm_client_buffer_flush(scanout->buffer, &r); in drm_log_clear_line()
106 static void drm_log_draw_line(struct drm_log_scanout *scanout, const char *s, in drm_log_draw_line() argument
109 struct drm_framebuffer *fb = scanout->buffer->fb; in drm_log_draw_line()
111 const struct font_desc *font = scanout->font; in drm_log_draw_line()
[all …]
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c913 uint32_t scanout = le32_to_cpu(cmd->scanout); in virtio_gpu_cmd_get_edid_cb() local
917 if (scanout >= vgdev->num_scanouts) in virtio_gpu_cmd_get_edid_cb()
919 output = vgdev->outputs + scanout; in virtio_gpu_cmd_get_edid_cb()
1058 int scanout; in virtio_gpu_cmd_get_edids() local
1063 for (scanout = 0; scanout < vgdev->num_scanouts; scanout++) { in virtio_gpu_cmd_get_edids()
1073 cmd_p->scanout = cpu_to_le32(scanout); in virtio_gpu_cmd_get_edids()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-phyboard-pollux-etml1010g3dra.dtso30 * 72.4 * 7 = 506.8 MHz so the LDB serializer and LCDIFv3 scanout
H A Dimx8mp-phyboard-pollux-ph128800t006.dtso30 * 66.5 * 7 = 465.5 MHz so the LDB serializer and LCDIFv3 scanout
H A Dimx8mp-phyboard-pollux-peb-av-10-ph128800t006.dtso31 * 66.5 * 7 = 465.5 MHz so the LDB serializer and LCDIFv3 scanout
H A Dimx8mp-phyboard-pollux-peb-av-10-etml1010g3dra.dtso31 * 72.4 * 7 = 506.8 MHz so the LDB serializer and LCDIFv3 scanout
/linux/include/uapi/linux/
H A Dvirtio_gpu.h349 __le32 scanout;
348 __le32 scanout; global() member
/linux/include/uapi/drm/
H A Dvmwgfx_drm.h213 __s32 scanout; member
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c757 metadata->scanout = req->scanout; in vmw_surface_define_ioctl()
1574 metadata.scanout = req->base.drm_surface_flags & in vmw_gb_surface_define_internal()
2112 if (req->scanout) { in vmw_gb_surface_define()
2188 metadata->scanout && in vmw_gb_surface_define()
H A Dvmwgfx_cursor_plane.c839 if (!file_priv->atomic && metadata->scanout && in vmw_cursor_snooper_create()
H A Dvmwgfx_drv.h225 bool scanout; member
H A Dvmwgfx_stdu.c1035 metadata.scanout = true; in vmw_stdu_primary_plane_prepare_fb()
H A Dvmwgfx_kms.c533 if (unlikely(!surface->metadata.scanout)) in vmw_kms_new_framebuffer_surface()
/linux/drivers/gpu/drm/msm/
H A DNOTES23 up gpu cmdstream to update scanout and write FLUSH register after).
/linux/Documentation/gpu/
H A Dtegra.rst93 from YUV to RGB at scanout time. This makes them useful for displaying video
H A Dintroduction.rst126 need a display pipeline with one full-screen scanout buffer feeding one output.
/linux/Documentation/gpu/amdgpu/display/
H A Dmpo-overview.rst146 scanout. The primary plane should have the color encoding and color range
/linux/drivers/gpu/drm/
H A DKconfig84 panic handler to write the panic message to this plane scanout buffer.