mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
kms_frontbuffer_tracking: unset crtcs after getting the base blue CRC
This fixes the failures for cases where you use --run-subtest to run single subtests that don't use any drawing patterns. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
parent
3660bd4e9c
commit
a4697fc8ba
@ -1179,6 +1179,8 @@ static void init_blue_crc(enum pixel_format format)
|
|||||||
|
|
||||||
print_crc("Blue CRC: ", &blue_crcs[format].crc);
|
print_crc("Blue CRC: ", &blue_crcs[format].crc);
|
||||||
|
|
||||||
|
unset_all_crtcs();
|
||||||
|
|
||||||
igt_remove_fb(drm.fd, &blue);
|
igt_remove_fb(drm.fd, &blue);
|
||||||
|
|
||||||
blue_crcs[format].initialized = true;
|
blue_crcs[format].initialized = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user