Re: [Intel-gfx] [PATCH 2/2] mmio: Limit the uc- mapping to only map the registers

2012-08-27 Thread Daniel Vetter
On Sun, Aug 26, 2012 at 09:22:15PM +0100, Chris Wilson wrote: > In the future, we may like to enable wc mapping of at least the GATT, > and so causing a conflict if we attempt to map the entire bar as uc- > here. Obviously we need a better fallback plan, but for the moment only > attempt to map the

Re: [Intel-gfx] [PATCH 00/58] modeset-rework, the basic conversion

2012-08-27 Thread Vijay Purushothaman
On 8/20/2012 12:42 AM, Daniel Vetter wrote: Hi all, Changes since last time around: - The prep patches are all merged now. - I've left out the actual DP fixes/cleanups, I think we should merge those in a separte step. - A few bugfixes (thanks to Paulo, Jani and Chris). - I've also applied a f

Re: [Intel-gfx] Problems w/Sandy Bridge & 27" monitor

2012-08-27 Thread Chun-Yu Shei
On 8/15/2012 6:47 PM, Daniel Vetter wrote: On Wed, Aug 15, 2012 at 06:38:10PM -0400, Chun-Yu Shei wrote: Hi, I recently upgraded to a 27" monitor (2560x1440) from a 23" one (1920x1080), and had to switch to Windows because the new monitor is unusable in Linux. Today, about a month later, I dec

Re: [Intel-gfx] Problems w/Sandy Bridge & 27" monitor

2012-08-27 Thread Daniel Vetter
On Mon, Aug 27, 2012 at 02:47:58PM -0400, Chun-Yu Shei wrote: > On 8/15/2012 6:47 PM, Daniel Vetter wrote: > >On Wed, Aug 15, 2012 at 06:38:10PM -0400, Chun-Yu Shei wrote: > >>Hi, > >> > >>I recently upgraded to a 27" monitor (2560x1440) from a 23" one > >>(1920x1080), and had to switch to Windows

Re: [Intel-gfx] Problems w/Sandy Bridge & 27" monitor

2012-08-27 Thread Chun-Yu Shei
On 08/27/2012 03:08 PM, Daniel Vetter wrote: On Mon, Aug 27, 2012 at 02:47:58PM -0400, Chun-Yu Shei wrote: On 8/15/2012 6:47 PM, Daniel Vetter wrote: On Wed, Aug 15, 2012 at 06:38:10PM -0400, Chun-Yu Shei wrote: Hi, I recently upgraded to a 27" monitor (2560x1440) from a 23" one (1920x1080),

Re: [Intel-gfx] Problems w/Sandy Bridge & 27" monitor

2012-08-27 Thread Daniel Vetter
On Mon, Aug 27, 2012 at 03:30:26PM -0400, Chun-Yu Shei wrote: > On 08/27/2012 03:08 PM, Daniel Vetter wrote: > >On Mon, Aug 27, 2012 at 02:47:58PM -0400, Chun-Yu Shei wrote: > >>On 8/15/2012 6:47 PM, Daniel Vetter wrote: > >>>On Wed, Aug 15, 2012 at 06:38:10PM -0400, Chun-Yu Shei wrote: > Hi, >

Re: [Intel-gfx] Problems w/Sandy Bridge & 27" monitor

2012-08-27 Thread Chun-Yu Shei
On 08/27/2012 03:32 PM, Daniel Vetter wrote: On Mon, Aug 27, 2012 at 03:30:26PM -0400, Chun-Yu Shei wrote: On 08/27/2012 03:08 PM, Daniel Vetter wrote: On Mon, Aug 27, 2012 at 02:47:58PM -0400, Chun-Yu Shei wrote: On 8/15/2012 6:47 PM, Daniel Vetter wrote: On Wed, Aug 15, 2012 at 06:38:10PM -

[Intel-gfx] [PATCH 0/4] drm/i915: backlight fixes and cleanup

2012-08-27 Thread Jani Nikula
Hi all, this should fix some backlight issues, and do some cleanups while at it. Please test. BR, Jani. Daniel Vetter (1): drm/i915: save/restore the legacy backlight control Jani Nikula (3): drm/i915: remove combination mode for backlight control, again drm/i915: remove brightness invers

[Intel-gfx] [PATCH 1/4] drm/i915: save/restore the legacy backlight control

2012-08-27 Thread Jani Nikula
From: Daniel Vetter This is a prep patch to stop drm/i915 from changing the LBPC registers itself - but we still need to properly save/restore it on suspend/resume. Signed-off-by: Daniel Vetter Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/i915_drv.h |1 + drivers/gpu/drm/i915/i

[Intel-gfx] [PATCH 2/4] drm/i915: remove combination mode for backlight control, again

2012-08-27 Thread Jani Nikula
The combination/legacy mode was first removed in commit 951f3512dba5bd44cda3e5ee22b4b522e4bb09fb Author: Indan Zupancic Date: Thu Feb 17 02:41:49 2011 +0100 drm/i915: Do not handle backlight combination mode specially which was subsequently reverted due to regression in commit ba3820ade3

[Intel-gfx] [PATCH 3/4] drm/i915: remove brightness inversion quirk for acer aspire 5734z

2012-08-27 Thread Jani Nikula
This reverts commit 5a15ab5b93e4a3ebcd4fa6c76cf646a45e9cf806 Author: Carsten Emde Date: Thu Mar 15 15:56:27 2012 +0100 drm/i915: panel: invert brightness acer aspire 5734z In preparation of the whole brightness inversion module parameter and quirk removal. CC: Carsten Emde Signed-off-by

[Intel-gfx] [PATCH 4/4] drm/i915: remove module parameter and quirk for inverting brightness

2012-08-27 Thread Jani Nikula
This is effectively a revert of commit 4dca20efb1a9c2efefc28ad2867e5d6c3f5e1955 Author: Carsten Emde Date: Thu Mar 15 15:56:26 2012 +0100 drm/i915: panel: invert brightness via quirk and commit 7bd90909bbf9ce7c40e1da3d72b97b93839c188a Author: Carsten Emde Date: Thu Mar 15 15:56:25 201