]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: remove wait_for_vblank argument form intel_enable_pipe
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 17 Jan 2014 15:51:12 +0000 (13:51 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 12 Feb 2014 17:53:10 +0000 (18:53 +0100)
commitf8a341f5e7a91013b6fdc18ba6d3c3b9b252facb
tree65f42a0e59f5f59ce0ae981b9932e31ed472c502
parent7ae00702dc6c31c733f57c914570086b786650ca
drm/i915: remove wait_for_vblank argument form intel_enable_pipe

Add a nice comment explaining why we shouldn't wait for a vblank on
all cases, wait based on the HW gen, and add a comment saying we
should probably skip that wait on some of the previous HW gens.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c