Searched refs:scanout (Results 1 – 18 of 18) sorted by relevance
60 struct drm_log_scanout *scanout; member92 static void drm_log_clear_line(struct drm_log_scanout *scanout, u32 line) in drm_log_clear_line() argument94 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() argument109 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 …]
913 uint32_t scanout = le32_to_cpu(cmd->scanout); in virtio_gpu_cmd_get_edid_cb() local917 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() local1063 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()
30 * 72.4 * 7 = 506.8 MHz so the LDB serializer and LCDIFv3 scanout
30 * 66.5 * 7 = 465.5 MHz so the LDB serializer and LCDIFv3 scanout
31 * 66.5 * 7 = 465.5 MHz so the LDB serializer and LCDIFv3 scanout
31 * 72.4 * 7 = 506.8 MHz so the LDB serializer and LCDIFv3 scanout
349 __le32 scanout;348 __le32 scanout; global() member
213 __s32 scanout; member
757 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()
839 if (!file_priv->atomic && metadata->scanout && in vmw_cursor_snooper_create()
225 bool scanout; member
1035 metadata.scanout = true; in vmw_stdu_primary_plane_prepare_fb()
533 if (unlikely(!surface->metadata.scanout)) in vmw_kms_new_framebuffer_surface()
23 up gpu cmdstream to update scanout and write FLUSH register after).
93 from YUV to RGB at scanout time. This makes them useful for displaying video
126 need a display pipeline with one full-screen scanout buffer feeding one output.
146 scanout. The primary plane should have the color encoding and color range
84 panic handler to write the panic message to this plane scanout buffer.