radeon mobility x1600 broken since 3.4.0-rc6 (bisected)

2012-08-31 Thread Andrea
On 08/29/2012 10:11 AM, Hausensteiner Keg wrote: > On 27/08/12 21:04, Hausensteiner Keg wrote: >> On 27/08/12 20:29, Jerome Glisse wrote: >>> On Sun, Aug 26, 2012 at 8:34 PM, Hausensteiner Keg >> apache.org> wrote: ... >>> Does patch >>> >>>

[drm-intel:drm-intel-nightly 52/52] drivers/gpu/drm/i915/i915_irq.c:1330:2: error: implicit declaration of function 'i915_get_extra_instdone'

2012-08-31 Thread Daniel Vetter
On Fri, Aug 31, 2012 at 9:34 PM, Fengguang Wu wrote: > On Fri, Aug 31, 2012 at 10:47:59AM +0200, Daniel Vetter wrote: >> On Fri, Aug 31, 2012 at 8:55 AM, Fengguang Wu >> wrote: >> > Hi Daniel, >> > >> > FYI, kernel build failed on >> > >> > tree:

[Bug 39940] OilRush shader water artefacts after GLSL-To-TGSI commit

2012-08-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39940 Uriy Zhuravlev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] drm/radeon: rework pll selection (v2)

2012-08-31 Thread alexdeuc...@gmail.com
From: Alex Deucher For DP we can use the same PPLL for all active DP encoders. Take advantage of that to prevent cases where we may end up sharing a PPLL between DP and non-DP which won't work. Also clean up the code a bit. v2: fix missing pll_id assignment in crtc

[Bug 54338] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM

2012-08-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54338 --- Comment #2 from xela 2012-08-31 19:06:11 UTC --- (In reply to comment #1) > (In reply to comment #0) > > Hi, I'm using the most recent kernel ? 3.5.3, before switching to it I used > > 3.5.0. I'm using amd64 Gentoo Linux. The problem is

[Bug 54338] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM

2012-08-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54338 --- Comment #1 from Alex Deucher 2012-08-31 18:40:38 UTC --- (In reply to comment #0) > Hi, I'm using the most recent kernel ? 3.5.3, before switching to it I used > 3.5.0. I'm using amd64 Gentoo Linux. The problem is radeon driver is >

[Bug 54338] New: [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM

2012-08-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54338 Bug #: 54338 Summary: [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM Classification: Unclassified Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64)

[RFC][PATCH 08/10] WIP: drm: Atomic modeset ioctl

2012-08-31 Thread Rob Clark
On Wed, Jun 27, 2012 at 5:24 AM, wrote: > From: Ville Syrj?l? > > First draft. > > The ioctl simply takes a list of object IDs and property IDs and their > values. For setting values to blob properties, the property value > indicates the length of the data, and the actual data is passed via >

[Bug 42974] no framebuffer on nvidia GeForce 7100 / nForce 630i [10de:07e1]

2012-08-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42974 Alan changed: What|Removed |Added CC||alan at lxorguk.ukuu.org.uk

[Bug 54230] r600-llvm-compiler completely broken at CAYMAN

2012-08-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54230 --- Comment #8 from Vadim Girlin 2012-08-31 16:22:43 UTC --- (In reply to comment #5) > The llvm backend hasn't been tested much on Cayman, so probably some of the > Cayman specific features aren't working correctly. Could you set the >

[PATCH 2/2] drm/exynos: Add missing braces around sizeof in exynos_mixer.c

2012-08-31 Thread Sachin Kamat
Fixes the following checkpatch warnings: WARNING: sizeof filter_y_horiz_tap8 should be sizeof(filter_y_horiz_tap8) WARNING: sizeof filter_y_vert_tap4 should be sizeof(filter_y_vert_tap4) WARNING: sizeof filter_cr_horiz_tap4 should be sizeof(filter_cr_horiz_tap4) Signed-off-by: Sachin Kamat ---

[PATCH 1/2] drm/exynos: Add missing braces around sizeof in exynos_hdmi.c

2012-08-31 Thread Sachin Kamat
Fixes the following checkpatch warnings: WARNING: sizeof *res should be sizeof(*res) WARNING: sizeof res->regul_bulk[0] should be sizeof(res->regul_bulk[0]) WARNING: sizeof *res should be sizeof(*res) Signed-off-by: Sachin Kamat --- drivers/gpu/drm/exynos/exynos_hdmi.c |6 +++--- 1 files

[PATCH 1/3] drm/edid: Be stricter about stereo mode rejection

2012-08-31 Thread Alex Deucher
On Fri, Aug 31, 2012 at 2:03 PM, Adam Jackson wrote: > On 6/6/12 3:07 PM, Adam Jackson wrote: >> >> Either bit 5 or 6 of that byte may be set in a stereo mode. >> >> E-EDID v1.4, Table 3.22 >> >> Signed-off-by: Adam Jackson > > > Anyone want to give this series some love? For the series:

[PATCH 1/3] drm/edid: Be stricter about stereo mode rejection

2012-08-31 Thread Adam Jackson
On 6/6/12 3:07 PM, Adam Jackson wrote: > Either bit 5 or 6 of that byte may be set in a stereo mode. > > E-EDID v1.4, Table 3.22 > > Signed-off-by: Adam Jackson Anyone want to give this series some love? - ajax

[Bug 54230] r600-llvm-compiler completely broken at CAYMAN

2012-08-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54230 --- Comment #7 from Thomas Rohloff 2012-08-31 12:38:25 UTC --- Created attachment 66404 --> https://bugs.freedesktop.org/attachment.cgi?id=66404 R600_DUMP_SHADERS=1 java -jar minecraft.jar > Desktop/minecraft-shader.txt 2>&1 -- Configure

[Bug 54230] r600-llvm-compiler completely broken at CAYMAN

2012-08-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54230 --- Comment #6 from Thomas Rohloff 2012-08-31 12:37:31 UTC --- Created attachment 66403 --> https://bugs.freedesktop.org/attachment.cgi?id=66403 R600_DUMP_SHADERS=1 compiz --replace > Desktop/compiz-shader.txt 2>&1 (In reply to comment #5) I

[drm-intel:drm-intel-nightly 52/52] drivers/gpu/drm/i915/i915_irq.c:1330:2: error: implicit declaration of function 'i915_get_extra_instdone'

2012-08-31 Thread Fengguang Wu
On Fri, Aug 31, 2012 at 10:47:59AM +0200, Daniel Vetter wrote: > On Fri, Aug 31, 2012 at 8:55 AM, Fengguang Wu > wrote: > > Hi Daniel, > > > > FYI, kernel build failed on > > > > tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-nightly > > head:

[PATCH] drm/radeon: rework pll selection

2012-08-31 Thread alexdeuc...@gmail.com
From: Alex Deucher For DP we can use the same PPLL for all active DP encoders. Take advantage of that to prevent cases where we may end up sharing a PPLL between DP and non-DP which won't work. Also clean up the code a bit. Signed-off-by: Alex Deucher ---

[Intel-gfx] [PATCH] drm/i915: add a tracepoint for gpu frequency changes

2012-08-31 Thread Daniel Vetter
On Thu, Aug 30, 2012 at 02:34:11PM +0100, Chris Wilson wrote: > On Thu, 30 Aug 2012 13:26:48 +0200, Daniel Vetter > wrote: > > We've had and still have too many issues where the gpu turbot doesn't > > quite to what it's supposed to do (or what we want it to do). > > > > Adding a tracepoint to

[PULL] drm-intel-next

2012-08-31 Thread Daniel Vetter
Hi Dave, New stuff for -next. Highlights: - prep patches for the modeset rework. Note that one of those patches touches the fb helper in the common drm code. - hasw hdmi audio support (Wang Xingchao) - improved instdone dumping for gen7 (Ben) - unbound tracking and a few follow-up patches from

[drm-intel:drm-intel-nightly 52/52] drivers/gpu/drm/i915/i915_irq.c:1330:2: error: implicit declaration of function 'i915_get_extra_instdone'

2012-08-31 Thread Daniel Vetter
On Fri, Aug 31, 2012 at 8:55 AM, Fengguang Wu wrote: > Hi Daniel, > > FYI, kernel build failed on > > tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-nightly > head: faee69aa381f507731eb68d263dcd0d446c1fd58 > commit: faee69aa381f507731eb68d263dcd0d446c1fd58 [52/52] Merge >

[Bug 42412] nouveau regression in 3.1-rc4

2012-08-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42412 Alan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Linux 3.5.3 - i915 error

2012-08-31 Thread Paul Rolland
Name: error.gz Type: application/x-gzip Size: 223389 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120831/9dff1ae2/attachment-0001.bin>

[Bug 42412] nouveau regression in 3.1-rc4

2012-08-31 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42412 --- Comment #2 from Chris Vine 2012-08-31 08:34:09 --- I think it was fixed in a later 3.1-rc version, although just at the moment I don't have the machine with this video card available to me. At any rate, the bug was fixed by the time

[PATCH] drm/radeon: implement bounds checking on thermal controller lookup

2012-08-31 Thread Michel Dänzer
On Don, 2012-08-30 at 13:32 -0400, alexdeucher at gmail.com wrote: > From: Alex Deucher > > Don't read past the end of the array if we encounter an unknown > thermal controller. > > Signed-off-by: Alex Deucher Reviewed-by: Michel D?nzer -- Earthling Michel D?nzer |

[drm-intel:drm-intel-nightly 52/52] drivers/gpu/drm/i915/i915_irq.c:1330:2: error: implicit declaration of function 'i915_get_extra_instdone'

2012-08-31 Thread Fengguang Wu
On Fri, Aug 31, 2012 at 10:47:59AM +0200, Daniel Vetter wrote: > On Fri, Aug 31, 2012 at 8:55 AM, Fengguang Wu > wrote: > > Hi Daniel, > > > > FYI, kernel build failed on > > > > tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-nightly > > head:

[drm-intel:drm-intel-nightly 52/52] drivers/gpu/drm/i915/i915_irq.c:1330:2: error: implicit declaration of function 'i915_get_extra_instdone'

2012-08-31 Thread Fengguang Wu
Hi Daniel, FYI, kernel build failed on tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-nightly head: faee69aa381f507731eb68d263dcd0d446c1fd58 commit: faee69aa381f507731eb68d263dcd0d446c1fd58 [52/52] Merge remote-tracking branch 'origin/drm-intel-fixes' into

Re: [drm-intel:drm-intel-nightly 52/52] drivers/gpu/drm/i915/i915_irq.c:1330:2: error: implicit declaration of function 'i915_get_extra_instdone'

2012-08-31 Thread Daniel Vetter
On Fri, Aug 31, 2012 at 8:55 AM, Fengguang Wu fengguang...@intel.com wrote: Hi Daniel, FYI, kernel build failed on tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-nightly head: faee69aa381f507731eb68d263dcd0d446c1fd58 commit: faee69aa381f507731eb68d263dcd0d446c1fd58

[Bug 42412] nouveau regression in 3.1-rc4

2012-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42412 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 54230] r600-llvm-compiler completely broken at CAYMAN

2012-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54230 --- Comment #6 from Thomas Rohloff v10la...@myway.de 2012-08-31 12:37:31 UTC --- Created attachment 66403 -- https://bugs.freedesktop.org/attachment.cgi?id=66403 R600_DUMP_SHADERS=1 compiz --replace Desktop/compiz-shader.txt 21 (In reply to

[Bug 54230] r600-llvm-compiler completely broken at CAYMAN

2012-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54230 --- Comment #7 from Thomas Rohloff v10la...@myway.de 2012-08-31 12:38:25 UTC --- Created attachment 66404 -- https://bugs.freedesktop.org/attachment.cgi?id=66404 R600_DUMP_SHADERS=1 java -jar minecraft.jar Desktop/minecraft-shader.txt 21 --

[PATCH] drm/radeon: rework pll selection

2012-08-31 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com For DP we can use the same PPLL for all active DP encoders. Take advantage of that to prevent cases where we may end up sharing a PPLL between DP and non-DP which won't work. Also clean up the code a bit. Signed-off-by: Alex Deucher

[Bug 54230] r600-llvm-compiler completely broken at CAYMAN

2012-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54230 --- Comment #8 from Vadim Girlin pt...@yandex.ru 2012-08-31 16:22:43 UTC --- (In reply to comment #5) The llvm backend hasn't been tested much on Cayman, so probably some of the Cayman specific features aren't working correctly. Could you set

[Bug 42974] no framebuffer on nvidia GeForce 7100 / nForce 630i [10de:07e1]

2012-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42974 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added CC||a...@lxorguk.ukuu.org.uk

Re: [PATCH 1/3] drm/edid: Be stricter about stereo mode rejection

2012-08-31 Thread Alex Deucher
On Fri, Aug 31, 2012 at 2:03 PM, Adam Jackson a...@redhat.com wrote: On 6/6/12 3:07 PM, Adam Jackson wrote: Either bit 5 or 6 of that byte may be set in a stereo mode. E-EDID v1.4, Table 3.22 Signed-off-by: Adam Jackson a...@redhat.com Anyone want to give this series some love? For the

[Bug 54338] New: [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM

2012-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54338 Bug #: 54338 Summary: [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM Classification: Unclassified Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64)

[Bug 54338] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM

2012-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54338 --- Comment #1 from Alex Deucher ag...@yahoo.com 2012-08-31 18:40:38 UTC --- (In reply to comment #0) Hi, I'm using the most recent kernel — 3.5.3, before switching to it I used 3.5.0. I'm using amd64 Gentoo Linux. The problem is radeon driver

[Bug 54338] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM

2012-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54338 --- Comment #2 from xela lyss...@gmail.com 2012-08-31 19:06:11 UTC --- (In reply to comment #1) (In reply to comment #0) Hi, I'm using the most recent kernel — 3.5.3, before switching to it I used 3.5.0. I'm using amd64 Gentoo Linux. The

Re: [drm-intel:drm-intel-nightly 52/52] drivers/gpu/drm/i915/i915_irq.c:1330:2: error: implicit declaration of function 'i915_get_extra_instdone'

2012-08-31 Thread Fengguang Wu
On Fri, Aug 31, 2012 at 10:47:59AM +0200, Daniel Vetter wrote: On Fri, Aug 31, 2012 at 8:55 AM, Fengguang Wu fengguang...@intel.com wrote: Hi Daniel, FYI, kernel build failed on tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-nightly head:

Re: [drm-intel:drm-intel-nightly 52/52] drivers/gpu/drm/i915/i915_irq.c:1330:2: error: implicit declaration of function 'i915_get_extra_instdone'

2012-08-31 Thread Daniel Vetter
On Fri, Aug 31, 2012 at 9:34 PM, Fengguang Wu fengguang...@intel.com wrote: On Fri, Aug 31, 2012 at 10:47:59AM +0200, Daniel Vetter wrote: On Fri, Aug 31, 2012 at 8:55 AM, Fengguang Wu fengguang...@intel.com wrote: Hi Daniel, FYI, kernel build failed on tree:

[Bug 39940] OilRush shader water artefacts after GLSL-To-TGSI commit

2012-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39940 Uriy Zhuravlev stalk...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: radeon mobility x1600 broken since 3.4.0-rc6 (bisected)

2012-08-31 Thread Andrea
On 08/29/2012 10:11 AM, Hausensteiner Keg wrote: On 27/08/12 21:04, Hausensteiner Keg wrote: On 27/08/12 20:29, Jerome Glisse wrote: On Sun, Aug 26, 2012 at 8:34 PM, Hausensteiner Keg skitch...@apache.org wrote: ... Does patch

Re: [RFC][PATCH 08/10] WIP: drm: Atomic modeset ioctl

2012-08-31 Thread Rob Clark
On Wed, Jun 27, 2012 at 5:24 AM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com First draft. The ioctl simply takes a list of object IDs and property IDs and their values. For setting values to blob properties, the property value indicates the length

[Bug 54341] New: Glxgears crash with latest git (9.0)

2012-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54341 Bug #: 54341 Summary: Glxgears crash with latest git (9.0) Classification: Unclassified Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW

[PATCH] drm/radeon: rework pll selection (v2)

2012-08-31 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com For DP we can use the same PPLL for all active DP encoders. Take advantage of that to prevent cases where we may end up sharing a PPLL between DP and non-DP which won't work. Also clean up the code a bit. v2: fix missing pll_id assignment in crtc

[Bug 53490] [bisected] bump map corruption from kernel 3.5

2012-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53490 --- Comment #12 from Joeri Capens jo...@capens.net 2012-09-01 00:56:43 UTC --- Bit 8 of tile_config (CHANSIZE?) needs to be 1 to make the bumpmap corruption disappear on my system. Before 416a2bd274566a6f607a271f524b2dc0b84d9106 this used to be

[Bug 53490] [bisected] bump map corruption from kernel 3.5

2012-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53490 Joeri Capens jo...@capens.net changed: What|Removed |Added Attachment #65574|0 |1 is obsolete|

Re: A few questions about the best way to implement RandR 1.4 / PRIME buffer sharing

2012-08-31 Thread Dave Airlie
object interface, so that Optimus-based laptops can use our driver to drive the discrete GPU and display on the integrated GPU. The good news is that I've got a proof of concept working. Don't suppose you'll be interested in adding the other method at some point as well? since saving power