OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scanout
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_vq.c
730
uint32_t
scanout
= le32_to_cpu(cmd->
scanout
);
local
734
if (
scanout
>= vgdev->num_scanouts)
736
output = vgdev->outputs +
scanout
;
877
int
scanout
;
local
882
for (
scanout
= 0;
scanout
< vgdev->num_scanouts;
scanout
++) {
893
cmd_p->
scanout
= cpu_to_le32(
scanout
);
[
all
...]
/src/sys/dev/pci/
viogpu.h
340
__le32
scanout
;
member in struct:virtio_gpu_cmd_get_edid
/src/sys/external/bsd/drm2/dist/include/uapi/drm/
vmwgfx_drm.h
186
* @
scanout
: Boolean whether the surface is intended to be used as a
187
*
scanout
.
199
__s32
scanout
;
member in struct:drm_vmw_surface_create_req
893
* @drm_vmw_surface_flag_scanout: Whether the surface is a
scanout
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_surface.c
806
srf->
scanout
= req->
scanout
;
851
if (srf->
scanout
&&
1386
* @for_scanout: true if inteded to be used for
scanout
buffer
1483
srf->
scanout
= for_scanout;
1514
* Don't set SVGA3D_SURFACE_SCREENTARGET flag for a
scanout
surface with
vmwgfx_drv.h
243
bool
scanout
;
member in struct:vmw_surface
vmwgfx_kms.c
912
/* Surface must be marked as a
scanout
. */
913
if (unlikely(!surface->
scanout
))
946
* For DX, surface format validation is done when surface->
scanout
1191
true, /* can be a
scanout
buffer */
Completed in 25 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026