[Bug 50091] [BISECTED]GeForce 6150SE: system hangs on X-server start with garbled screen

2013-03-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=50091 --- Comment #29 from Dzianis Kahanovich maha...@bspu.unibel.by 2013-03-04 09:53:24 --- (In reply to comment #28) That's a separate issue and has nothing to do with this bug. See https://bugs.freedesktop.org/show_bug.cgi?id=47182 In most

[Bug 61747] [r600g] GPU lockup when playing WoW with HD6450 and 3.8.1 kernel

2013-03-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61747 --- Comment #5 from Alex Deucher ag...@yahoo.com --- Can you bisect mesa? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list

[Bug 61747] [r600g] GPU lockup when playing WoW with HD6450 and 3.8.1 kernel

2013-03-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61747 --- Comment #6 from Chris Rankin ranki...@googlemail.com --- (In reply to comment #5) Can you bisect mesa? I'm not sure that makes sense. The crashes started after Fedora upgraded its 3.7.9 kernel to one based on 3.8.1, and so I have no idea if

Re: [PATCH v5 4/9] video: Add generic HDMI infoframe helpers

2013-03-04 Thread Ville Syrjälä
On Fri, Feb 22, 2013 at 08:03:26AM +0100, Thierry Reding wrote: Add generic helpers to pack HDMI infoframes into binary buffers. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- Changes in v2: - add support for audio, vendor-specific and SPD infoframes - add various

Re: [PATCH v5 4/9] video: Add generic HDMI infoframe helpers

2013-03-04 Thread Thierry Reding
On Mon, Mar 04, 2013 at 04:49:46PM +0200, Ville Syrjälä wrote: On Fri, Feb 22, 2013 at 08:03:26AM +0100, Thierry Reding wrote: [...] diff --git a/drivers/video/hdmi.c b/drivers/video/hdmi.c new file mode 100644 index 000..ab23c9b --- /dev/null +++ b/drivers/video/hdmi.c @@ -0,0

[Bug 61747] [r600g] GPU lockup when playing WoW with HD6450 and 3.8.1 kernel

2013-03-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61747 --- Comment #7 from Alex Deucher ag...@yahoo.com --- (In reply to comment #6) (In reply to comment #5) Can you bisect mesa? I'm not sure that makes sense. The crashes started after Fedora upgraded its 3.7.9 kernel to one based on 3.8.1,

Re: [PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-04 Thread Alex Deucher
On Fri, Mar 1, 2013 at 7:40 AM, Marek Olšák mar...@gmail.com wrote: Signed-off-by: Marek Olšák mar...@gmail.com Added to my -fixes queue. Alex --- drivers/gpu/drm/radeon/evergreen_cs.c |2 +- drivers/gpu/drm/radeon/radeon_drv.c |3 ++- 2 files changed, 3 insertions(+), 2

[PATCH] drm/nouveau/core: fix spelling mistake in comment

2013-03-04 Thread Lijo Antony
Signed-off-by: Lijo Antony lijo.ker...@gmail.com --- drivers/gpu/drm/nouveau/core/core/client.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/core/core/client.c b/drivers/gpu/drm/nouveau/core/core/client.c index 295c221..d0f6b9d 100644 ---

Re: [PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-04 Thread Paul Menzel
Am Montag, den 04.03.2013, 11:13 -0500 schrieb Alex Deucher: On Fri, Mar 1, 2013 at 7:40 AM, Marek Olšák mar...@gmail.com wrote: Signed-off-by: Marek Olšák mar...@gmail.com Added to my -fixes queue. Too few information in my opinion as to why this change was made. Please be strict with

Re: nouveau shuts the machine down with v3.9-rc1 (temperature (72 C) hit the 'shutdown' threshold).

2013-03-04 Thread Martin Peres
Hi Konrad, On 04/03/2013 19:40, Konrad Rzeszutek Wilk wrote: After git merge ab7826595e9ec51a51f622c5fc91e2f59440481a (Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6) the nouveau driver ends up shutting of the machine when booting. I hadn't done a

Re: [PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-04 Thread Marek Olšák
The MIP_ADDRESS state has 2 meanings. If the texture has one sample per pixel, it's a pointer to the mipmap chain. If the texture has multiple samples per pixel, it's a pointer to FMASK, a metadata buffer needed for reading compressed MSAA textures. AFAIK, the mipmap alignment rules do not apply

nouveau lockdep splat

2013-03-04 Thread Borislav Petkov
New -rc1, so let the stabilization games begin. I see the following on rc1, let me know if you need more info. [0.633617] = [0.633618] [ INFO: possible recursive locking detected ] [0.633618] 3.9.0-rc1 #2 Not tainted [0.633619]

[Bug 44341] Radeon HD6990M: HDMI audio output works now! Kernel gives new warning

2013-03-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44341 Florian Mickler flor...@mickler.org changed: What|Removed |Added CC||flor...@mickler.org

[Bug 53111] vgaswitcheroo not working anymore

2013-03-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=53111 Florian Mickler flor...@mickler.org changed: What|Removed |Added CC||flor...@mickler.org

Re: nouveau shuts the machine down with v3.9-rc1 (temperature (72 C) hit the 'shutdown' threshold).

2013-03-04 Thread Konrad Rzeszutek Wilk
On Mon, Mar 04, 2013 at 08:21:48PM +0100, Martin Peres wrote: Hi Konrad, On 04/03/2013 19:40, Konrad Rzeszutek Wilk wrote: After git merge ab7826595e9ec51a51f622c5fc91e2f59440481a (Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6) the nouveau driver

ThinkPad T420 + kernel 3.8.x + external VGA display == wrong resolution

2013-03-04 Thread Toralf Förster
It is a (small) regression to 3.7.10 with intel integrated graphics i915 - but nevertheless : With an external VGA display (1680x1050) and a closed internal LVDS1 display (1440x900) the external display starts X11 with 1440x900 - for kernel 3.7.x. With 3.8.2 (and .1) now the external display is

linux-next: manual merge of the drm-intel tree with Linus' tree

2013-03-04 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-intel tree got conflicts in drivers/gpu/drm/i915/intel_hdmi.c and drivers/gpu/drm/i915/intel_sdvo.c between commit 18316c8c39a8 (drm: Remove duplicate drm_mode_cea_vic()) from Linus' tree and commit 4f3a8bc7ba6e (drm/i915: rename some HDMI bit

Re: [Intel-gfx] [PATCH 0/8] Enable eDP PSR functionality at HSW - v3

2013-03-04 Thread Daniel Vetter
On Thu, Feb 28, 2013 at 08:02:18PM +0200, Ville Syrjälä wrote: On Thu, Feb 28, 2013 at 02:52:32PM -0300, Paulo Zanoni wrote: Hi 2013/2/25 Rodrigo Vivi rodrigo.v...@gmail.com: PSR is an eDP feature that allows power saving even with static image at eDP screen. v3: Accepted many

Re: [Intel-gfx] [PATCH 0/8] Enable eDP PSR functionality at HSW - v3

2013-03-04 Thread Rodrigo Vivi
Yeah, I completely agree with you. This is the reason of that separated 2 lines patch 8/8. On Mon, Mar 4, 2013 at 8:27 PM, Daniel Vetter dan...@ffwll.ch wrote: On Thu, Feb 28, 2013 at 08:02:18PM +0200, Ville Syrjälä wrote: On Thu, Feb 28, 2013 at 02:52:32PM -0300, Paulo Zanoni wrote: Hi

3.9-rc1 boot warning at drivers/gpu/drm/i915/intel_dp.c:1121 ironlake_panel_vdd_off_sync+0xef/0x100 [i915]()

2013-03-04 Thread Greg KH
Hi Daniel, On 3.9-rc1, I get the following warning on my MacBook Pro Retina. Graphics still seem to work ok, but I think that's because it's really using the nouveau driver instead of the intel driver (so David says). Anything I can do to test to try to fix this? thanks, greg k-h [

Re: [PATCH V2] drm/edid: kernel-doc minimal cleanup

2013-03-04 Thread Nishanth Menon
On 18:09-20130302, Paul Menzel wrote: Am Freitag, den 01.03.2013, 08:00 -0600 schrieb Nishanth Menon: Some basic cleanups for kernel-doc errors or missing documentation parameters. Nishanth, thanks for doing that! glad to be of help. index c194f4e..bd864b5 100644 ---

[PATCH] ARM: dts: moving dt binding documents for video devices to common place

2013-03-04 Thread Grant Likely
On Wed, 06 Feb 2013 09:51:39 -0500, Rahul Sharma wrote: > Binding Documents for drm-devices are placed in > Documentation/devicetree/bindings/drm/*. But these devices are common > for v4l framework, hence moved to a common place at > Documentation/devicetree/bindings/video/. 'exynos_' prefix is

[Bug 50091] [BISECTED]GeForce 6150SE: system hangs on X-server start with garbled screen

2013-03-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=50091 --- Comment #29 from Dzianis Kahanovich 2013-03-04 09:53:24 --- (In reply to comment #28) > That's a separate issue and has nothing to do with this bug. > See https://bugs.freedesktop.org/show_bug.cgi?id=47182 > In most cases, it is no bug

[Bug 61747] [r600g] GPU lockup when playing WoW with HD6450 and 3.8.1 kernel

2013-03-04 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20130304/88960a70/attachment.html>

[Bug 61747] [r600g] GPU lockup when playing WoW with HD6450 and 3.8.1 kernel

2013-03-04 Thread bugzilla-dae...@freedesktop.org
uot;good" commit in Mesa to start bisecting from. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130304/44ca0890/attachment-0001.html>

[PATCH RFC] drm/exynos: hdmi: move hdmiphy related code to hdmiphy driver

2013-03-04 Thread Rahul Sharma
Thanks Sean, On Wed, Feb 27, 2013 at 9:47 PM, Sean Paul wrote: > On Wed, Feb 27, 2013 at 8:22 AM, Rahul Sharma > wrote: >> Right now hdmiphy operations and configs are kept inside hdmi driver. >> hdmiphy related >> code is tightly coupled with hdmi ip driver. Physicaly they are different >>

[PATCH v5 4/9] video: Add generic HDMI infoframe helpers

2013-03-04 Thread Ville Syrjälä
On Fri, Feb 22, 2013 at 08:03:26AM +0100, Thierry Reding wrote: > Add generic helpers to pack HDMI infoframes into binary buffers. > > Signed-off-by: Thierry Reding > --- > Changes in v2: > - add support for audio, vendor-specific and SPD infoframes > - add various validity checks on infoframes

[PATCH v5 4/9] video: Add generic HDMI infoframe helpers

2013-03-04 Thread Thierry Reding
sue it is really since all symbols are exported non-GPL. Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130304/f10ffb95/attachment.pgp>

[Bug 61747] [r600g] GPU lockup when playing WoW with HD6450 and 3.8.1 kernel

2013-03-04 Thread bugzilla-dae...@freedesktop.org
eceiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130304/bb864c6e/attachment.html>

[PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-04 Thread Alex Deucher
On Fri, Mar 1, 2013 at 7:40 AM, Marek Ol??k wrote: > Signed-off-by: Marek Ol??k Added to my -fixes queue. Alex > --- > drivers/gpu/drm/radeon/evergreen_cs.c |2 +- > drivers/gpu/drm/radeon/radeon_drv.c |3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git

[PATCH] drm/nouveau/core: fix spelling mistake in comment

2013-03-04 Thread Lijo Antony
Signed-off-by: Lijo Antony --- drivers/gpu/drm/nouveau/core/core/client.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/core/core/client.c b/drivers/gpu/drm/nouveau/core/core/client.c index 295c221..d0f6b9d 100644 ---

[PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-04 Thread Paul Menzel
Thanks, Paul -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130304/184f278d/attachment.pgp>

nouveau shuts the machine down with v3.9-rc1 (temperature (72 C) hit the 'shutdown' threshold).

2013-03-04 Thread Konrad Rzeszutek Wilk
After git merge ab7826595e9ec51a51f622c5fc91e2f59440481a (Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6) the nouveau driver ends up shutting of the machine when booting. I hadn't done a git bisection yet and was wondering if there are some juice commits I

nouveau shuts the machine down with v3.9-rc1 (temperature (72 C) hit the 'shutdown' threshold).

2013-03-04 Thread Martin Peres
Hi Konrad, On 04/03/2013 19:40, Konrad Rzeszutek Wilk wrote:> After git merge ab7826595e9ec51a51f622c5fc91e2f59440481a > (Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6) > the nouveau driver ends up shutting of the machine when booting. > > > I hadn't

[PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-04 Thread Marek Olšák
The MIP_ADDRESS state has 2 meanings. If the texture has one sample per pixel, it's a pointer to the mipmap chain. If the texture has multiple samples per pixel, it's a pointer to FMASK, a metadata buffer needed for reading compressed MSAA textures. AFAIK, the mipmap alignment rules do not apply

nouveau lockdep splat

2013-03-04 Thread Borislav Petkov
New -rc1, so let the stabilization games begin. I see the following on rc1, let me know if you need more info. [0.633617] = [0.633618] [ INFO: possible recursive locking detected ] [0.633618] 3.9.0-rc1 #2 Not tainted [0.633619]

[Bug 44341] Radeon HD6990M: HDMI audio output works now! Kernel gives new warning

2013-03-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44341 Florian Mickler changed: What|Removed |Added CC||florian at mickler.org --- Comment

[Bug 53111] vgaswitcheroo not working anymore

2013-03-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=53111 Florian Mickler changed: What|Removed |Added CC||florian at mickler.org --- Comment

nouveau shuts the machine down with v3.9-rc1 (temperature (72 C) hit the 'shutdown' threshold).

2013-03-04 Thread Konrad Rzeszutek Wilk
On Mon, Mar 04, 2013 at 08:21:48PM +0100, Martin Peres wrote: > Hi Konrad, > > On 04/03/2013 19:40, Konrad Rzeszutek Wilk wrote:> After git merge > ab7826595e9ec51a51f622c5fc91e2f59440481a > > (Merge tag 'mfd-3.9-1' of > git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6) > > the nouveau

ThinkPad T420 + kernel 3.8.x + external VGA display == wrong resolution

2013-03-04 Thread Toralf Förster
It is a (small) regression to 3.7.10 with intel integrated graphics i915 - but nevertheless : With an external VGA display (1680x1050) and a closed internal LVDS1 display (1440x900) the external display starts X11 with 1440x900 - for kernel 3.7.x. With 3.8.2 (and .1) now the external display is

[Intel-gfx] [PATCH 0/8] Enable eDP PSR functionality at HSW - v3

2013-03-04 Thread Rodrigo Vivi
Yeah, I completely agree with you. This is the reason of that separated 2 lines patch 8/8. On Mon, Mar 4, 2013 at 8:27 PM, Daniel Vetter wrote: > On Thu, Feb 28, 2013 at 08:02:18PM +0200, Ville Syrj?l? wrote: >> On Thu, Feb 28, 2013 at 02:52:32PM -0300, Paulo Zanoni wrote: >> > Hi >> > >> >

3.9-rc1 boot warning at drivers/gpu/drm/i915/intel_dp.c:1121 ironlake_panel_vdd_off_sync+0xef/0x100 [i915]()

2013-03-04 Thread Greg KH
Hi Daniel, On 3.9-rc1, I get the following warning on my MacBook Pro Retina. Graphics still seem to work ok, but I think that's because it's really using the nouveau driver instead of the intel driver (so David says). Anything I can do to test to try to fix this? thanks, greg k-h [

[PATCH V2] drm/edid: kernel-doc minimal cleanup

2013-03-04 Thread Nishanth Menon
On 18:09-20130302, Paul Menzel wrote: > Am Freitag, den 01.03.2013, 08:00 -0600 schrieb Nishanth Menon: > > Some basic cleanups for kernel-doc errors or missing documentation > > parameters. > > Nishanth, thanks for doing that! glad to be of help. > > > index c194f4e..bd864b5 100644 > > ---