igt_kms: pass drm_fd instead of igt_display_t on some functions
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 6 Aug 2014 14:48:56 +0000 (11:48 -0300)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 7 Aug 2014 18:41:28 +0000 (15:41 -0300)
commit18d8ea7fe451ee73606d82b060f02e06fae16fc2
tree70be1fc7bf0e8c421f0466341ebc582604d2d326
parent61920c68d847dcc920fff27f857e03debc76a9a4
igt_kms: pass drm_fd instead of igt_display_t on some functions

Since these functions only really use the drm_fd. The goal is to be
able to reuse these functions on programs that don't use the
igt_display_t structure.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
lib/igt_kms.c