OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remap_cmd
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_gmr.c
49
SVGAFifoCmdRemapGMR2
remap_cmd
;
local in function:vmw_gmr2_bind
54
uint32_t remap_size = VMW_PPN_SIZE * num_pages + (sizeof(
remap_cmd
) + sizeof(*cmd)) * remap_num;
75
remap_cmd
.gmrId = gmr_id;
76
remap_cmd
.flags = (VMW_PPN_SIZE > sizeof(*cmd)) ?
82
remap_cmd
.offsetPages = remap_pos;
83
remap_cmd
.numPages = nr;
86
memcpy(cmd, &
remap_cmd
, sizeof(
remap_cmd
));
87
cmd += sizeof(
remap_cmd
) / sizeof(*cmd);
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025