summaryrefslogtreecommitdiff
path: root/lib/igt_kms.h
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2017-08-02 11:51:42 +0200
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2017-08-14 14:43:13 +0200
commitdd0c75c1e5eeeee324005ad1ebfd5a5d24cef6fb (patch)
treed560ac458295c2f4e7812c81a30c12b7a6ef33fd /lib/igt_kms.h
parent3ee83cf3ae37fc7456abf37fa89623a9221de381 (diff)
lib/igt_kms: Remove vblank wait after plane update.
With the conversion to atomic, this is already handled in the core. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Reviewed-by: Mika Kahola <mika.kahola@intel.com>
Diffstat (limited to 'lib/igt_kms.h')
-rw-r--r--lib/igt_kms.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/igt_kms.h b/lib/igt_kms.h
index 96713c24..e5dc329b 100644
--- a/lib/igt_kms.h
+++ b/lib/igt_kms.h
@@ -324,7 +324,6 @@ typedef struct {
struct igt_pipe {
igt_display_t *display;
enum pipe pipe;
- bool enabled;
int n_planes;
int plane_cursor;