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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gmr.c47 uint32_t define_size = sizeof(define_cmd) + sizeof(*cmd); vmw_gmr2_bind() local
51 uint32_t cmd_size = define_size + remap_size; vmw_gmr2_bind()
110 uint32_t define_size = sizeof(define_cmd) + 4; vmw_gmr2_unbind() local
113 cmd = vmw_fifo_reserve(dev_priv, define_size); vmw_gmr2_unbind()
124 vmw_fifo_commit(dev_priv, define_size); vmw_gmr2_unbind()

Completed in 74 milliseconds