[Intel-gfx] [PATCH i-g-t 1/4] lib/intel_device_info: Remove unused whitney definition

Chris Wilson chris at chris-wilson.co.uk
Wed Mar 8 15:11:42 UTC 2017


On Wed, Mar 08, 2017 at 02:53:48PM +0000, Chris Wilson wrote:
> On Wed, Mar 08, 2017 at 04:44:32PM +0200, Petri Latvala wrote:
> > Signed-off-by: Petri Latvala <petri.latvala at intel.com>
> > ---
> >  lib/intel_device_info.c | 6 ------
> >  1 file changed, 6 deletions(-)
> > 
> > diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c
> > index db4f383..41d94b5 100644
> > --- a/lib/intel_device_info.c
> > +++ b/lib/intel_device_info.c
> > @@ -9,12 +9,6 @@ static const struct intel_device_info intel_generic_info = {
> >  	.gen = 0,
> >  };
> >  
> > -static const struct intel_device_info intel_i81x_info = {
> > -	.gen = BIT(0),
> > -	.is_whitney = true,
> > -	.codename = "solano" /* 815 == "whitney" ? or vice versa? */
> > -};
> 
> No!!! Send the patches to enable gen1 in the kernel... :)

To be more specific, we could just add the pci-ids to i915_pciids.h and
start preparing for the support.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the Intel-gfx mailing list