Searched full:rendering (Results 1 – 25 of 141) sorted by relevance
123456
/Linux-v5.15/drivers/gpu/drm/i915/display/ |
D | intel_frontbuffer.c | 31 * frontbuffer, especially rendering targeted at the frontbuffer. 36 * when frontbuffer rendering has stopped again to flush out all the changes 73 * This function gets called every time rendering on the given planes has 75 * delayed if they're blocked by some outstanding asynchronous rendering. 151 * not get delayed by pending gpu rendering. 195 /* Filter out new bits since rendering started. */ in __intel_fb_flush()
|
D | intel_frontbuffer.h | 99 * This function gets called every time rendering on the given object starts and 102 * until the rendering completes or a flip on this frontbuffer plane is 130 * This function gets called every time rendering on the given object has
|
/Linux-v5.15/include/drm/ |
D | drm_ioctl.h | 2 * Internal Header for the Direct Rendering Manager 84 * This is for ioctl which are used for rendering, and require that the 126 * This is used for all ioctl needed for rendering only, for drivers
|
/Linux-v5.15/include/uapi/drm/ |
D | v3d_drm.h | 151 * rendering to a BO and you want to wait for all rendering to be 246 * against rendering jobs requires using sync objects. 270 * Synchronization against rendering/TFU jobs or CSD from
|
D | panfrost_drm.h | 78 * rendering to a BO and you want to wait for all rendering to be
|
/Linux-v5.15/drivers/char/agp/ |
D | Kconfig | 11 use the AGP features of your 3D rendering video card. This code acts 21 direct rendering will be a lot slower but still faster than PIO.
|
/Linux-v5.15/drivers/gpu/drm/tdfx/ |
D | Makefile | 4 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
/Linux-v5.15/drivers/gpu/drm/i810/ |
D | Makefile | 4 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
/Linux-v5.15/drivers/gpu/drm/savage/ |
D | Makefile | 4 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
/Linux-v5.15/drivers/gpu/drm/sis/ |
D | Makefile | 4 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
/Linux-v5.15/drivers/gpu/drm/ast/ |
D | Makefile | 4 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
/Linux-v5.15/drivers/gpu/drm/via/ |
D | Makefile | 4 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
/Linux-v5.15/drivers/gpu/drm/r128/ |
D | Makefile | 4 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
/Linux-v5.15/drivers/gpu/drm/mga/ |
D | Makefile | 4 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
/Linux-v5.15/drivers/gpu/drm/qxl/ |
D | Makefile | 4 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
/Linux-v5.15/drivers/gpu/drm/virtio/ |
D | Makefile | 4 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
/Linux-v5.15/Documentation/gpu/ |
D | drm-mm.rst | 247 to the buffer is needed (to perform software rendering for instance), 322 GPU has finished rendering to the object, then the object must be made 329 blocks the client and waits for rendering to complete before performing 345 the GTT; otherwise, GEM will reject them and no rendering will occur. 347 be allocated for correct rendering (e.g. 2D blits on pre-965 chips),
|
/Linux-v5.15/Documentation/devicetree/bindings/display/xlnx/ |
D | xlnx,zynqmp-dpsub.yaml | 17 | 4x vid | | | | | Rendering | -+--> | | | +------+ 31 live audio/video streams from the programmable logic. The Video Rendering
|
/Linux-v5.15/drivers/gpu/drm/ |
D | Kconfig | 6 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. 9 tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)" 22 Kernel-level support for the Direct Rendering Infrastructure (DRI)
|
/Linux-v5.15/drivers/gpu/drm/rockchip/ |
D | Makefile | 4 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
/Linux-v5.15/drivers/gpu/drm/exynos/ |
D | Makefile | 4 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
/Linux-v5.15/drivers/gpu/drm/omapdrm/ |
D | Makefile | 4 # Direct Rendering Infrastructure (DRI)
|
/Linux-v5.15/Documentation/i2c/ |
D | i2c_bus.svg | 1146 …roke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;… 1213 …roke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;… 1238 …roke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;…
|
/Linux-v5.15/drivers/gpu/drm/i915/gem/ |
D | i915_gem_wait.c | 184 * Waits for rendering to the object to be completed 186 * @flags: how to wait (under a lock, for all rendering or just for writes etc)
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_active.h | 26 * for outstanding GPU rendering before marking the object ready for CPU 33 * the CPU and GPU engines, as well as waiting for all rendering to
|
123456