[Intel-gfx] [PATCH i-g-t v2 08/33] tests/kms_crtc_background_color: Add support for dynamic number of planes
Robert Foss
robert.foss at collabora.com
Tue Jan 24 23:33:35 UTC 2017
Add changes reflecting the new support for dynamic number of planes per pipe.
Signed-off-by: Robert Foss <robert.foss at collabora.com>
---
tests/kms_crtc_background_color.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/kms_crtc_background_color.c b/tests/kms_crtc_background_color.c
index 537d4ce6..d6dd8d90 100644
--- a/tests/kms_crtc_background_color.c
+++ b/tests/kms_crtc_background_color.c
@@ -136,7 +136,7 @@ static void test_crtc_background(data_t *data)
igt_output_set_pipe(output, pipe);
- plane = igt_output_get_plane(output, IGT_PLANE_PRIMARY);
+ plane = igt_output_get_plane_type(output, DRM_PLANE_TYPE_PRIMARY);
igt_require(plane->pipe->background_property);
prepare_crtc(data, output, pipe, plane, 1, PURPLE, BLACK64);
--
2.11.0.453.g787f75f05
More information about the Intel-gfx
mailing list