Re: [PATCH] drm/i915/lvds: Only act on lid notify when the device is on

2011-04-21 Thread Chris Wilson
On Fri, 22 Apr 2011 16:13:27 +1000, Dave Airlie wrote: > On Fri, Apr 22, 2011 at 3:58 PM, Chris Wilson > wrote: > > On Thu, 21 Apr 2011 16:08:14 -0600, Alex Williamson > > wrote: > >> If we're using vga switcheroo, the device may be turned off > >> and poking at it can cause an oops. > > > > I

[Bug 33812] radeon with modeset option causes oops as secondary adapter (vgaswitcheroo)

2011-04-21 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=33812 --- Comment #1 from Johannes Engel 2011-04-21 23:15:31 --- Created an attachment (id=54952) --> (https://bugzilla.kernel.org/attachment.cgi?id=54952) lspci output -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email -

[Bug 33812] New: radeon with modeset option causes oops as secondary adapter (vgaswitcheroo)

2011-04-21 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=33812 Summary: radeon with modeset option causes oops as secondary adapter (vgaswitcheroo) Product: Drivers Version: 2.5 Kernel Version: 2.6.38.3 Platform: All OS/Version: Linux

Re: [PATCH] drm/i915/lvds: Only act on lid notify when the device is on

2011-04-21 Thread Dave Airlie
On Fri, Apr 22, 2011 at 3:58 PM, Chris Wilson wrote: > On Thu, 21 Apr 2011 16:08:14 -0600, Alex Williamson > wrote: >> If we're using vga switcheroo, the device may be turned off >> and poking at it can cause an oops. > > I'm unfamiliar with what actually happens here after it is turned off. Can

Re: [PATCH] drm/i915/lvds: Only act on lid notify when the device is on

2011-04-21 Thread Chris Wilson
On Thu, 21 Apr 2011 16:08:14 -0600, Alex Williamson wrote: > If we're using vga switcheroo, the device may be turned off > and poking at it can cause an oops. I'm unfamiliar with what actually happens here after it is turned off. Can you post an OOPS for an example? -Chris -- Chris Wilson, Int

[REGRESSION] [2.6.39-rc3] Wrong resolution in framebuffer and X Window

2011-04-21 Thread Maciej Rutecki
(add LKML) On niedziela, 17 kwietnia 2011 o 18:04:04 Maciej Rutecki wrote: > Hi > > Last known good: 2.6.38 > Failing kernel: 2.6.39-rc3 > Subsystem: Intel graphics driver. > > Description: > PC should work with 1440x900 resolution. But console (and after) X Window > start work with 1024x768. >

[PATCH 1/4] drm: add plane support

2011-04-21 Thread Jesse Barnes
Planes are a bit like half-CRTCs. They have a location and fb, but don't drive outputs directly. Add support for handling them to the core KMS code. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/drm_crtc.c | 241 +++- drivers/gpu/drm/drm_drv.c |3

[PATCH 1/5] drm: add plane support

2011-04-21 Thread Jesse Barnes
Planes are a bit like half-CRTCs. They have a location and fb, but don't drive outputs directly. Add support for handling them to the core KMS code. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/drm_crtc.c | 251 +++- drivers/gpu/drm/drm_drv.c |3

[Bug 33812] radeon with modeset option causes oops as secondary adapter (vgaswitcheroo)

2011-04-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=33812 --- Comment #1 from Johannes Engel 2011-04-21 23:15:31 --- Created an attachment (id=54952) --> (https://bugzilla.kernel.org/attachment.cgi?id=54952) lspci output -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email -

[Bug 33812] New: radeon with modeset option causes oops as secondary adapter (vgaswitcheroo)

2011-04-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=33812 Summary: radeon with modeset option causes oops as secondary adapter (vgaswitcheroo) Product: Drivers Version: 2.5 Kernel Version: 2.6.38.3 Platform: All OS/Version: Linux

[PATCH] drm: select FRAMEBUFFER_CONSOLE_PRIMARY if we have FRAMEBUFFER_CONSOLE

2011-04-21 Thread Dave Airlie
From: Dave Airlie Multi-gpu/switcheroo relies on this option to get the console on the correct GPU at bootup, some distros enable it but it seems some get it wrong. cc: sta...@kernel.org Signed-off-by: Dave Airlie --- drivers/gpu/drm/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deleti

[PATCH] drm/i915/lvds: Only act on lid notify when the device is on

2011-04-21 Thread Alex Williamson
If we're using vga switcheroo, the device may be turned off and poking at it can cause an oops. Signed-off-by: Alex Williamson --- drivers/gpu/drm/i915/intel_lvds.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i9

[PATCH] drm/i915/lvds: Only act on lid notify when the device is on

2011-04-21 Thread Alex Williamson
If we're using vga switcheroo, the device may be turned off and poking at it can cause an oops. Signed-off-by: Alex Williamson --- drivers/gpu/drm/i915/intel_lvds.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i9

[git pull] drm/agp fixes

2011-04-21 Thread Dave Airlie
Hi Linus, Found an AGP box to at least make sure these fixes still allow it to boot and run, along with one I missed from Alex yesterday for big endian support. Dave. The following changes since commit 5785e53ffa73f77fb19e378c899027afc07272bc: drm/radeon/kms: pll tweaks for r7xx (2011-04-20 0

Re: [REGRESSION] [2.6.39-rc3] Wrong resolution in framebuffer and X Window

2011-04-21 Thread Maciej Rutecki
(add LKML) On niedziela, 17 kwietnia 2011 o 18:04:04 Maciej Rutecki wrote: > Hi > > Last known good: 2.6.38 > Failing kernel: 2.6.39-rc3 > Subsystem: Intel graphics driver. > > Description: > PC should work with 1440x900 resolution. But console (and after) X Window > start work with 1024x768. >

[PULL] drm intel fixes

2011-04-21 Thread Keith Packard
Here's a couple of minor fixes for intel modesetting. These should resolve the following bugs: Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=35977 References: https://bugs.freedesktop.org/show_bug.cgi?id=35903 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=35796

[PULL] drm intel fixes

2011-04-21 Thread Keith Packard
ature Size: 189 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110421/85bf25e2/attachment.pgp>

[Bug 36455] Screen corruption when comeing back from powersave

2011-04-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36455 --- Comment #1 from Alex Deucher 2011-04-21 08:36:58 PDT --- What card do you have? What commit are you using? Can you bisect? Please attach your xorg log and dmesg output. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab

[Bug 36455] Screen corruption when comeing back from powersave

2011-04-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36455 --- Comment #1 from Alex Deucher 2011-04-21 08:36:58 PDT --- What card do you have? What commit are you using? Can you bisect? Please attach your xorg log and dmesg output. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta

[Bug 36441] [RV620] Artefacts in launcher and dash (horizontal noise lines and color loss)

2011-04-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36441 Alex Deucher changed: What|Removed |Added Product|xorg|Mesa Version|7.6

[Bug 36442] [RS880] graphical corruption in launcher (Solid grey rectangles over icon text and window borders)

2011-04-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36442 Alex Deucher changed: What|Removed |Added Product|xorg|Mesa Version|7.6

[Bug 36441] [RV620] Artefacts in launcher and dash (horizontal noise lines and color loss)

2011-04-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36441 Alex Deucher changed: What|Removed |Added Product|xorg|Mesa Version|7.6

[Bug 36442] [RS880] graphical corruption in launcher (Solid grey rectangles over icon text and window borders)

2011-04-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36442 Alex Deucher changed: What|Removed |Added Product|xorg|Mesa Version|7.6

[Bug 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend

2011-04-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36327 --- Comment #12 from Евгений М. 2011-04-21 08:12:17 PDT --- Created an attachment (id=45921) --> (https://bugs.freedesktop.org/attachment.cgi?id=45921) an unsuccessful wakeup attempt kernel log As I already mentioned this in https://bugs.launch

[Bug 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend

2011-04-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36327 --- Comment #12 from ??? ?. 2011-04-21 08:12:17 PDT --- Created an attachment (id=45921) --> (https://bugs.freedesktop.org/attachment.cgi?id=45921) an unsuccessful wakeup attempt kernel log As I already mentioned this in https://bugs.launc

[Bug 36455] New: Screen corruption when comeing back from powersave

2011-04-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36455 Summary: Screen corruption when comeing back from powersave Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 36455] New: Screen corruption when comeing back from powersave

2011-04-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36455 Summary: Screen corruption when comeing back from powersave Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal