Home
last modified time | relevance | path

Searched full:scanout (Results 1 – 25 of 112) sorted by relevance

12345

/linux/include/drm/
H A Ddrm_panic.h19 * struct drm_scanout_buffer - DRM scanout buffer
28 * drm format of the scanout buffer.
35 * Virtual address of the scanout buffer, either in memory or iomem.
36 * The scanout buffer should be in linear format, and can be directly
43 * @width: Width of the scanout buffer, in pixels.
48 * @height: Height of the scanout buffer, in pixels.
131 * driver prints the pixels into the scanout buffer at panic time.
H A Ddrm_fb_helper.h41 * struct drm_fb_helper_surface_size - describes fbdev size and scanout surface size
44 * @surface_width: scanout buffer width
45 * @surface_height: scanout buffer height
46 * @surface_bpp: scanout buffer bpp
47 * @surface_depth: scanout buffer depth
49 * Note that the scanout surface width/height may be larger than the fbdev
50 * width/height. In case of multiple displays, the scanout surface is sized
52 * to scanout). But the fbdev width/height is sized to the minimum width/
106 * @fb: Scanout framebuffer object
H A Ddrm_modeset_helper_vtables.h240 * framebuffer and scanout position. It is optional and used as an
260 * and scanout without sleeping, i.e. from an atomic calling context. It
452 * Returns the current display scanout position from a CRTC and an
467 * Target location for current vertical scanout position.
469 * Target location for current horizontal scanout position.
472 * scanout position query. Can be NULL to skip timestamp.
475 * scanout position query. Can be NULL to skip timestamp.
479 * Returns vpos as a positive number while in active scanout area.
482 * until start of active scanout / end of vblank."
486 * True on success, false if a reliable scanout position counter could
[all …]
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object_types.h143 * should only ever use uncached for scanout surfaces, otherwise we end
157 * Not used for scanout surfaces.
163 * scanout objects, where the display engine is not coherent with the
179 * Not used for scanout surfaces.
188 * Write-through. Used for scanout surfaces.
433 * scanout surfaces. To handle this the kernel will always flush the
434 * surface out of the CPU caches when preparing it for scanout. Also
435 * note that since scanout surfaces are only ever read by the display
441 * to the display engine not being fully coherent. As a result scanout
444 * that this is likely a scanout surface, and will set @cache_coherent
[all …]
H A Di915_gem_domain.c266 * on the scanout it will be set to uncached (or equivalent display
268 * that all direct access to the scanout remains coherent.
419 * Prepare buffer for display plane (scanout, cursors, etc). Can be called from
469 * always use map_and_fenceable for all scanout buffers. However, in i915_gem_object_pin_to_display_plane()
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.h19 * a scanout buffer is a SMP client. Ie. scanout of 3 plane I420 on
22 * Based on the size of the attached scanout buffer, a certain # of
H A Dmdp5_smp.c114 * presumably happens during the dma from scanout buffer).
216 * happen after scanout completes.
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c567 * to avoid hang caused by placement of scanout BO in GTT on certain in amdgpu_display_supported_domains()
959 "Micro tile mode %llu not supported for scanout\n", in check_tiling_flags_gfx6()
1316 /* Handle is imported dma-buf, so cannot be migrated to VRAM for scanout */ in amdgpu_display_user_framebuffer_create()
1512 * Retrieve current video scanout position of crtc on a given gpu, and
1527 * \param *vpos Location where vertical scanout position should be stored.
1528 * \param *hpos Location where horizontal scanout position should go.
1530 * scanout position query. Can be NULL to skip timestamp.
1532 * scanout position query. Can be NULL to skip timestamp.
1534 * Returns vpos as a positive number while in active scanout area.
1537 * until start of active scanout / end of vblank."
[all …]
/linux/drivers/gpu/drm/meson/
H A Dmeson_viu.c21 * VIU Handles the Pixel scanout and the basic Colorspace conversions
24 * - OSD1 RGB565/RGB888/xRGB8888 scanout
26 * - Progressive or Interlace buffer scanout
33 * - YUV4:2:2 Y0CbY1Cr scanout
36 * - Big endian scanout
37 * - X/Y reverse scanout
H A Dmeson_vpp.c18 * VPP Handles all the Post Processing after the Scanout from the VIU
24 * use it only for interlace scanout
/linux/drivers/gpu/drm/
H A Ddrm_vblank.c46 * a new frame the scanout engine has "scanned out" the display image
408 * This is mostly useful for hardware that can obtain the scanout position, but
603 * @mode: display mode containing the scanout timings
608 * CRTC's true scanout timing, so they take things like panel scaling or
639 * Fields of interlaced scanout modes are only half a frame duration. in drm_calc_timestamping_constants()
673 * Callback function to retrieve the scanout position. See
677 * timings and current video scanout position of a CRTC.
682 * match the scanout position reported.
713 /* Scanout position query not supported? Should not happen. */ in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
734 /* Get current scanout position with system timestamp. in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
[all …]
H A Ddrm_fb_dma_helper.c154 * drm_fb_dma_get_scanout_buffer - Provide a scanout buffer in case of panic
156 * @sb: scanout buffer for the panic handler
H A Ddrm_vblank_work.c17 * the scanout. Most of the time the safest way to accomplish this is to
29 * needs to perform a task that needs to complete within a specific scanout
H A Ddrm_dumb_buffers.c46 * create dumb buffers suitable for scanout, which can then be used to create
/linux/drivers/gpu/drm/radeon/
H A Dradeon_display.c344 * scanout position we know that the current frame is in radeon_crtc_handle_vblank()
1330 /* Handle is imported dma-buf, so cannot be migrated to VRAM for scanout */ in radeon_user_framebuffer_create()
1771 * Retrieve current video scanout position of crtc on a given gpu, and
1786 * \param *vpos Location where vertical scanout position should be stored.
1787 * \param *hpos Location where horizontal scanout position should go.
1789 * scanout position query. Can be NULL to skip timestamp.
1791 * scanout position query. Can be NULL to skip timestamp.
1793 * Returns vpos as a positive number while in active scanout area.
1796 * until start of active scanout / end of vblank."
1804 * unknown small number of scanlines wrt. real scanout position.
[all …]
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c742 uint32_t scanout = le32_to_cpu(cmd->scanout); in virtio_gpu_cmd_get_edid_cb() local
746 if (scanout >= vgdev->num_scanouts) in virtio_gpu_cmd_get_edid_cb()
748 output = vgdev->outputs + scanout; in virtio_gpu_cmd_get_edid_cb()
889 int scanout; in virtio_gpu_cmd_get_edids() local
894 for (scanout = 0; scanout < vgdev->num_scanouts; scanout++) { in virtio_gpu_cmd_get_edids()
905 cmd_p->scanout = cpu_to_le32(scanout); in virtio_gpu_cmd_get_edids()
/linux/Documentation/devicetree/bindings/display/
H A Damlogic,meson-vpu.yaml32 The Video Input Unit is in charge of the pixel scanout from the DDR memory.
54 tree and provides the scanout clock to the VPP and VIU.
/linux/Documentation/devicetree/bindings/media/
H A Dfsl-vdoa.txt6 960 VPU to the conventional raster-scan order for scanout.
/linux/drivers/gpu/drm/xe/display/
H A Dxe_dsb_buffer.c51 /* Set scanout flag for WC mapping */ in intel_dsb_buffer_create()
/linux/drivers/gpu/drm/msm/
H A DNOTES23 up gpu cmdstream to update scanout and write FLUSH register after).
/linux/include/uapi/drm/
H A Domap_drm.h41 /* Scanout buffer, consumable by DSS */
/linux/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c146 /* This is the offset we need for translating hvs -> pv scanout pos. */ in vc4_crtc_get_scanout_position()
155 * We are in active scanout and can get some meaningful results in vc4_crtc_get_scanout_position()
156 * from HVS. The actual PV scanout can not trail behind more in vc4_crtc_get_scanout_position()
158 * in active scanout the HVS and PV work in lockstep wrt. HVS in vc4_crtc_get_scanout_position()
163 * fifo size in scanlines as a estimate of the real scanout in vc4_crtc_get_scanout_position()
/linux/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_dsi_encoder.c99 * scanout buffer) don't latch properly.. in mdp4_dsi_encoder_disable()
/linux/drivers/gpu/drm/armada/
H A Darmada_fb.c119 /* Framebuffer objects must have a valid device address for scanout */ in armada_fb_create()
/linux/drivers/gpu/drm/omapdrm/
H A Domap_fb.c134 /* update ovl info for scanout, handles cases of multi-planar fb's, etc.
257 /* pin, prepare for scanout: */

12345