From: Melchior FRANZ
Fix garbled up virtual linux console on Acer TM 5735Z-452G32Mnss
(colored stripes, unreadable text) by adding the intel_enable_plane()
call also to i9xx_crtc_mode_set(), which didn't inherit it from
intel_crtc_mode_set() like its twin ironlake_crtc_mode_set().
Signed-off-by:
On Tue, 31 May 2011 11:51:47 -0400, Prarit Bhargava
wrote:
> drivers/gpu changes for SMBIOS and System Firmware
Acked-by: Chris Wilson
--
Chris Wilson, Intel Open Source Technology Centre
On Sun, May 29, 2011 at 5:16 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> We need to take a reference to this object, pinning doesn't take a reference
> so if userspace deletes the object it can disappear even if pinned.
>
> v2: fix error paths to unreference properly also.
>
> should fix:
> ht
https://bugs.freedesktop.org/show_bug.cgi?id=32830
--- Comment #3 from Albert Gall 2011-05-31 16:25:13 PDT ---
(In reply to comment #2)
> Can you try with KMS and a newer version of mesa?
Yes, under kms and newer mesa version work fine.
--
Configure bugmail: https://bugs.freedesktop.org/userpr
https://bugs.freedesktop.org/show_bug.cgi?id=32830
--- Comment #3 from Albert Gall 2011-05-31 16:25:13 PDT
---
(In reply to comment #2)
> Can you try with KMS and a newer version of mesa?
Yes, under kms and newer mesa version work fine.
--
Configure bugmail: https://bugs.freedesktop.org/userp
1/ Thanks!
2/ Is it available now or is it still a project?
Thanks,
Ben
-Original Message-
From: Chris Wilson [mailto:ch...@chris-wilson.co.uk]
Sent: Saturday, May 28, 2011 1:54 AM
To: Segovia, Benjamin; dri-devel@lists.freedesktop.org
Subject: Re: Questions about libdrm_intel and way to
1/ Thanks!
2/ Is it available now or is it still a project?
Thanks,
Ben
-Original Message-
From: Chris Wilson [mailto:ch...@chris-wilson.co.uk]
Sent: Saturday, May 28, 2011 1:54 AM
To: Segovia, Benjamin; dri-devel at lists.freedesktop.org
Subject: Re: Questions about libdrm_intel and way
Signed-off-by: Alex Deucher
---
include/drm/drm_pciids.h | 11 +++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h
index f04b2a3..e08f344 100644
--- a/include/drm/drm_pciids.h
+++ b/include/drm/drm_pciids.h
@@ -467,6 +4
- add gpu init support
- add blit support
- add ucode loader
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/evergreen.c | 58 +++
drivers/gpu/drm/radeon/evergreen_blit_kms.c | 46 +
drivers/gpu/drm/radeon/r600.c | 1
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/radeon_asic.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/radeon/radeon_asic.c
b/drivers/gpu/drm/radeon/radeon_asic.c
index b9b3c2a..9bd162f 100644
--- a/drivers/gpu/drm/radeon/radeon_asic.c
+++
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/radeon_device.c |2 ++
drivers/gpu/drm/radeon/radeon_family.h |2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/radeon/radeon_device.c
b/drivers/gpu/drm/radeon/radeon_device.c
index 5b61364..d77ede
On Mon, May 30, 2011 at 9:45 PM, Tormod Volden wrote:
> (*) It actually checks if _DRM_CONTAINS_LOCK is the /only/ flag set. I
> suppose this is intentional. My v2 patch does not change anything in the
> case of _DRM_SHM: If it contains a lock, it returns a match without
> comparing offsets. If no
On Sun, May 29, 2011 at 5:16 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> We need to take a reference to this object, pinning doesn't take a reference
> so if userspace deletes the object it can disappear even if pinned.
>
> v2: fix error paths to unreference properly also.
>
> should fix:
> ht
https://bugs.freedesktop.org/show_bug.cgi?id=32830
--- Comment #2 from Alex Deucher 2011-05-31 13:30:36 PDT ---
Can you try with KMS and a newer version of mesa?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You a
https://bugs.freedesktop.org/show_bug.cgi?id=32830
Alex Deucher changed:
What|Removed |Added
Attachment #41646|text/x-log |text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=32830
--- Comment #2 from Alex Deucher 2011-05-31 13:30:36 PDT
---
Can you try with KMS and a newer version of mesa?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You
https://bugs.freedesktop.org/show_bug.cgi?id=32830
Alex Deucher changed:
What|Removed |Added
Attachment #41646|text/x-log |text/plain
mime type|
- add gpu init support
- add blit support
- add ucode loader
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/evergreen.c | 58 +++
drivers/gpu/drm/radeon/evergreen_blit_kms.c | 46 +
drivers/gpu/drm/radeon/r600.c | 1
Signed-off-by: Alex Deucher
---
include/drm/drm_pciids.h | 11 +++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h
index f04b2a3..e08f344 100644
--- a/include/drm/drm_pciids.h
+++ b/include/drm/drm_pciids.h
@@ -467,6 +4
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/radeon_asic.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/radeon/radeon_asic.c
b/drivers/gpu/drm/radeon/radeon_asic.c
index b9b3c2a..9bd162f 100644
--- a/drivers/gpu/drm/radeon/radeon_asic.c
+++
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/radeon_device.c |2 ++
drivers/gpu/drm/radeon/radeon_family.h |2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/radeon/radeon_device.c
b/drivers/gpu/drm/radeon/radeon_device.c
index 5b61364..d77ede
On Mon, May 30, 2011 at 1:30 PM, PRASANNA KUMAR
wrote:
> USB graphics devices from displaylink does not have 3D hardware. To get 3D
> effects (compiz, GNOME 3, KWin, OpenGL apps etc) with these device in Linux
> the native (primary) GPU can be used to provide hardware acceleration. All
> the graph
From: Melchior FRANZ
Fix garbled up virtual linux console on Acer TM 5735Z-452G32Mnss
(colored stripes, unreadable text) by adding the intel_enable_plane()
call also to i9xx_crtc_mode_set(), which didn't inherit it from
intel_crtc_mode_set() like its twin ironlake_crtc_mode_set().
Signed-off-by:
On Tue, 31 May 2011 11:51:47 -0400, Prarit Bhargava wrote:
> drivers/gpu changes for SMBIOS and System Firmware
Acked-by: Chris Wilson
--
Chris Wilson, Intel Open Source Technology Centre
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
htt
https://bugs.freedesktop.org/show_bug.cgi?id=37696
--- Comment #1 from Alex Deucher 2011-05-31 09:48:29 PDT ---
Can you try with 2.6.39?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the b
https://bugs.freedesktop.org/show_bug.cgi?id=37696
--- Comment #1 from Alex Deucher 2011-05-31 09:48:29 PDT
---
Can you try with 2.6.39?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the
On Mon, May 30, 2011 at 1:30 PM, PRASANNA KUMAR
wrote:
> USB graphics devices from displaylink does not have 3D hardware. To get 3D
> effects (compiz, GNOME 3, KWin, OpenGL apps etc) with these device in Linux
> the native (primary) GPU can be used to provide hardware acceleration. All
> the graph
https://bugs.freedesktop.org/show_bug.cgi?id=37075
--- Comment #4 from almos 2011-05-31 05:04:53 PDT ---
Created an attachment (id=47359)
--> (https://bugs.freedesktop.org/attachment.cgi?id=47359)
objview debug output.txt
The output of
RADEON_DEBUG=fp,vp ./objview
with mesa 7.11-dev.
--
Confi
https://bugs.freedesktop.org/show_bug.cgi?id=37075
--- Comment #4 from almos 2011-05-31 05:04:53 PDT ---
Created an attachment (id=47359)
--> (https://bugs.freedesktop.org/attachment.cgi?id=47359)
objview debug output.txt
The output of
RADEON_DEBUG=fp,vp ./objview
with mesa 7.11-dev.
--
Confi
https://bugs.freedesktop.org/show_bug.cgi?id=37781
Scott Moreau changed:
What|Removed |Added
Status|RESOLVED|CLOSED
Resolution|INVALID
https://bugs.freedesktop.org/show_bug.cgi?id=37781
Scott Moreau changed:
What|Removed |Added
Status|RESOLVED|CLOSED
Resolution|INVALID
https://bugs.freedesktop.org/show_bug.cgi?id=37781
Scott Moreau changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=37781
Scott Moreau changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=37781
--- Comment #3 from Scott Moreau 2011-05-31 03:55:21 PDT ---
On Tue, May 31, 2011 at 3:34 AM, wrote:
> https://bugs.freedesktop.org/show_bug.cgi?id=37781
>
> --- Comment #2 from Michel Dänzer 2011-05-31 02:34:43
> PDT ---
> (In reply to commen
https://bugs.freedesktop.org/show_bug.cgi?id=37781
--- Comment #3 from Scott Moreau 2011-05-31 03:55:21 PDT
---
On Tue, May 31, 2011 at 3:34 AM, wrote:
> https://bugs.freedesktop.org/show_bug.cgi?id=37781
>
> --- Comment #2 from Michel D?nzer 2011-05-31 02:34:43
> PDT ---
> (In reply to comme
https://bugs.freedesktop.org/show_bug.cgi?id=37785
--- Comment #1 from Antti Lahtinen 2011-05-31 03:28:00 PDT
---
Created an attachment (id=47354)
--> (https://bugs.freedesktop.org/attachment.cgi?id=47354)
Xorg.log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
https://bugs.freedesktop.org/show_bug.cgi?id=37785
--- Comment #1 from Antti Lahtinen 2011-05-31 03:28:00
PDT ---
Created an attachment (id=47354)
--> (https://bugs.freedesktop.org/attachment.cgi?id=47354)
Xorg.log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
https://bugs.freedesktop.org/show_bug.cgi?id=37785
Summary: [r600g Evergreen] GPU lockup on Blender 2.57 when
moving objects
Product: DRI
Version: XOrg CVS
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NE
https://bugs.freedesktop.org/show_bug.cgi?id=37785
Summary: [r600g Evergreen] GPU lockup on Blender 2.57 when
moving objects
Product: DRI
Version: XOrg CVS
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NE
https://bugs.freedesktop.org/show_bug.cgi?id=37781
--- Comment #2 from Michel Dänzer 2011-05-31 02:34:43 PDT
---
(In reply to comment #2)
> With default packages in ubuntu natty 11.04, there is a problem where running
> and exiting a fullscreen application with compiz running causes major
> redr
https://bugs.freedesktop.org/show_bug.cgi?id=37781
--- Comment #2 from Michel D?nzer 2011-05-31 02:34:43
PDT ---
(In reply to comment #2)
> With default packages in ubuntu natty 11.04, there is a problem where running
> and exiting a fullscreen application with compiz running causes major
> redr
https://bugs.freedesktop.org/show_bug.cgi?id=37075
--- Comment #3 from Tom Stellard 2011-05-31 02:27:09 PDT
---
Could you run the program with RADEON_DEBUG=fp,vp and post the output.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail
https://bugs.freedesktop.org/show_bug.cgi?id=37075
--- Comment #3 from Tom Stellard 2011-05-31 02:27:09
PDT ---
Could you run the program with RADEON_DEBUG=fp,vp and post the output.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail
https://bugs.freedesktop.org/show_bug.cgi?id=36812
--- Comment #7 from Tom Stellard 2011-05-31 02:21:06 PDT
---
With MESA_GLSL=nopt the code that was changed by the bisected commit is not
being executed, so I think the real problem might be somewhere else. I guess
you could try bisecting again
https://bugs.freedesktop.org/show_bug.cgi?id=36812
--- Comment #7 from Tom Stellard 2011-05-31 02:21:06
PDT ---
With MESA_GLSL=nopt the code that was changed by the bisected commit is not
being executed, so I think the real problem might be somewhere else. I guess
you could try bisecting again
https://bugs.freedesktop.org/show_bug.cgi?id=37781
Scott Moreau changed:
What|Removed |Added
Severity|normal |major
Priority|medium
https://bugs.freedesktop.org/show_bug.cgi?id=37781
Scott Moreau changed:
What|Removed |Added
Severity|normal |major
Priority|medium
https://bugs.freedesktop.org/show_bug.cgi?id=37781
--- Comment #1 from Scott Moreau 2011-05-31 02:05:51 PDT ---
I probably should mention this is with RV350..
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are
https://bugs.freedesktop.org/show_bug.cgi?id=37781
--- Comment #1 from Scott Moreau 2011-05-31 02:05:51 PDT
---
I probably should mention this is with RV350..
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are
https://bugs.freedesktop.org/show_bug.cgi?id=37781
Summary: Major redraw/flicker issues on rv350 after exiting
fullscreen app with compiz running
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NE
https://bugs.freedesktop.org/show_bug.cgi?id=37781
Summary: Major redraw/flicker issues on rv350 after exiting
fullscreen app with compiz running
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NE
51 matches
Mail list logo