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
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
-
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
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
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
(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.
>
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
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
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
-
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
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
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
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
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
(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.
>
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
ature
Size: 189 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20110421/85bf25e2/attachment.pgp>
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=36441
Alex Deucher changed:
What|Removed |Added
Product|xorg|Mesa
Version|7.6
https://bugs.freedesktop.org/show_bug.cgi?id=36442
Alex Deucher changed:
What|Removed |Added
Product|xorg|Mesa
Version|7.6
https://bugs.freedesktop.org/show_bug.cgi?id=36441
Alex Deucher changed:
What|Removed |Added
Product|xorg|Mesa
Version|7.6
https://bugs.freedesktop.org/show_bug.cgi?id=36442
Alex Deucher changed:
What|Removed |Added
Product|xorg|Mesa
Version|7.6
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
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
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
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
27 matches
Mail list logo