[PATCH] drm/i915: add missing intel_enable_plane() call to i9xx_crtc_mode_set()

2011-05-31 Thread Melchior FRANZ
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:

[RFC PATCH 10/35] drivers/gpu changes for SMBIOS and System Firmware

2011-05-31 Thread Chris Wilson
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

[PATCH] drm/radeon: fix oops in ttm reserve when pageflipping (v2)

2011-05-31 Thread Alex Deucher
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

[Bug 32830] X server freezes when running emulator pcsx-r or another psx emulator x86/x86_64.

2011-05-31 Thread bugzilla-daemon
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

[Bug 32830] X server freezes when running emulator pcsx-r or another psx emulator x86/x86_64.

2011-05-31 Thread bugzilla-dae...@freedesktop.org
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

RE: Questions about libdrm_intel and way to share physical memory between CPU and GPU

2011-05-31 Thread Segovia, Benjamin
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

Questions about libdrm_intel and way to share physical memory between CPU and GPU

2011-05-31 Thread Segovia, Benjamin
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

[PATCH 4/4] drm/radeon/kms: add llano pci ids

2011-05-31 Thread Alex Deucher
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

[PATCH 3/4] drm/radeon/kms: add support for Llano Fusion APUs

2011-05-31 Thread Alex Deucher
- 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

[PATCH 2/4] drm/radeon/kms: fill in asic struct for llano

2011-05-31 Thread Alex Deucher
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 +++

[PATCH 1/4] drm/radeon/kms: add family ids for llano APUs

2011-05-31 Thread Alex Deucher
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

Re: [PATCH v2] drm: Compare only lower 32 bits of framebuffer map offsets

2011-05-31 Thread Tormod Volden
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

Re: [PATCH] drm/radeon: fix oops in ttm reserve when pageflipping (v2)

2011-05-31 Thread Alex Deucher
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

[Bug 32830] X server freezes when running emulator pcsx-r or another psx emulator x86/x86_64.

2011-05-31 Thread bugzilla-daemon
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

[Bug 32830] X server freezes when running emulator pcsx-r or another psx emulator x86/x86_64.

2011-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32830 Alex Deucher changed: What|Removed |Added Attachment #41646|text/x-log |text/plain mime type|

[Bug 32830] X server freezes when running emulator pcsx-r or another psx emulator x86/x86_64.

2011-05-31 Thread bugzilla-dae...@freedesktop.org
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

[Bug 32830] X server freezes when running emulator pcsx-r or another psx emulator x86/x86_64.

2011-05-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32830 Alex Deucher changed: What|Removed |Added Attachment #41646|text/x-log |text/plain mime type|

[PATCH 3/4] drm/radeon/kms: add support for Llano Fusion APUs

2011-05-31 Thread Alex Deucher
- 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

[PATCH 4/4] drm/radeon/kms: add llano pci ids

2011-05-31 Thread Alex Deucher
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

[PATCH 2/4] drm/radeon/kms: fill in asic struct for llano

2011-05-31 Thread Alex Deucher
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 +++

[PATCH 1/4] drm/radeon/kms: add family ids for llano APUs

2011-05-31 Thread Alex Deucher
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

3D support for Displaylink devices

2011-05-31 Thread Alex Deucher
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

[PATCH] drm/i915: add missing intel_enable_plane() call to i9xx_crtc_mode_set()

2011-05-31 Thread Melchior FRANZ
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:

Re: [RFC PATCH 10/35] drivers/gpu changes for SMBIOS and System Firmware

2011-05-31 Thread Chris Wilson
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

[Bug 37696] [RADEON:KMS:PLL] frequent colored lines appear on screen

2011-05-31 Thread bugzilla-daemon
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

[Bug 37696] [RADEON:KMS:PLL] frequent colored lines appear on screen

2011-05-31 Thread bugzilla-dae...@freedesktop.org
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

Re: 3D support for Displaylink devices

2011-05-31 Thread Alex Deucher
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

[Bug 37075] objview demo has messed up geometry with r300g

2011-05-31 Thread bugzilla-daemon
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

[Bug 37075] objview demo has messed up geometry with r300g

2011-05-31 Thread bugzilla-dae...@freedesktop.org
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

[Bug 37781] Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37781 Scott Moreau changed: What|Removed |Added Status|RESOLVED|CLOSED Resolution|INVALID

[Bug 37781] Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37781 Scott Moreau changed: What|Removed |Added Status|RESOLVED|CLOSED Resolution|INVALID

[Bug 37781] Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37781 Scott Moreau changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 37781] Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37781 Scott Moreau changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 37781] Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-daemon
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

[Bug 37781] Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-dae...@freedesktop.org
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

[Bug 37785] [r600g Evergreen] GPU lockup on Blender 2.57 when moving objects

2011-05-31 Thread bugzilla-daemon
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 ---

[Bug 37785] [r600g Evergreen] GPU lockup on Blender 2.57 when moving objects

2011-05-31 Thread bugzilla-dae...@freedesktop.org
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 ---

[Bug 37785] New: [r600g Evergreen] GPU lockup on Blender 2.57 when moving objects

2011-05-31 Thread bugzilla-daemon
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

[Bug 37785] New: [r600g Evergreen] GPU lockup on Blender 2.57 when moving objects

2011-05-31 Thread bugzilla-dae...@freedesktop.org
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

[Bug 37781] Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-daemon
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

[Bug 37781] Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-dae...@freedesktop.org
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

[Bug 37075] objview demo has messed up geometry with r300g

2011-05-31 Thread bugzilla-daemon
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

[Bug 37075] objview demo has messed up geometry with r300g

2011-05-31 Thread bugzilla-dae...@freedesktop.org
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

[Bug 36812] GPU lockup in Team Fortress 2

2011-05-31 Thread bugzilla-daemon
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

[Bug 36812] GPU lockup in Team Fortress 2

2011-05-31 Thread bugzilla-dae...@freedesktop.org
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

[Bug 37781] Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37781 Scott Moreau changed: What|Removed |Added Severity|normal |major Priority|medium

[Bug 37781] Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37781 Scott Moreau changed: What|Removed |Added Severity|normal |major Priority|medium

[Bug 37781] Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-daemon
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

[Bug 37781] Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-dae...@freedesktop.org
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

[Bug 37781] New: Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-daemon
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

[Bug 37781] New: Major redraw/flicker issues on rv350 after exiting fullscreen app with compiz running

2011-05-31 Thread bugzilla-dae...@freedesktop.org
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