From 7df7e3bda6a206c15044dfd9804eddeee29d981b Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Thu, 21 Sep 2017 12:53:27 +0200 Subject: tests: Stop looking at plane private members Most of these tests have no reason to look at those members, so try other ways of getting the information. Signed-off-by: Maarten Lankhorst Reviewed-by: Mika Kahola --- tests/kms_rmfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_rmfb.c') diff --git a/tests/kms_rmfb.c b/tests/kms_rmfb.c index 9f1f564e..c97adcee 100644 --- a/tests/kms_rmfb.c +++ b/tests/kms_rmfb.c @@ -102,7 +102,7 @@ test_rmfb(struct rmfb_data *data, igt_output_t *output, enum pipe pipe, bool reo drmSetClientCap(data->drm_fd, DRM_CLIENT_CAP_UNIVERSAL_PLANES, 1); drmSetClientCap(data->drm_fd, DRM_CLIENT_CAP_ATOMIC, 1); - data->display.pipes[pipe].mode_blob = 0; + igt_pipe_refresh(&data->display, pipe, true); } else { igt_remove_fb(data->drm_fd, &fb); igt_remove_fb(data->drm_fd, &argb_fb); -- cgit v1.2.3