This enables writeback for the CP read pointer and
scratch regs on the remaining radeon asics.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/r100.c| 97 +-
drivers/gpu/drm/radeon/r300.c| 15 +++--
drivers/gpu/drm/radeon/r420.c|
When writeback is enabled, the GPU shadows writes to certain
registers into a buffer in memory. The driver can then read
the values from the shadow rather than reading back from the
register. Writeback can be disabled by setting the no_wb
module param to 0.
On r6xx/r7xx/evergreen, the following
Move common code to init function.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/r600.c | 14 +-
drivers/gpu/drm/radeon/r600_blit_kms.c | 16 ++--
drivers/gpu/drm/radeon/rv770.c | 14 +-
3 files changed, 16 insertions(+), 28 del
This enables writeback for the CP read pointer and
scratch regs on the remaining radeon asics.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/r100.c| 97 +-
drivers/gpu/drm/radeon/r300.c| 15 +++--
drivers/gpu/drm/radeon/r420.c|
When writeback is enabled, the GPU shadows writes to certain
registers into a buffer in memory. The driver can then read
the values from the shadow rather than reading back from the
register. Writeback can be disabled by setting the no_wb
module param to 0.
On r6xx/r7xx/evergreen, the following
Signed-off-by: Marek Olšák
---
drivers/gpu/drm/radeon/radeon_kms.c | 24 +++-
1 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/radeon/radeon_kms.c
b/drivers/gpu/drm/radeon/radeon_kms.c
index ddcd3b1..0e5deea 100644
--- a/drivers/gpu/drm/radeon
Move common code to init function.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/r600.c | 14 +-
drivers/gpu/drm/radeon/r600_blit_kms.c | 16 ++--
drivers/gpu/drm/radeon/rv770.c | 14 +-
3 files changed, 16 insertions(+), 28 del
Signed-off-by: Chris Wilson
---
drivers/gpu/drm/drm_crtc_helper.c | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/drm_crtc_helper.c
b/drivers/gpu/drm/drm_crtc_helper.c
index 11fe9c8..7b1eb2f 100644
--- a/drivers/gpu/drm/drm_crtc_helper.c
+++ b/dr
https://bugs.freedesktop.org/show_bug.cgi?id=29363
Pavel Ondračka changed:
What|Removed |Added
Attachment #37649|application/octet-stream|application/x-bzip2
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=29363
Pavel Ondra?ka changed:
What|Removed |Added
Attachment #37649|application/octet-stream|application/x-bzip2
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=29363
--- Comment #10 from Pavel Ondračka 2010-08-06 12:25:51 PDT
---
Created an attachment (id=37650)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37650)
screenshot
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
https://bugs.freedesktop.org/show_bug.cgi?id=29363
--- Comment #10 from Pavel Ondra?ka 2010-08-06 12:25:51
PDT ---
Created an attachment (id=37650)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37650)
screenshot
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
https://bugs.freedesktop.org/show_bug.cgi?id=29363
--- Comment #9 from Pavel Ondračka 2010-08-06 12:24:15 PDT
---
Created an attachment (id=37649)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37649)
output with patch, RADEON_DEBUG=vp
With your patch some units and buildings are being re
https://bugs.freedesktop.org/show_bug.cgi?id=29363
--- Comment #9 from Pavel Ondra?ka 2010-08-06 12:24:15
PDT ---
Created an attachment (id=37649)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37649)
output with patch, RADEON_DEBUG=vp
With your patch some units and buildings are being re
https://bugs.freedesktop.org/show_bug.cgi?id=28517
--- Comment #10 from Sven Arvidsson 2010-08-06 11:42:49 PDT ---
Created an attachment (id=37647)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37647)
RADEON_DEBUG=vp log with patch from 29363
(In reply to comment #9)
> This patch: https:/
https://bugs.freedesktop.org/show_bug.cgi?id=28517
--- Comment #10 from Sven Arvidsson 2010-08-06 11:42:49 PDT ---
Created an attachment (id=37647)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37647)
RADEON_DEBUG=vp log with patch from 29363
(In reply to comment #9)
> This patch: https:/
https://bugs.freedesktop.org/show_bug.cgi?id=28600
Chris Wilson changed:
What|Removed |Added
Component|DRM/Intel |DRM/Radeon
AssignedTo|jbar...@vir
https://bugs.freedesktop.org/show_bug.cgi?id=28600
Chris Wilson changed:
What|Removed |Added
Component|DRM/Intel |DRM/Radeon
AssignedTo|jbarnes at
https://bugs.freedesktop.org/show_bug.cgi?id=28517
--- Comment #9 from Tom Stellard 2010-08-06 11:27:49 PDT
---
This patch: https://bugs.freedesktop.org/attachment.cgi?id=37644 from bug 29363
should help with this bug too.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=em
https://bugs.freedesktop.org/show_bug.cgi?id=28517
--- Comment #9 from Tom Stellard 2010-08-06 11:27:49
PDT ---
This patch: https://bugs.freedesktop.org/attachment.cgi?id=37644 from bug 29363
should help with this bug too.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=em
https://bugs.freedesktop.org/show_bug.cgi?id=29363
Tom Stellard changed:
What|Removed |Added
Attachment #37619|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=29363
Tom Stellard changed:
What|Removed |Added
Attachment #37619|0 |1
is obsolete|
On 08/05/2010 11:13 AM, Shuang He wrote:
> Could you help report a bug for this issue by following
> http://intellinuxgraphics.org/how_to_report_bug.html
>
I have the same issue on a GM45 and Thomas's hack works in fixing it. It
is still present in 2.6.35.
Regards,
David.
https://bugs.freedesktop.org/show_bug.cgi?id=28955
--- Comment #10 from Droste 2010-08-06 08:37:29 PDT ---
I tried it and it doesn't solve the problem.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the ass
https://bugs.freedesktop.org/show_bug.cgi?id=28955
--- Comment #10 from Droste 2010-08-06 08:37:29 PDT ---
I tried it and it doesn't solve the problem.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the ass
https://bugs.freedesktop.org/show_bug.cgi?id=29363
--- Comment #7 from Pavel Ondračka 2010-08-06 08:03:55 PDT
---
(In reply to comment #6)
> Created an attachment (id=37619)
View: https://bugs.freedesktop.org/attachment.cgi?id=37619
Review: https://bugs.freedesktop.org/review?bug=29363&attachm
https://bugs.freedesktop.org/show_bug.cgi?id=29363
--- Comment #7 from Pavel Ondra?ka 2010-08-06 08:03:55
PDT ---
(In reply to comment #6)
> Created an attachment (id=37619)
View: https://bugs.freedesktop.org/attachment.cgi?id=37619
Review: https://bugs.freedesktop.org/review?bug=29363&attachm
Signed-off-by: Chris Wilson
---
drivers/gpu/drm/drm_crtc_helper.c | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/drm_crtc_helper.c
b/drivers/gpu/drm/drm_crtc_helper.c
index 11fe9c8..7b1eb2f 100644
--- a/drivers/gpu/drm/drm_crtc_helper.c
+++ b/dr
https://bugs.freedesktop.org/show_bug.cgi?id=28517
--- Comment #8 from Sven Arvidsson 2010-08-06 03:33:54 PDT ---
Created an attachment (id=37624)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37624)
RADEON_DEBUG=vp log
(In reply to comment #7)
> Can you try again with the latest git code
https://bugs.freedesktop.org/show_bug.cgi?id=28517
--- Comment #8 from Sven Arvidsson 2010-08-06 03:33:54 PDT ---
Created an attachment (id=37624)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37624)
RADEON_DEBUG=vp log
(In reply to comment #7)
> Can you try again with the latest git code
- buffer offsets in the base regs are 256b aligned so
shift properly when comparing, fixed by Andre Maasikas
- mipmap size was calculated wrong when nlevel=0
- texture bo offsets were used after the bo base address was added
- vertex resource size register is size - 1, not size
Signed-off-by: Alex
https://bugs.freedesktop.org/show_bug.cgi?id=29140
steckde...@yahoo.fr changed:
What|Removed |Added
Summary|[rs690] Freeze at Xorg |[rs690] Freeze at Xorg
https://bugs.freedesktop.org/show_bug.cgi?id=29140
steckde...@yahoo.fr changed:
What|Removed |Added
Product|xorg|DRI
Version|git
https://bugs.freedesktop.org/show_bug.cgi?id=29140
steckdenis at yahoo.fr changed:
What|Removed |Added
Summary|[rs690] Freeze at Xorg |[rs690] Freeze at Xorg
https://bugs.freedesktop.org/show_bug.cgi?id=29140
steckdenis at yahoo.fr changed:
What|Removed |Added
Product|xorg|DRI
Version|git
radeontool patched with attachement 34810
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
HPD pins are reversed
Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=29387
Signed-off-by: Alex Deucher
Cc: stable at kernel.org
---
drivers/gpu/drm/radeon/radeon_atombios.c | 14 --
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/radeon/radeon_
On 08/05/2010 11:13 AM, Shuang He wrote:
> Could you help report a bug for this issue by following
> http://intellinuxgraphics.org/how_to_report_bug.html
>
I have the same issue on a GM45 and Thomas's hack works in fixing it. It
is still present in 2.6.35.
Regards,
David.
__
38 matches
Mail list logo