mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
test: Fixup for the previous patch
Oops, failed to git add. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
1b55886c4b
commit
e36c896a71
@ -649,7 +649,7 @@ skip:
|
||||
bool gem_has_enable_ring(int fd,int param)
|
||||
{
|
||||
drm_i915_getparam_t gp;
|
||||
int ret, tmp;
|
||||
int tmp;
|
||||
memset(&gp, 0, sizeof(gp));
|
||||
|
||||
gp.value = &tmp;
|
||||
|
@ -1044,7 +1044,7 @@ static int test_unmap_cycles(int fd, int expected)
|
||||
|
||||
unsigned int total_ram;
|
||||
uint64_t aperture_size;
|
||||
int fd, count, size = 0, ret;
|
||||
int fd, count;
|
||||
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
Loading…
x
Reference in New Issue
Block a user