On Thu, Jun 03, 2010 at 07:07:09PM -0400, Alex Deucher wrote:
> This is needed to enable accel in the ddx. However,
> due to a bug in older versions of the ddx, it relies
> on accel being disabled in order to load properly on
> evergreen chips. To maintain compatility, we add a new
> get accel pa
https://bugs.freedesktop.org/show_bug.cgi?id=28381
Summary: rv670 + tiling patches + tiling enabled = parse errors
on some demos.
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Instead of dumping unprocessed dwords, dump the last 64
dwords of the ring. This make debugging of some case easier.
Signed-off-by: Jerome Glisse
---
drivers/gpu/drm/radeon/r600.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/radeon/r600.c b/driver
https://bugs.freedesktop.org/show_bug.cgi?id=28383
Summary: Cloned screens with different res/refresh cause
problems with mesa demos since new dri2 vsync.
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
When loading/unloading several time the driver on r600 we
end up with the GPU in broken state and loading fail to
initialize acceleration. Reset the GPU at load time so
acceleration keep working over load/unload.
Signed-off-by: Jerome Glisse
---
drivers/gpu/drm/radeon/r600.c | 20 +
When loading/unloading several time the driver on r600 we
end up with the GPU in broken state and loading fail to
initialize acceleration. Reset the GPU at load time so
acceleration keep working over load/unload.
v2 Move status print after reset in asic_reset to avoid
cluttering log with this at m
2010/6/4 Jerome Glisse :
> Instead of dumping unprocessed dwords, dump the last 64
> dwords of the ring. This make debugging of some case easier.
>
> Signed-off-by: Jerome Glisse
> ---
> drivers/gpu/drm/radeon/r600.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git
Hi All,
Michel Dänzer schrieb:
> On Mit, 2010-06-02 at 08:07 +0200, Marius Gröger wrote:
>> Hello All,
>>
>> I'm trying the top-of-trunk drm-2.6 trees (both drm-next and
>> drm-radeon-testing) with my Radeon HD 3200 GPU over HDMI. The primary
>> application is mythtv which uses DRM syncing for th
copy_from_user() returns the number of bytes left to be copied but we
want to return a negative error code here. This is in the ioctl handler
so the error code get returned to userspace.
Signed-off-by: Dan Carpenter
diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c
index 994d
copy_to/from_user() returns the number of bytes remaining to be copied
but we want to return a negative error code here. This gets returned to
userspace.
Signed-off-by: Dan Carpenter
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
b/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
index f8fbbc6.
https://bugs.freedesktop.org/show_bug.cgi?id=28386
Summary: [KMS] echo standby > /sys/power/state hang machine
forever
Product: DRI
Version: XOrg CVS
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=28386
--- Comment #1 from Andrew Randrianasulu 2010-06-04 07:25:28
PDT ---
Created an attachment (id=36059)
--> (https://bugs.freedesktop.org/attachment.cgi?id=36059)
normal dmesg
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab
On Fri, Jun 4, 2010 at 6:37 AM, Jerome Glisse wrote:
> On Thu, Jun 03, 2010 at 07:07:09PM -0400, Alex Deucher wrote:
>> This is needed to enable accel in the ddx. However,
>> due to a bug in older versions of the ddx, it relies
>> on accel being disabled in order to load properly on
>> evergreen
2010/6/4 Marius Gröger :
> Hi All,
>
> Michel Dänzer schrieb:
>> On Mit, 2010-06-02 at 08:07 +0200, Marius Gröger wrote:
>>> Hello All,
>>>
>>> I'm trying the top-of-trunk drm-2.6 trees (both drm-next and
>>> drm-radeon-testing) with my Radeon HD 3200 GPU over HDMI. The primary
>>> application is m
Alex Deucher schrieb:
> 2010/6/4 Marius Gröger :
>> Hi All,
>>
>> Michel Dänzer schrieb:
>>> On Mit, 2010-06-02 at 08:07 +0200, Marius Gröger wrote:
Hello All,
I'm trying the top-of-trunk drm-2.6 trees (both drm-next and
drm-radeon-testing) with my Radeon HD 3200 GPU over HDMI.
2010/6/4 Marius Gröger :
> Alex Deucher schrieb:
>> 2010/6/4 Marius Gröger :
>>> Hi All,
>>>
>>> Michel Dänzer schrieb:
On Mit, 2010-06-02 at 08:07 +0200, Marius Gröger wrote:
> Hello All,
>
> I'm trying the top-of-trunk drm-2.6 trees (both drm-next and
> drm-radeon-testing) wi
https://bugs.freedesktop.org/show_bug.cgi?id=28386
--- Comment #2 from Alex Deucher 2010-06-04 08:38:17 PDT ---
Is this a recent regression? Has s/r worked previously for you with kms?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mai
https://bugs.freedesktop.org/show_bug.cgi?id=28383
Michel Dänzer changed:
What|Removed |Added
Product|Mesa|xorg
Component|Drivers/DRI/R600
On Mit, 2010-06-02 at 16:38 +0200, Mario Kleiner wrote:
> > --
> >
> > Message: 1
> > Date: Tue, 1 Jun 2010 12:25:42 -0700 (PDT)
> > From: bugzilla-dae...@freedesktop.org
> > Subject: [Bug 28341] Flickering screen in Neverball on
Am Fri, 4 Jun 2010 11:17:12 -0400
schrieb Alex Deucher :
> 2010/6/4 Marius Gröger :
> > Alex Deucher schrieb:
> >> 2010/6/4 Marius Gröger :
> >>> Hi All,
> >>>
> >>> Michel Dänzer schrieb:
> On Mit, 2010-06-02 at 08:07 +0200, Marius Gröger wrote:
> > Hello All,
> >
> > I'm trying
https://bugs.freedesktop.org/show_bug.cgi?id=28386
--- Comment #3 from Andrew Randrianasulu 2010-06-04 11:58:59
PDT ---
(In reply to comment #2)
> Is this a recent regression? Has s/r worked previously for you with kms?
May be 0.5 year ago it was working, so not really recent. (I rarely use th
On Fri, Jun 04, 2010 at 02:54:42PM +0200, Rafał Miłecki wrote:
> 2010/6/4 Jerome Glisse :
> > Instead of dumping unprocessed dwords, dump the last 64
> > dwords of the ring. This make debugging of some case easier.
> >
> > Signed-off-by: Jerome Glisse
> > ---
> > drivers/gpu/drm/radeon/r600.c |
2010/6/4 Marius Gröger :
> Am Fri, 4 Jun 2010 11:17:12 -0400
> schrieb Alex Deucher :
>
>> 2010/6/4 Marius Gröger :
>> > Alex Deucher schrieb:
>> >> 2010/6/4 Marius Gröger :
>> >>> Hi All,
>> >>>
>> >>> Michel Dänzer schrieb:
>> On Mit, 2010-06-02 at 08:07 +0200, Marius Gröger wrote:
>> >
https://bugs.freedesktop.org/show_bug.cgi?id=28375
--- Comment #15 from Rafał Miłecki 2010-06-04 13:48:12 PDT
---
I can confirm it's voltage setting that causes problem. Dropping it from
r600.c::r600_pm_misc makes d-r-t work again.
I didn't test your patch Alex, but it does not make much sense
https://bugs.freedesktop.org/show_bug.cgi?id=28393
Summary: Radeon with two screens shows screwed up screen
Product: DRI
Version: XOrg CVS
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: mediu
W dniu 4 czerwca 2010 21:55 użytkownik Jerome Glisse
napisał:
> On Fri, Jun 04, 2010 at 02:54:42PM +0200, Rafał Miłecki wrote:
>> 2010/6/4 Jerome Glisse :
>> > Instead of dumping unprocessed dwords, dump the last 64
>> > dwords of the ring. This make debugging of some case easier.
>> >
>> > Signed
Hello,
I'm testing 2.6.35-rc1 kernel on Asus P4P800-VM (i865G chipset). After loading
i915 module, the screen goes blank and the kernel hangs completely (same with
2.6.35-rc1-git2). This does not happen with "i915.modeset=0" parameter.
This problem does not appear with 2.6.34. Is this a known re
https://bugs.freedesktop.org/show_bug.cgi?id=28381
--- Comment #1 from Alex Deucher 2010-06-04 15:37:44 PDT ---
Created an attachment (id=36064)
View: https://bugs.freedesktop.org/attachment.cgi?id=36064
Review: https://bugs.freedesktop.org/review?bug=28381&attachment=36064
cs parser fix
This
On Fri, 4 Jun 2010 22:01:28 +0200, Ondrej Zary
wrote:
> Hello,
> I'm testing 2.6.35-rc1 kernel on Asus P4P800-VM (i865G chipset). After
> loading
> i915 module, the screen goes blank and the kernel hangs completely (same with
> 2.6.35-rc1-git2). This does not happen with "i915.modeset=0" param
https://bugs.freedesktop.org/show_bug.cgi?id=28341
--- Comment #5 from Andrew Randrianasulu 2010-06-04 17:25:44
PDT ---
I was under impression i hit same bug here on rv280 + wine + DeusEx, but after
manually applying patches from
http://article.gmane.org/gmane.comp.video.dri.devel/46630 i still
2010/5/27 Alex Deucher :
> diff --git a/drivers/gpu/drm/radeon/radeon_combios.c
> b/drivers/gpu/drm/radeon/radeon_combios.c
> index 7b5e10d..102c744 100644
> --- a/drivers/gpu/drm/radeon/radeon_combios.c
> +++ b/drivers/gpu/drm/radeon/radeon_combios.c
> @@ -2454,7 +2454,12 @@ default_mode:
> ? ? ?
2010/5/28 Alex Deucher :
> diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c
> index dac2534..d84d7cf 100644
> --- a/drivers/gpu/drm/radeon/r600.c
> +++ b/drivers/gpu/drm/radeon/r600.c
> @@ -475,6 +475,12 @@ void r600_pm_init_profile(struct radeon_device *rdev)
>
> ?void r6
On Thu, Jun 03, 2010 at 07:07:09PM -0400, Alex Deucher wrote:
> This is needed to enable accel in the ddx. However,
> due to a bug in older versions of the ddx, it relies
> on accel being disabled in order to load properly on
> evergreen chips. To maintain compatility, we add a new
> get accel pa
https://bugs.freedesktop.org/show_bug.cgi?id=28381
Summary: rv670 + tiling patches + tiling enabled = parse errors
on some demos.
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Instead of dumping unprocessed dwords, dump the last 64
dwords of the ring. This make debugging of some case easier.
Signed-off-by: Jerome Glisse
---
drivers/gpu/drm/radeon/r600.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/radeon/r600.c b/driver
https://bugs.freedesktop.org/show_bug.cgi?id=28383
Summary: Cloned screens with different res/refresh cause
problems with mesa demos since new dri2 vsync.
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
When loading/unloading several time the driver on r600 we
end up with the GPU in broken state and loading fail to
initialize acceleration. Reset the GPU at load time so
acceleration keep working over load/unload.
Signed-off-by: Jerome Glisse
---
drivers/gpu/drm/radeon/r600.c | 20 +
When loading/unloading several time the driver on r600 we
end up with the GPU in broken state and loading fail to
initialize acceleration. Reset the GPU at load time so
acceleration keep working over load/unload.
v2 Move status print after reset in asic_reset to avoid
cluttering log with this at m
2010/6/4 Jerome Glisse :
> Instead of dumping unprocessed dwords, dump the last 64
> dwords of the ring. This make debugging of some case easier.
>
> Signed-off-by: Jerome Glisse
> ---
> ?drivers/gpu/drm/radeon/r600.c | ? ?6 +++---
> ?1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git
Hi All,
Michel D?nzer schrieb:
> On Mit, 2010-06-02 at 08:07 +0200, Marius Gr?ger wrote:
>> Hello All,
>>
>> I'm trying the top-of-trunk drm-2.6 trees (both drm-next and
>> drm-radeon-testing) with my Radeon HD 3200 GPU over HDMI. The primary
>> application is mythtv which uses DRM syncing for th
copy_from_user() returns the number of bytes left to be copied but we
want to return a negative error code here. This is in the ioctl handler
so the error code get returned to userspace.
Signed-off-by: Dan Carpenter
diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c
index 994d
copy_to/from_user() returns the number of bytes remaining to be copied
but we want to return a negative error code here. This gets returned to
userspace.
Signed-off-by: Dan Carpenter
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
b/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
index f8fbbc6.
https://bugs.freedesktop.org/show_bug.cgi?id=28386
Summary: [KMS] echo standby > /sys/power/state hang machine
forever
Product: DRI
Version: XOrg CVS
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=28386
--- Comment #1 from Andrew Randrianasulu 2010-06-04
07:25:28 PDT ---
Created an attachment (id=36059)
--> (https://bugs.freedesktop.org/attachment.cgi?id=36059)
normal dmesg
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab
On Fri, Jun 4, 2010 at 6:37 AM, Jerome Glisse wrote:
> On Thu, Jun 03, 2010 at 07:07:09PM -0400, Alex Deucher wrote:
>> This is needed to enable accel in the ddx. ?However,
>> due to a bug in older versions of the ddx, it relies
>> on accel being disabled in order to load properly on
>> evergreen
2010/6/4 Marius Gr?ger :
> Hi All,
>
> Michel D?nzer schrieb:
>> On Mit, 2010-06-02 at 08:07 +0200, Marius Gr?ger wrote:
>>> Hello All,
>>>
>>> I'm trying the top-of-trunk drm-2.6 trees (both drm-next and
>>> drm-radeon-testing) with my Radeon HD 3200 GPU over HDMI. The primary
>>> application is m
Alex Deucher schrieb:
> 2010/6/4 Marius Gr?ger :
>> Hi All,
>>
>> Michel D?nzer schrieb:
>>> On Mit, 2010-06-02 at 08:07 +0200, Marius Gr?ger wrote:
Hello All,
I'm trying the top-of-trunk drm-2.6 trees (both drm-next and
drm-radeon-testing) with my Radeon HD 3200 GPU over HDMI.
2010/6/4 Marius Gr?ger :
> Alex Deucher schrieb:
>> 2010/6/4 Marius Gr?ger :
>>> Hi All,
>>>
>>> Michel D?nzer schrieb:
On Mit, 2010-06-02 at 08:07 +0200, Marius Gr?ger wrote:
> Hello All,
>
> I'm trying the top-of-trunk drm-2.6 trees (both drm-next and
> drm-radeon-testing) wi
https://bugs.freedesktop.org/show_bug.cgi?id=28386
--- Comment #2 from Alex Deucher 2010-06-04 08:38:17 PDT
---
Is this a recent regression? Has s/r worked previously for you with kms?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this ma
https://bugs.freedesktop.org/show_bug.cgi?id=28383
Michel D?nzer changed:
What|Removed |Added
Product|Mesa|xorg
Component|Drivers/DRI/R600
em to help
here, YMMV.
--
Earthling Michel D?nzer |http://www.vmware.com
Libre software enthusiast | Debian, X and DRI developer
-- next part --
A non-text attachment was scrubbed...
Name: dri2-flicker-mesa.diff
Typ
Am Fri, 4 Jun 2010 11:17:12 -0400
schrieb Alex Deucher :
> 2010/6/4 Marius Gr?ger :
> > Alex Deucher schrieb:
> >> 2010/6/4 Marius Gr?ger :
> >>> Hi All,
> >>>
> >>> Michel D?nzer schrieb:
> On Mit, 2010-06-02 at 08:07 +0200, Marius Gr?ger wrote:
> > Hello All,
> >
> > I'm trying
https://bugs.freedesktop.org/show_bug.cgi?id=28386
--- Comment #3 from Andrew Randrianasulu 2010-06-04
11:58:59 PDT ---
(In reply to comment #2)
> Is this a recent regression? Has s/r worked previously for you with kms?
May be 0.5 year ago it was working, so not really recent. (I rarely use th
On Fri, Jun 04, 2010 at 02:54:42PM +0200, Rafa? Mi?ecki wrote:
> 2010/6/4 Jerome Glisse :
> > Instead of dumping unprocessed dwords, dump the last 64
> > dwords of the ring. This make debugging of some case easier.
> >
> > Signed-off-by: Jerome Glisse
> > ---
> > ?drivers/gpu/drm/radeon/r600.c | ?
2010/6/4 Marius Gr?ger :
> Am Fri, 4 Jun 2010 11:17:12 -0400
> schrieb Alex Deucher :
>
>> 2010/6/4 Marius Gr?ger :
>> > Alex Deucher schrieb:
>> >> 2010/6/4 Marius Gr?ger :
>> >>> Hi All,
>> >>>
>> >>> Michel D?nzer schrieb:
>> On Mit, 2010-06-02 at 08:07 +0200, Marius Gr?ger wrote:
>> >
https://bugs.freedesktop.org/show_bug.cgi?id=28375
--- Comment #15 from Rafa? Mi?ecki 2010-06-04 13:48:12
PDT ---
I can confirm it's voltage setting that causes problem. Dropping it from
r600.c::r600_pm_misc makes d-r-t work again.
I didn't test your patch Alex, but it does not make much sense
https://bugs.freedesktop.org/show_bug.cgi?id=28393
Summary: Radeon with two screens shows screwed up screen
Product: DRI
Version: XOrg CVS
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: mediu
W dniu 4 czerwca 2010 21:55 u?ytkownik Jerome Glisse
napisa?:
> On Fri, Jun 04, 2010 at 02:54:42PM +0200, Rafa? Mi?ecki wrote:
>> 2010/6/4 Jerome Glisse :
>> > Instead of dumping unprocessed dwords, dump the last 64
>> > dwords of the ring. This make debugging of some case easier.
>> >
>> > Signed
Hello,
I'm testing 2.6.35-rc1 kernel on Asus P4P800-VM (i865G chipset). After loading
i915 module, the screen goes blank and the kernel hangs completely (same with
2.6.35-rc1-git2). This does not happen with "i915.modeset=0" parameter.
This problem does not appear with 2.6.34. Is this a known re
https://bugs.freedesktop.org/show_bug.cgi?id=28381
--- Comment #1 from Alex Deucher 2010-06-04 15:37:44 PDT
---
Created an attachment (id=36064)
View: https://bugs.freedesktop.org/attachment.cgi?id=36064
Review: https://bugs.freedesktop.org/review?bug=28381&attachment=36064
cs parser fix
Thi
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20100604/12743f1d/attachment.pgp>
https://bugs.freedesktop.org/show_bug.cgi?id=28341
--- Comment #5 from Andrew Randrianasulu 2010-06-04
17:25:44 PDT ---
I was under impression i hit same bug here on rv280 + wine + DeusEx, but after
manually applying patches from
http://article.gmane.org/gmane.comp.video.dri.devel/46630 i still
62 matches
Mail list logo