[Intel-gfx] [PATCH 2/2] drm/i915/vlv: Update Wait for FIFO and wait for 20 free entries.

2013-11-27 Thread deepak . s
From: Deepak S On VLV, FIFO will be shared by both SW and HW. So, we read the free entries through register and update dev_priv variable and wait for only 20 entries to be free Signed-off-by: Deepak S --- drivers/gpu/drm/i915/intel_uncore.c | 6 ++ 1 file changed, 6 insertions(+) diff --g

Re: [Intel-gfx] [PATCH 2/2] drm/i915/vlv: Update Wait for FIFO and wait for 20 free entries.

2013-11-27 Thread Ville Syrjälä
On Wed, Nov 27, 2013 at 09:16:42PM +0530, deepa...@intel.com wrote: > From: Deepak S > > On VLV, FIFO will be shared by both SW and HW. SW I take it means MMIO access coming from the CPU, and HW means eg. LRI from some CS? Are there any docs clearly stating this? The Gunit HAS is next to useles