Searched refs:remap_cmd (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gmr.c44 SVGAFifoCmdRemapGMR2 remap_cmd; vmw_gmr2_bind() local
49 uint32_t remap_size = VMW_PPN_SIZE * num_pages + (sizeof(remap_cmd) + sizeof(*cmd)) * remap_num; vmw_gmr2_bind()
70 remap_cmd.gmrId = gmr_id; vmw_gmr2_bind()
71 remap_cmd.flags = (VMW_PPN_SIZE > sizeof(*cmd)) ? vmw_gmr2_bind()
77 remap_cmd.offsetPages = remap_pos; vmw_gmr2_bind()
78 remap_cmd.numPages = nr; vmw_gmr2_bind()
81 memcpy(cmd, &remap_cmd, sizeof(remap_cmd)); vmw_gmr2_bind()
82 cmd += sizeof(remap_cmd) / sizeof(*cmd); vmw_gmr2_bind()

Completed in 205 milliseconds