summaryrefslogtreecommitdiff
path: root/tests/kms_plane_scaling.c
diff options
context:
space:
mode:
authorLyude <lyude@redhat.com>2016-12-07 19:02:04 -0500
committerLyude <lyude@redhat.com>2016-12-08 11:26:26 -0500
commit80baeb023223e7948ebfa22ebb4d3b706b4bc550 (patch)
tree5aae4d51683c3a1bb64388afb53bc595cbd0538e /tests/kms_plane_scaling.c
parent4f0866610a4300d2d740b75122ea3b92e0134c08 (diff)
igt_kms: Remove support for drivers with <1 drm_plane
We've had support for universal planes since kernel version 3.15, so there's not really a good reason to try supporting drivers that lack plane support now. As well, the current has_universal_planes logic is broken anyway as it makes the assumption that having display planes always means we have both a primary plane and a cursor plane (this isn't true on radeon/amdgpu and nouveau). So, remove this, and just check for whether or not we have a cursor plane. Signed-off-by: Lyude <lyude@redhat.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/kms_plane_scaling.c')
-rw-r--r--tests/kms_plane_scaling.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index 4546ce548..368da09f4 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -183,7 +183,6 @@ static void test_plane_scaling(data_t *d)
int valid_tests = 0;
int primary_plane_scaling = 0; /* For now */
- igt_require(d->display.has_universal_planes);
igt_require(d->num_scalers);
for_each_pipe_with_valid_output(display, pipe, output) {