From: Daniel Vetter Date: Wed, 16 Apr 2014 14:56:09 +0000 (+0200) Subject: drm/i915: Remove vblank wait from haswell_write_eld X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~63^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c79057922ed6c2c6df1214e6ab4414fea1b23db2;p=pandora-kernel.git drm/i915: Remove vblank wait from haswell_write_eld The pipe is off at that point in time, so a vblank wait is simply a 50ms wait. Caught by Jesse's verbose "make vblank wait timeouts WARN" patch. We've probably had a few versions of this float around already. To document assumptions put a pipe assert into the same place. And also add a posting read. If we ever decide to update the eld and infoframes while the pipe is already on (e.g. for fastboot) then there's lots of work to do. So better properly document all the hidden assumptions. Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed