[Intel-gfx] Bad flicker on skylake HQD due to code in the 4.7 merge window

2016-09-11 Thread James Hogan
On 7 July 2016 at 20:19, James Bottomley wrote: > On Thu, 2016-07-07 at 09:55 -0700, James Bottomley wrote: >> On Thu, 2016-07-07 at 19:14 +0300, Ville Syrjälä wrote: >> > On Tue, Jun 21, 2016 at 06:44:34PM +0300, Ville Syrjälä wrote: >> > > On Tue, Jun 21, 2016 at 09:53:15AM -0400, James

drm/i915: XPS13 backlight regression in v3.14

2014-04-03 Thread James Hogan
Hi, I've noticed that v3.14 breaks the backlight on Dell XPS13. Reverting the following commit fixes the issue for me (i.e. the GUI brightness controls work again): bc0bb9fd1c78 drm/i915: remove QUIRK_NO_PCH_PWM_ENABLE It appears that in v3.14 (with the above patch): *

[PATCH 1/1] drm: only build ati_pcigart if PCI enabled

2012-11-23 Thread James Hogan
PCI is disabled. Signed-off-by: James Hogan Cc: David Airlie --- drivers/gpu/drm/Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile index 2ff5cef..3e303b1b 100644 --- a/drivers/gpu/drm/Makefile +++ b/drivers/gpu

[PATCH 1/1] drm: only build ati_pcigart if PCI enabled

2012-11-23 Thread James Hogan
PCI is disabled. Signed-off-by: James Hogan james.ho...@imgtec.com Cc: David Airlie airl...@linux.ie --- drivers/gpu/drm/Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile index 2ff5cef..3e303b1b 100644