Home
last modified time | relevance | path

Searched refs:VMWGFX_MAX_RELOCATIONS (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h52 #define VMWGFX_MAX_RELOCATIONS 2048 macro
297 struct vmw_relocation relocs[VMWGFX_MAX_RELOCATIONS];
Dvmwgfx_execbuf.c1300 if (unlikely(sw_context->cur_reloc >= VMWGFX_MAX_RELOCATIONS)) { in vmw_translate_mob_ptr()
1361 if (unlikely(sw_context->cur_reloc >= VMWGFX_MAX_RELOCATIONS)) { in vmw_translate_guest_ptr()