]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Calculate cursor watermark under non-SR state for Ironlake
authorZhao Yakui <yakui.zhao@intel.com>
Sat, 12 Jun 2010 06:32:26 +0000 (14:32 +0800)
committerEric Anholt <eric@anholt.net>
Mon, 2 Aug 2010 02:03:43 +0000 (19:03 -0700)
commita78218769fb28be4ec2268779c473e3a261b9925
tree336c4098a9ca13fdec59d45bcb8473e147f02ca0
parent7cf31d4860ac9362a8f8cb161658330aa42b3876
drm/i915: Calculate cursor watermark under non-SR state for Ironlake

The hardware team suggest that the "large buffer" method should be
used to calculate the cursor watermark under non-SR state as well,
which is to avoid the flicker when FBC is enabled on Ironlake.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c