Re: [Intel-gfx] [PATCH 3/6] drm/i915: Fix ILK GPU reset domain bits

2014-05-19 Thread Jesse Barnes
On Mon, 19 May 2014 19:23:24 +0300 ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > We're using the reset domains bits for g4x on ilk. But on ilk those bits > actually shifted by one bit. Fix it up so that we use the correct bits. > > We were actually always writing 0x2 to the res

[Intel-gfx] [PATCH 3/6] drm/i915: Fix ILK GPU reset domain bits

2014-05-19 Thread ville . syrjala
From: Ville Syrjälä We're using the reset domains bits for g4x on ilk. But on ilk those bits actually shifted by one bit. Fix it up so that we use the correct bits. We were actually always writing 0x2 to the reset domain bits, which is a reserved value. In practice it looks like the hardware ign