mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
kms_frontbuffer_tracking: don't test SPR or CUR on multidraw
The goal of the multidraw subtest is to check if alternating drawing methods can somehow break the feature. The plane we're drawing to really shouldn't matter here - we have other tests to make sure drawing on the different planes works correctly. So after this patch we'll only run the multidraw subtest for the primary plane, not for sprite and cursors anymore. This makes "--no-edp --fbc-only --1p-only" go from 2m29s to 1m40s on my machine. Of course, we can still run these tests with the --show-hidden flag. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
parent
78d076268c
commit
c049096eb6
@ -2691,6 +2691,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
TEST_MODE_ITER_BEGIN(t)
|
||||
if (t.screen != SCREEN_PRIM ||
|
||||
(!opt.show_hidden && t.plane != PLANE_PRI) ||
|
||||
(!opt.show_hidden && t.fbs != FBS_INDIVIDUAL))
|
||||
continue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user