[Bug 45719] Game Shank is unplayable

2012-02-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45719 Lucas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 45719] Game Shank is unplayable

2012-02-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45719 --- Comment #4 from Sven Arvidsson 2012-02-06 15:16:50 PST --- Do you use the 32-bit version of Shank? If so, you need a 32-bit libtxc_dxtn. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

[Bug 45719] Game Shank is unplayable

2012-02-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45719 --- Comment #3 from Lucas 2012-02-06 15:03:21 PST --- I have libtxc_dxtn installed, and glxinfo reports having GL_EXT_texture_compression_s3tc. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 45719] Game Shank is unplayable

2012-02-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45719 Sven Arvidsson changed: What|Removed |Added CC||sa at whiz.se --- Comment #2 from Sven

[Bug 42678] [3.3-rc1] radeon stuck in kernel after lockup

2012-02-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42678 --- Comment #4 from J?r?me Glisse 2012-02-06 22:11:19 --- How do you trigger the lockup ? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the

[Bug 45719] Game Shank is unplayable

2012-02-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45719 Alex Deucher changed: What|Removed |Added AssignedTo|xorg-driver-ati at lists.x.org |dri-devel at lists.freedesktop

[Bug 45709] r600g doesn't seem to flush when it should → visual stuck

2012-02-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45709 Sven Arvidsson changed: What|Removed |Added CC||sa at whiz.se --- Comment #3 from Sven

[Bug 45709] r600g doesn't seem to flush when it should → visual stuck

2012-02-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45709 --- Comment #2 from Kai 2012-02-06 12:55:13 PST --- (In reply to comment #1) > Please attach your xorg log and dmesg output. Here you go: Xorg.log: dmesg:

[Bug 45709] r600g doesn't seem to flush when it should → visual stuck

2012-02-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45709 --- Comment #1 from Alex Deucher 2012-02-06 12:41:39 PST --- Please attach your xorg log and dmesg output. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

[Bug 45709] New: r600g doesn't seem to flush when it should → visual stuck

2012-02-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45709 Bug #: 45709 Summary: r600g doesn't seem to flush when it should ? visual stuck Classification: Unclassified Product: Mesa Version: git Platform: Other

[PATCH] drm_edid: support CEA video modes

2012-02-06 Thread Joakim Plate
Christian Schmidt digadd.de> writes: > > TFT/plasma televisions and projectors have become commonplace, and so > has the use of PCs to drive them. Add the video modes specified by an > EDID's CEA extension to the mode database for a connector. Hi, Looking over this i noticed that this patch

[Intel-gfx] [PATCH 1/2] drm/i915: Force explicit bpp selection for intel_dp_link_required

2012-02-06 Thread Daniel Vetter
On Mon, Feb 06, 2012 at 12:12:16PM +, Dave Airlie wrote: > On Fri, Jan 27, 2012 at 10:30 AM, Daniel Vetter wrote: > > On Wed, Jan 25, 2012 at 08:16:25AM -0800, Keith Packard wrote: > >> It is never correct to use intel_crtc->bpp in intel_dp_link_required, > >> so instead pass an explicit bpp

[Bug 42729] Monitor EDID handling causes system freezes every few seconds.

2012-02-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42729 --- Comment #2 from Alex Deucher 2012-02-06 14:44:06 --- or forcing drm_kms_helper poll=false in your module config, etc. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 42729] Monitor EDID handling causes system freezes every few seconds.

2012-02-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42729 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment

[Intel-gfx] [PATCH 1/2] drm/i915: Force explicit bpp selection for intel_dp_link_required

2012-02-06 Thread Keith Packard
hments/20120206/dc12dbdd/attachment.pgp>

[PATCH] drm/modes: do not enforce an odd vtotal for interlaced modes

2012-02-06 Thread Adam Jackson
On 2/3/12 4:37 AM, Dave Airlie wrote: > On Fri, Jan 27, 2012 at 9:40 PM, Daniel Vetter > wrote: >> CEA actually specifies an interlaced mode with even vtotal and >> supplies a diagram showing how this is supposed to work. >> >> Note that interlaced modes with an even vtotal seem to be a fairly

[Intel-gfx] [PATCH 1/2] drm/i915: Force explicit bpp selection for intel_dp_link_required

2012-02-06 Thread Dave Airlie
On Fri, Jan 27, 2012 at 10:30 AM, Daniel Vetter wrote: > On Wed, Jan 25, 2012 at 08:16:25AM -0800, Keith Packard wrote: >> It is never correct to use intel_crtc->bpp in intel_dp_link_required, >> so instead pass an explicit bpp in to this function. This patch >> only supports 18bpp and 24bpp

[PATCH 09/20] drm fb_helper: use lists for crtcs.

2012-02-06 Thread Sascha Hauer
On Sat, Feb 04, 2012 at 11:21:34AM +, Dave Airlie wrote: > On Sat, Feb 4, 2012 at 10:47 AM, Sascha Hauer > wrote: > > On Fri, Feb 03, 2012 at 10:04:27AM +, Dave Airlie wrote: > >> On Wed, Feb 1, 2012 at 10:38 AM, Sascha Hauer > >> wrote: > >> > The fb helper uses fixed size arrays for

[PATCH 3/3] drm: do not set fb_info->pixmap fields

2012-02-06 Thread Sascha Hauer
The drm drivers set the fb_info->pixmap fields without setting fb_info->pixmap.addr. If this is not set the fb core will overwrite these all fb_info->pixmap fields anyway, so there is not much point in setting them in the first place. Signed-off-by: Sascha Hauer ---

[PATCH 2/3] drm: add convenience function to create an range property

2012-02-06 Thread Sascha Hauer
Creating a range property is a common pattern, so create a convenience function for this and use it where appropriate. Signed-off-by: Sascha Hauer --- drivers/gpu/drm/drm_crtc.c| 69 - drivers/gpu/drm/gma500/framebuffer.c |5 +--

[PATCH 1/3] drm: add convenience function to create an enum property

2012-02-06 Thread Sascha Hauer
Creating an enum property is a common pattern, so create a convenience function for this and use it where appropriate. Signed-off-by: Sascha Hauer --- drivers/gpu/drm/drm_crtc.c| 100 +--- drivers/gpu/drm/i915/intel_modes.c| 28 +++-

[PATCH v2] drm property helper patches

2012-02-06 Thread Sascha Hauer
These are some of the remaining patches from my previous cleanup series with the comments from Chris Wilson integrated. The still remaining patches require some more work and I will send them later. Sascha Sascha Hauer (3): drm: add convenience function to create an enum property

[PATCH 1/2] libdrm: update drm headers from kernel, including new overlay ioctls & structs

2012-02-06 Thread Lan, Hai
To improve the conformability and avoid compiling error with libva/intel-driver(expected specifier-qualifier-list before uint32_t), I think it's better to use __u32 instead of using uint32_t. Thanks and best regards. Hai Lan > #define DRM_MODE_FB_DIRTY_ANNOTATE_COPY 0x01 > #define

[Bug 38173] DXT3 and DXT5 broken on Cayman gpu

2012-02-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38173 --- Comment #8 from Alexandre Demers 2012-02-05 17:48:37 PST --- I'm adding an apitrace of RendererFeatTest64 is you want to play with it: http://www.mediafire.com/?mnlmwe6x4j305zm -- Configure bugmail:

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-02-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #14 from Alexandre Demers 2012-02-05 17:45:20 PST --- Here I uploaded the apitrace: http://www.mediafire.com/?mnlmwe6x4j305zm It was to big to be posted here, so it's available on mediafire. -- Configure bugmail:

[PATCH v2] drm property helper patches

2012-02-06 Thread Sascha Hauer
These are some of the remaining patches from my previous cleanup series with the comments from Chris Wilson integrated. The still remaining patches require some more work and I will send them later. Sascha Sascha Hauer (3): drm: add convenience function to create an enum property

[PATCH 1/3] drm: add convenience function to create an enum property

2012-02-06 Thread Sascha Hauer
Creating an enum property is a common pattern, so create a convenience function for this and use it where appropriate. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/gpu/drm/drm_crtc.c| 100 +--- drivers/gpu/drm/i915/intel_modes.c|

[PATCH 2/3] drm: add convenience function to create an range property

2012-02-06 Thread Sascha Hauer
Creating a range property is a common pattern, so create a convenience function for this and use it where appropriate. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/gpu/drm/drm_crtc.c| 69 - drivers/gpu/drm/gma500/framebuffer.c

[PATCH 3/3] drm: do not set fb_info-pixmap fields

2012-02-06 Thread Sascha Hauer
The drm drivers set the fb_info-pixmap fields without setting fb_info-pixmap.addr. If this is not set the fb core will overwrite these all fb_info-pixmap fields anyway, so there is not much point in setting them in the first place. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de ---

Re: [PATCH 09/20] drm fb_helper: use lists for crtcs.

2012-02-06 Thread Sascha Hauer
On Sat, Feb 04, 2012 at 11:21:34AM +, Dave Airlie wrote: On Sat, Feb 4, 2012 at 10:47 AM, Sascha Hauer s.ha...@pengutronix.de wrote: On Fri, Feb 03, 2012 at 10:04:27AM +, Dave Airlie wrote: On Wed, Feb 1, 2012 at 10:38 AM, Sascha Hauer s.ha...@pengutronix.de wrote: The fb helper

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Force explicit bpp selection for intel_dp_link_required

2012-02-06 Thread Dave Airlie
On Fri, Jan 27, 2012 at 10:30 AM, Daniel Vetter dan...@ffwll.ch wrote: On Wed, Jan 25, 2012 at 08:16:25AM -0800, Keith Packard wrote: It is never correct to use intel_crtc-bpp in intel_dp_link_required, so instead pass an explicit bpp in to this function. This patch only supports 18bpp and

[Bug 42729] Monitor EDID handling causes system freezes every few seconds.

2012-02-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42729 Alex Deucher alexdeuc...@gmail.com changed: What|Removed |Added CC|

[Bug 42729] Monitor EDID handling causes system freezes every few seconds.

2012-02-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42729 --- Comment #2 from Alex Deucher alexdeuc...@gmail.com 2012-02-06 14:44:06 --- or forcing drm_kms_helper poll=false in your module config, etc. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Force explicit bpp selection for intel_dp_link_required

2012-02-06 Thread Daniel Vetter
On Mon, Feb 06, 2012 at 12:12:16PM +, Dave Airlie wrote: On Fri, Jan 27, 2012 at 10:30 AM, Daniel Vetter dan...@ffwll.ch wrote: On Wed, Jan 25, 2012 at 08:16:25AM -0800, Keith Packard wrote: It is never correct to use intel_crtc-bpp in intel_dp_link_required, so instead pass an explicit

Re: [PATCH] drm_edid: support CEA video modes

2012-02-06 Thread Joakim Plate
Christian Schmidt schmidt at digadd.de writes: TFT/plasma televisions and projectors have become commonplace, and so has the use of PCs to drive them. Add the video modes specified by an EDID's CEA extension to the mode database for a connector. Hi, Looking over this i noticed that this

[Bug 45709] New: r600g doesn't seem to flush when it should → visual stuck

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45709 Bug #: 45709 Summary: r600g doesn't seem to flush when it should → visual stuck Classification: Unclassified Product: Mesa Version: git Platform: Other

Re: [PATCH] drm/modes: do not enforce an odd vtotal for interlaced modes

2012-02-06 Thread Adam Jackson
On 2/3/12 4:37 AM, Dave Airlie wrote: On Fri, Jan 27, 2012 at 9:40 PM, Daniel Vetterdaniel.vet...@ffwll.ch wrote: CEA actually specifies an interlaced mode with even vtotal and supplies a diagram showing how this is supposed to work. Note that interlaced modes with an even vtotal seem to be a

[Bug 45709] r600g doesn't seem to flush when it should → visual stuck

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45709 --- Comment #1 from Alex Deucher ag...@yahoo.com 2012-02-06 12:41:39 PST --- Please attach your xorg log and dmesg output. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 45709] r600g doesn't seem to flush when it should → visual stuck

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45709 --- Comment #2 from Kai k...@dev.carbon-project.org 2012-02-06 12:55:13 PST --- (In reply to comment #1) Please attach your xorg log and dmesg output. Here you go: Xorg.log:

[Bug 45709] r600g doesn't seem to flush when it should → visual stuck

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45709 Sven Arvidsson s...@whiz.se changed: What|Removed |Added CC||s...@whiz.se --- Comment

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Force explicit bpp selection for intel_dp_link_required

2012-02-06 Thread Keith Packard
On Mon, 6 Feb 2012 12:12:16 +, Dave Airlie airl...@gmail.com wrote: Please get this into -fixes and too me asap. It's in -fixes; will be on its way to you soon. This patch is sufficient to make machines work again; the second patch serves to improve things a bit, and (as such) should

[Bug 45719] Game Shank is unplayable

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45719 Alex Deucher ag...@yahoo.com changed: What|Removed |Added AssignedTo|xorg-driver-...@lists.x.org

[Bug 42678] [3.3-rc1] radeon stuck in kernel after lockup

2012-02-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42678 --- Comment #4 from Jérôme Glisse gli...@freedesktop.org 2012-02-06 22:11:19 --- How do you trigger the lockup ? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Bug 45719] Game Shank is unplayable

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45719 Sven Arvidsson s...@whiz.se changed: What|Removed |Added CC||s...@whiz.se --- Comment

[Bug 45719] Game Shank is unplayable

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45719 --- Comment #3 from Lucas lve...@gmail.com 2012-02-06 15:03:21 PST --- I have libtxc_dxtn installed, and glxinfo reports having GL_EXT_texture_compression_s3tc. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 45719] Game Shank is unplayable

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45719 --- Comment #4 from Sven Arvidsson s...@whiz.se 2012-02-06 15:16:50 PST --- Do you use the 32-bit version of Shank? If so, you need a 32-bit libtxc_dxtn. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 45719] Game Shank is unplayable

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45719 Lucas lve...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 42678] [3.3-rc1] radeon stuck in kernel after lockup

2012-02-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42678 --- Comment #5 from Torsten Kaiser just.for.l...@googlemail.com 2012-02-07 06:59:30 --- Not completely sure about that. I wait until the screensaver kicks in (or better: let KDEs powerdevil switch the monitor off, I do not have a screensaver