Re: [Intel-gfx] [PATCH 2/4] drm/i915: Generalize pci quirks

2019-02-25 Thread Ville Syrjälä
On Mon, Feb 25, 2019 at 03:28:18PM +0200, Jani Nikula wrote: > On Mon, 25 Feb 2019, Jani Nikula wrote: > > On Fri, 22 Feb 2019, Ville Syrjala wrote: > >> From: Ville Syrjälä > >> > >> Add support for multiple independent pci quirk tables. > >> I want to reuse the quirk table approach for some >

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Generalize pci quirks

2019-02-25 Thread Jani Nikula
On Mon, 25 Feb 2019, Jani Nikula wrote: > On Fri, 22 Feb 2019, Ville Syrjala wrote: >> From: Ville Syrjälä >> >> Add support for multiple independent pci quirk tables. >> I want to reuse the quirk table approach for some >> watermark quirks but I prefer to keep the details in >> one place rather

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Generalize pci quirks

2019-02-25 Thread Jani Nikula
On Fri, 22 Feb 2019, Ville Syrjala wrote: > From: Ville Syrjälä > > Add support for multiple independent pci quirk tables. > I want to reuse the quirk table approach for some > watermark quirks but I prefer to keep the details in > one place rather than spreading them all over. > > Signed-off-by:

[Intel-gfx] [PATCH 2/4] drm/i915: Generalize pci quirks

2019-02-22 Thread Ville Syrjala
From: Ville Syrjälä Add support for multiple independent pci quirk tables. I want to reuse the quirk table approach for some watermark quirks but I prefer to keep the details in one place rather than spreading them all over. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_drv.h