[Intel-gfx] [PATCH 6/9] drm/i915: implement WaDisablePSDDualDispatchEnable on IVB and VLV

Lespiau, Damien damien.lespiau at intel.com
Mon Oct 1 19:07:06 CEST 2012


On Mon, Oct 1, 2012 at 5:56 PM, Jesse Barnes <jbarnes at virtuousgeek.org> wrote:
> Yeah I have an updated version that uses IS_MOBILE since I think that
> matches the IDs we want.

I don't think IS_MOBILE() is what we want here, IS_MOBILE() would be
matching 0x0156 and 0x0166 while your code tests for 0x0156 and 0x0152
(and, to me, is missing 0x015a) which are GT1 devices (and the _IVB
version of the register is valid for GT2 devices).

-- 
Damien



More information about the Intel-gfx mailing list