From 0e29ce3265b40ae965cd14dfa4765a21ff50d5b7 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Thu, 30 Jun 2016 11:32:10 +0200 Subject: igt_kms: Remove pan members from igt_plane, v2. They're duplicates with src_x/y, so just use those. Changes since v1: - Fix order of parameters in calls to igt_fb_set_position. Signed-off-by: Maarten Lankhorst Reviewed-by: Ander Conselvan de Oliveira --- tests/kms_panel_fitting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_panel_fitting.c') diff --git a/tests/kms_panel_fitting.c b/tests/kms_panel_fitting.c index 7c501fcd..da09da32 100644 --- a/tests/kms_panel_fitting.c +++ b/tests/kms_panel_fitting.c @@ -89,7 +89,7 @@ static void prepare_crtc(data_t *data, igt_output_t *output, enum pipe pipe, ret = drmModeSetCrtc(data->drm_fd, plane->pipe->crtc_id, data->fb_id1, - plane->pan_x, plane->pan_y, + plane->src_x, plane->src_y, &output->id, 1, mode); -- cgit v1.2.3