OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dirty_alloc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_resource_priv.h
76
* @
dirty_alloc
: Allocate a dirty tracker. NULL if dirty-tracking is not
102
int (*
dirty_alloc
)(struct vmw_resource *res);
member in struct:vmw_res_func
vmwgfx_resource.c
434
if (func->
dirty_alloc
&& vmw_resource_mob_attached(res) &&
437
ret = func->
dirty_alloc
(res);
vmwgfx_surface.c
163
.
dirty_alloc
= vmw_surface_dirty_alloc,
1702
if (!res->func->
dirty_alloc
)
1708
ret = res->func->
dirty_alloc
(res);
2061
* vmw_surface_dirty_alloc - The surface's
dirty_alloc
callback.
Completed in 14 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025