aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2015-04-09 10:48:38 -0700
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-04-10 09:37:01 +0200
commitf1e2daea79e96a50cdbca1bdd1a70900e1af5da1 (patch)
tree074be95504e4d9b9a5f7d7752db8c51ac0283ccd /drivers/gpu/drm/i915/intel_ringbuffer.c
parentdrm/i915: Switch to full atomic helpers for plane updates/disable, take two (diff)
downloadlinux-dev-f1e2daea79e96a50cdbca1bdd1a70900e1af5da1.tar.xz
linux-dev-f1e2daea79e96a50cdbca1bdd1a70900e1af5da1.zip
drm/i915: Clear crtc atomic flags at beginning of transaction
Once we have full atomic modeset, these kind of flags should be in a real intel_crtc_state that's tracked properly. In the meantime, make sure we clear out any old flags at the beginning of a transaction so that we don't wind up seeing leftover flags from old transactions that were checked, but never went to the commit step. At the moment, a failed check or prepare could leave stale flags behind that interfere with the next atomic transaction. v2: Just do a memset; the series this patch was originally part of placed additional fields into the structure that shouldn't be cleared, but that's no longer the case. Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.c')
0 files changed, 0 insertions, 0 deletions