diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/kms-test-allplanes.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/kms-test-allplanes.py b/tests/kms-test-allplanes.py index 0fe6cfa..96ac4f1 100755 --- a/tests/kms-test-allplanes.py +++ b/tests/kms-test-allplanes.py @@ -46,7 +46,8 @@ class AllPlanesTest(kmstest.KMSTest): continue self.logger.log(f'Testing connector {connector.fullname}, CRTC {crtc.id}, ' - f'mode {mode.name} with {len(planes)} planes') + f'mode {mode.name} with {len(planes)} planes ' + f'(P: {crtc.primary_plane.id}, O: {[plane.id for plane in planes]})') # Create a frame buffer fb = pykms.DumbFramebuffer(self.card, mode.hdisplay, mode.vdisplay, 'XR24') |