summaryrefslogtreecommitdiff
path: root/lib/igt_kms.h
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2014-06-30 16:44:22 -0700
committerDamien Lespiau <damien.lespiau@intel.com>2014-07-04 12:03:26 +0100
commit3cc60bab465f6d22b64a7034ce75e47dd2163e6e (patch)
tree1e640d637d9f1e40cab6fd8a34e138ef98a63bb7 /lib/igt_kms.h
parent67e29a30d5da57fb6764a23ba9f6aa31ea2c15a8 (diff)
lib/kms: Drop igt_pipe->need_set_{crtc, cursor}
The "need" flags on igt_pipe simply mirror the fb_changed field of the primary/cursor planes. Drop them and just use fb_changed instead. Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'lib/igt_kms.h')
-rw-r--r--lib/igt_kms.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/igt_kms.h b/lib/igt_kms.h
index 7d015b4d..88b695ab 100644
--- a/lib/igt_kms.h
+++ b/lib/igt_kms.h
@@ -120,8 +120,6 @@ typedef struct {
struct igt_pipe {
igt_display_t *display;
enum pipe pipe;
- unsigned int need_set_crtc : 1;
- unsigned int need_set_cursor : 1;
unsigned int need_wait_for_vblank : 1;
#define IGT_MAX_PLANES 4
int n_planes;