mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 16:36:14 +00:00
tests: More bdw fallout
This time misplaced parens. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
df5e880bea
commit
b5bfdbb1ad
@ -76,7 +76,7 @@ static void copy(int fd, uint32_t batch, uint32_t src, uint32_t dst)
|
||||
gem_reloc[0].presumed_offset = 0;
|
||||
|
||||
gem_reloc[1].offset = 7 * sizeof(uint32_t);
|
||||
if (intel_gen(intel_get_drm_devid(fd) >= 8))
|
||||
if (intel_gen(intel_get_drm_devid(fd)) >= 8)
|
||||
gem_reloc[1].offset += sizeof(uint32_t);
|
||||
gem_reloc[1].delta = 0;
|
||||
gem_reloc[1].target_handle = src;
|
||||
|
Loading…
x
Reference in New Issue
Block a user