Skip to content
  • Daniel Vetter's avatar
    tests/debugfs: use igt_display_require · 26a6f411
    Daniel Vetter authored
    
    
    Need to extract into a test subgroup to make sure we only skip the
    tests that need display support.
    
    v2: Chris pointed out that "read-all-entries" was the original non-kms
    tests, and we don't want to skip that if there's no output. Make a
    seperate test for this.
    
    Also, that kind of where libraries magically second-guess what the
    test might have wanted when it supplies an invalid request is exactly
    why I want to fix the igt_display_init API regression.
    
    v3: Actually squash in the hunk that was supposed to do v2 into this
    patch (Antonio).
    
    Cc: Antonio Argenziano <antonio.argenziano@intel.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Reviewed-by: default avatarMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
    Acked-By: default avatarAntonio Argenziano <antonio.argenziano@intel.com>
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    26a6f411