mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
Revert "Revert "store_dw_loop: make loops smaller""
This reverts commit 3005ac3ee8.
QA has done the testing we've wanted.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -62,7 +62,7 @@ store_dword_loop(int divider, unsigned flags)
|
||||
if (!has_ppgtt)
|
||||
cmd |= MI_MEM_VIRTUAL;
|
||||
|
||||
for (i = 0; i < SLOW_QUICK(0x80000, 4); i++) {
|
||||
for (i = 0; i < SLOW_QUICK(0x2000, 4); i++) {
|
||||
int j = 0;
|
||||
int cmd_address_offset;
|
||||
cmd_bo = drm_intel_bo_alloc(bufmgr, "cmd bo", 4096, 4096);
|
||||
|
||||
Reference in New Issue
Block a user