summaryrefslogtreecommitdiff
path: root/tests/kms_plane.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-12 19:24:00 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-12 21:22:52 +0100
commit36a83a6c5ccfff7336d257aba499c4e72674615a (patch)
tree128bf116be9e929fb4ef925e635355fb00810341 /tests/kms_plane.c
parent803d07b2fff95794d8a840728d417e8e1d31264c (diff)
lib/igt_debugfs: drop drm_fd argument from igt_pipe_crc_new
It's nowhere used and removing it gives us a cleaner, more orthogonal interface. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/kms_plane.c')
-rw-r--r--tests/kms_plane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 2371f9a1..6c7275a8 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -92,7 +92,7 @@ test_position_init(test_position_t *test, igt_output_t *output, enum pipe pipe)
drmModeModeInfo *mode;
igt_plane_t *primary;
- test->pipe_crc = igt_pipe_crc_new(&data->debugfs, data->drm_fd,
+ test->pipe_crc = igt_pipe_crc_new(&data->debugfs,
pipe, INTEL_PIPE_CRC_SOURCE_AUTO);
igt_output_set_pipe(output, pipe);