mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 01:16:18 +00:00
testdisplay: remove wrong return statement
It seems that the kernel patches required by the TEST_PLANES feature are still not upstream, so I didn't test this patch. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
7ead7ba3e6
commit
3ba12bbb2f
@ -677,7 +677,6 @@ connector_find_plane(struct connector *c)
|
||||
drmModeFreePlane(ovr);
|
||||
}
|
||||
|
||||
return 4;
|
||||
return id;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user