https://bugs.freedesktop.org/show_bug.cgi?id=29579
--- Comment #20 from Alex Deucher 2010-08-19 23:10:06 PDT ---
Does loading radeon with the module param agpmode=-1 help? How about this
patch?
http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=commitdiff;h=c368aab39841b621e1851d918
https://bugs.freedesktop.org/show_bug.cgi?id=29579
--- Comment #20 from Alex Deucher 2010-08-19 23:10:06 PDT
---
Does loading radeon with the module param agpmode=-1 help? How about this
patch?
http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=commitdiff;h=c368aab39841b621e1851d91
https://bugs.freedesktop.org/show_bug.cgi?id=27452
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=27452
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
From: Alex Deucher
Fixes the pink line that shows up with some hdmi monitors. This
will need to be revisited when audio support is added.
Fixes:
http://bugs.freedesktop.org/show_bug.cgi?id=27452
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/radeon_encoders.c | 32 +
Fix link failure without the vga arbitrator.
Signed-off-by: Chris Wilson
Cc: Dave Airlie
Cc: Jesse Barnes
---
include/linux/vgaarb.h | 15 +--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/include/linux/vgaarb.h b/include/linux/vgaarb.h
index 6228b5b..e9e1524 10
If the connector is eDP, it can only be DP, not TMDS.
Always set the detected sink type. If the sink is
detected as non-DP, but there is no EDID, you can still
manually force the port on. If the sink type is DP
and there's no DPCD, there's no way to force the monitor
on since you need both ends t
On Thu, 2010-08-12 at 20:57 +0100, Chris Wilson wrote:
> Polling for a VGA device on an old system can be quite expensive,
> causing latencies on the order of 600ms. As we hold the mode mutex for
> this time and also need the same mutex to move the cursor, we trigger a
> user-visible stall.
You sh
If the connector is eDP, it can only be DP, not TMDS.
Always set the detected sink type. If the sink is
detected as non-DP, but there is no EDID, you can still
manually force the port on. If the sink type is DP
and there's no DPCD, there's no way to force the monitor
on since you need both ends t
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/radeon_asic.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/radeon/radeon_asic.c
b/drivers/gpu/drm/radeon/radeon_asic.c
index 646f96f..a21bf88 100644
--- a/drivers/gpu/drm/radeon/radeon_asic.c
+++ b
Fix link failure without the vga arbitrator.
Signed-off-by: Chris Wilson
Cc: Dave Airlie
Cc: Jesse Barnes
---
include/linux/vgaarb.h | 15 +--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/include/linux/vgaarb.h b/include/linux/vgaarb.h
index 6228b5b..e9e1524 10
https://bugs.freedesktop.org/show_bug.cgi?id=29680
Summary: [r600g] oolite segfaults on initialization
Product: Mesa
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
https://bugs.freedesktop.org/show_bug.cgi?id=29680
Summary: [r600g] oolite segfaults on initialization
Product: Mesa
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
"fb_helper_conn" is dereferenced before the check for NULL. It's never
actually NULL here, so this is mostly to keep the static checkers happy.
Signed-off-by: Dan Carpenter
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
index de82e20..8dd7e6f 100644
--- a/drivers
"agpmem" is never NULL here because it is the list cursor of a
list_for_each_entry() list.
Signed-off-by: Dan Carpenter
diff --git a/drivers/gpu/drm/drm_vm.c b/drivers/gpu/drm/drm_vm.c
index 3778360..fda6746 100644
--- a/drivers/gpu/drm/drm_vm.c
+++ b/drivers/gpu/drm/drm_vm.c
@@ -138,7 +138,7 @@
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/radeon_asic.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/radeon/radeon_asic.c
b/drivers/gpu/drm/radeon/radeon_asic.c
index 646f96f..a21bf88 100644
--- a/drivers/gpu/drm/radeon/radeon_asic.c
+++ b
The pins for ddc and aux are shared so you need to switch the
mode when doing ddc. The ProcessAuxChannel table already sets
the pin mode to DP. This should fix unreliable ddc issues
on DP ports using non-DP monitors.
Signed-off-by: Alex Deucher
Cc: stable at kernel.org
---
drivers/gpu/drm/rade
https://bugs.freedesktop.org/show_bug.cgi?id=28474
--- Comment #15 from Andrew Randrianasulu 2010-08-19 10:55:29
PDT ---
(In reply to comment #14)
> Created an attachment (id=37982)
View: https://bugs.freedesktop.org/attachment.cgi?id=37982
Review: https://bugs.freedesktop.org/review?bug=28474
https://bugs.freedesktop.org/show_bug.cgi?id=28474
--- Comment #15 from Andrew Randrianasulu 2010-08-19
10:55:29 PDT ---
(In reply to comment #14)
> Created an attachment (id=37982)
View: https://bugs.freedesktop.org/attachment.cgi?id=37982
Review: https://bugs.freedesktop.org/review?bug=28474
Hi,
On Wed 18-08-10 20:13:12, Chris Wilson wrote:
> On Wed, 18 Aug 2010 20:46:37 +0200, Maciej Rutecki gmail.com> wrote:
> > Last known good: 2.6.35
> > Failing kernel: 2.6.36-rc1
> >
> > During boot kernel display this message:
> > [0.831906] [drm:intel_calculate_wm] *ERROR* Insufficient FI
The pins for ddc and aux are shared so you need to switch the
mode when doing ddc. The ProcessAuxChannel table already sets
the pin mode to DP. This should fix unreliable ddc issues
on DP ports using non-DP monitors.
Signed-off-by: Alex Deucher
Cc: sta...@kernel.org
---
drivers/gpu/drm/radeon/
https://bugs.freedesktop.org/show_bug.cgi?id=28517
--- Comment #14 from Sven Arvidsson 2010-08-19 07:39:50 PDT ---
The bug with the character might be something general in Mesa, and not in r300g
since it's almost the same in i965.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi
https://bugs.freedesktop.org/show_bug.cgi?id=28517
--- Comment #14 from Sven Arvidsson 2010-08-19 07:39:50 PDT ---
The bug with the character might be something general in Mesa, and not in r300g
since it's almost the same in i965.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi
https://bugs.freedesktop.org/show_bug.cgi?id=28860
--- Comment #14 from Tom Stellard 2010-08-19 07:25:01 PDT
---
Can you try again with the latest git version and post the output of
RADEON_DEBUG=fp.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are rece
https://bugs.freedesktop.org/show_bug.cgi?id=28860
--- Comment #14 from Tom Stellard 2010-08-19 07:25:01
PDT ---
Can you try again with the latest git version and post the output of
RADEON_DEBUG=fp.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are rece
https://bugs.freedesktop.org/show_bug.cgi?id=28474
--- Comment #14 from Giacomo Perale 2010-08-19 07:07:08
PDT ---
Created an attachment (id=37982)
View: https://bugs.freedesktop.org/attachment.cgi?id=37982
Review: https://bugs.freedesktop.org/review?bug=28474&attachment=37982
add module para
https://bugs.freedesktop.org/show_bug.cgi?id=28474
--- Comment #14 from Giacomo Perale 2010-08-19 07:07:08
PDT ---
Created an attachment (id=37982)
View: https://bugs.freedesktop.org/attachment.cgi?id=37982
Review: https://bugs.freedesktop.org/review?bug=28474&attachment=37982
add module para
https://bugs.freedesktop.org/show_bug.cgi?id=29389
--- Comment #1 from Giacomo Perale 2010-08-19 07:05:58 PDT
---
Created an attachment (id=37981)
View: https://bugs.freedesktop.org/attachment.cgi?id=37981
Review: https://bugs.freedesktop.org/review?bug=29389&attachment=37981
add parameter to
https://bugs.freedesktop.org/show_bug.cgi?id=29389
--- Comment #1 from Giacomo Perale 2010-08-19 07:05:58
PDT ---
Created an attachment (id=37981)
View: https://bugs.freedesktop.org/attachment.cgi?id=37981
Review: https://bugs.freedesktop.org/review?bug=29389&attachment=37981
add parameter to
"fb_helper_conn" is dereferenced before the check for NULL. It's never
actually NULL here, so this is mostly to keep the static checkers happy.
Signed-off-by: Dan Carpenter
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
index de82e20..8dd7e6f 100644
--- a/drivers
"agpmem" is never NULL here because it is the list cursor of a
list_for_each_entry() list.
Signed-off-by: Dan Carpenter
diff --git a/drivers/gpu/drm/drm_vm.c b/drivers/gpu/drm/drm_vm.c
index 3778360..fda6746 100644
--- a/drivers/gpu/drm/drm_vm.c
+++ b/drivers/gpu/drm/drm_vm.c
@@ -138,7 +138,7 @@
31 matches
Mail list logo