summaryrefslogtreecommitdiff
path: root/lib/igt_kms.h
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2014-06-30 16:44:23 -0700
committerDamien Lespiau <damien.lespiau@intel.com>2014-07-04 12:03:45 +0100
commit2a3e212acc01742ac0a0f8bcf969e8a1ae2343b1 (patch)
tree230cc40560b6f90ba8360bdd779f1067ffe085da /lib/igt_kms.h
parent3cc60bab465f6d22b64a7034ce75e47dd2163e6e (diff)
lib/kms: Track need for vblank wait locally
The need to wait for a vblank after programming is due to the way we actually program the hardware. Move need_wait_for_vblank out of the pipe and into a local variable in preparation for future programming styles (e.g., atomic pageflip) that will need different logic. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/igt_kms.h b/lib/igt_kms.h
index 88b695ab..a9a42368 100644
--- a/lib/igt_kms.h
+++ b/lib/igt_kms.h
@@ -120,7 +120,6 @@ typedef struct {
struct igt_pipe {
igt_display_t *display;
enum pipe pipe;
- unsigned int need_wait_for_vblank : 1;
#define IGT_MAX_PLANES 4
int n_planes;
igt_plane_t planes[IGT_MAX_PLANES];