OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_blit
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_validation.c
44
* @
cpu_blit
: Validate for cpu blit access.
54
u32
cpu_blit
: 1;
member in struct:vmw_validation_bo_node
259
* @
cpu_blit
: Validate in a page-mappable location.
266
bool
cpu_blit
)
273
bo_node->
cpu_blit
!=
cpu_blit
) {
301
bo_node->
cpu_blit
=
cpu_blit
;
592
if (entry->
cpu_blit
) {
vmwgfx_kms.h
47
* @
cpu_blit
: True if need cpu blit.
130
bool
cpu_blit
;
member in struct:vmw_du_update_plane
vmwgfx_stdu.c
692
bool
cpu_blit
= !(dev_priv->capabilities & SVGA_CAP_3D);
local in function:vmw_kms_stdu_dma
700
ret = vmw_validation_add_bo(&val_ctx, buf, false,
cpu_blit
);
724
if (
cpu_blit
) {
1383
bo_update.base.
cpu_blit
= !(dev_priv->capabilities & SVGA_CAP_3D);
1390
if (bo_update.base.
cpu_blit
) {
1563
srf_update.
cpu_blit
= false;
Completed in 155 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025