diff options
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | 2015-02-13 14:23:46 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-03-17 17:29:56 -0400 |
commit | dbef0f15b5c83231dacb214dbf9a6dba063ca21c (patch) | |
tree | 15099ab183b769bdba6949d3c0c5995295013bd3 /drivers/gpu/drm/i915/intel_ringbuffer.h | |
parent | 3954e733ab0c9449443897f2669e17fff4471a0e (diff) |
drm/i915: add frontbuffer tracking to FBC
Kill the blt/render tracking we currently have and use the frontbuffer
tracking infrastructure.
Don't enable things by default yet.
v2: (Rodrigo) Fix small conflict on rebase and typo at subject.
v3: (Paulo) Rebase on RENDER_CS change.
v4: (Paulo) Rebase.
v5: (Paulo) Simplify: flushes don't have origin (Daniel).
Also rebase due to patch order changes.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.h')
-rw-r--r-- | drivers/gpu/drm/i915/intel_ringbuffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.h b/drivers/gpu/drm/i915/intel_ringbuffer.h index 8f3b49a23ccf..c761fe05ad6f 100644 --- a/drivers/gpu/drm/i915/intel_ringbuffer.h +++ b/drivers/gpu/drm/i915/intel_ringbuffer.h | |||
@@ -267,7 +267,6 @@ struct intel_engine_cs { | |||
267 | */ | 267 | */ |
268 | struct drm_i915_gem_request *outstanding_lazy_request; | 268 | struct drm_i915_gem_request *outstanding_lazy_request; |
269 | bool gpu_caches_dirty; | 269 | bool gpu_caches_dirty; |
270 | bool fbc_dirty; | ||
271 | 270 | ||
272 | wait_queue_head_t irq_queue; | 271 | wait_queue_head_t irq_queue; |
273 | 272 | ||