Re: [Intel-gfx] [PATCH 04/62] drm/i915/bdw: Add device IDs

2013-11-03 Thread Ben Widawsky
On Sun, Nov 03, 2013 at 09:58:00PM +, Chris Wilson wrote: > On Sat, Nov 02, 2013 at 09:07:02PM -0700, Ben Widawsky wrote: > > @@ -367,7 +385,9 @@ static const struct intel_device_info > > intel_haswell_m_info = { > > INTEL_HSW_D_IDS(&intel_haswell_d_info), \ > > INTEL_HSW_M_IDS(&intel_

Re: [Intel-gfx] [PATCH 04/62] drm/i915/bdw: Add device IDs

2013-11-03 Thread Chris Wilson
On Sat, Nov 02, 2013 at 09:07:02PM -0700, Ben Widawsky wrote: > @@ -367,7 +385,9 @@ static const struct intel_device_info > intel_haswell_m_info = { > INTEL_HSW_D_IDS(&intel_haswell_d_info), \ > INTEL_HSW_M_IDS(&intel_haswell_m_info), \ > INTEL_VLV_M_IDS(&intel_valleyview_m_info)

[Intel-gfx] [PATCH 04/62] drm/i915/bdw: Add device IDs

2013-11-02 Thread Ben Widawsky
v2: Squash in "drm/i915/bdw: Add BDW to the HAS_DDI check" as suggested by Damien. v3: Squash in VEBOX enabling from Zhao Yakui v4: Rebase on top of Jesse's patch to extract all pci ids to include/drm/i915_pciids.h. v4: Replace Halo by its marketing moniker Iris. Requested by Ben. v5: Switch