File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
drivers/gpu/drm/i915/gem/selftests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1847,7 +1847,7 @@ static int igt_shrink_thp(void *arg)
1847
1847
I915_SHRINK_ACTIVE );
1848
1848
i915_vma_unpin (vma );
1849
1849
if (err )
1850
- goto out_put ;
1850
+ goto out_wf ;
1851
1851
1852
1852
/*
1853
1853
* Now that the pages are *unpinned* shrinking should invoke
@@ -1863,19 +1863,19 @@ static int igt_shrink_thp(void *arg)
1863
1863
pr_err ("unexpected pages mismatch, should_swap=%s\n" ,
1864
1864
str_yes_no (should_swap ));
1865
1865
err = - EINVAL ;
1866
- goto out_put ;
1866
+ goto out_wf ;
1867
1867
}
1868
1868
1869
1869
if (should_swap == (obj -> mm .page_sizes .sg || obj -> mm .page_sizes .phys )) {
1870
1870
pr_err ("unexpected residual page-size bits, should_swap=%s\n" ,
1871
1871
str_yes_no (should_swap ));
1872
1872
err = - EINVAL ;
1873
- goto out_put ;
1873
+ goto out_wf ;
1874
1874
}
1875
1875
1876
1876
err = i915_vma_pin (vma , 0 , 0 , flags );
1877
1877
if (err )
1878
- goto out_put ;
1878
+ goto out_wf ;
1879
1879
1880
1880
while (n -- ) {
1881
1881
err = cpu_check (obj , n , 0xdeadbeaf );
You can’t perform that action at this time.
0 commit comments