si_mc_load_microcode function and blackout

2012-07-15 Thread Sylvain BERTRAND
Blackout mc microcode thingy useless? ... if (running == 0) { if (running) { ...blackout thingy... } ...

P-state switching on Lenovo X121e / AMD E-450

2012-07-15 Thread Grigori Goronzy
Hi, I have a Lenovo X121e notebook, and the model variant in question uses the E-450 APU. I have various problems with the GPU part of it. The most severe seems to be that switching between power states does not work correctly. First off, the PowerPlay table looks rather strange. Here's what the

[Bug 44831] Radeon HD6970: HDMI audio doesn't work with radeon.hw_i2c=1

2012-07-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44831 Valentyn Pavliuchenko changed: What|Removed |Added Summary|Radeon HD6970: HDMI audio |Radeon HD6970: HDMI audio

[Bug 44831] Radeon HD6970: HDMI audio doesn't work

2012-07-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44831 Christian K?nig changed: What|Removed |Added CC||deathsimple at vodafone.de --- Comm

[Bug 25228] Software renderer or freeze after X restart with radeon driver

2012-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25228 R?bert ?er?ansk? changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] libdrm/nouveau: add prime handle->bo and bo->handle support.

2012-07-15 Thread Dave Airlie
From: Dave Airlie This adds prime support to nouveau libdrm. Signed-off-by: Dave Airlie --- nouveau/nouveau.c | 35 +++ nouveau/nouveau.h |3 +++ 2 files changed, 38 insertions(+) diff --git a/nouveau/nouveau.c b/nouveau/nouveau.c index 5aa4107..940d933 1

[PATCH] intel: add prime interface for getting/setting a prime bo. (v3)

2012-07-15 Thread Dave Airlie
This adds interfaces for the X driver to use to create a prime handle from a buffer, and create a bo from a handle. v2: use Chris's suggested naming (well from at least for consistency) v3: git commit --amend fail Signed-off-by: Dave Airlie --- intel/intel_bufmgr.h |4 intel/intel_

[PATCH] intel: add prime interface for getting/setting a prime bo. (v2)

2012-07-15 Thread Dave Airlie
This adds interfaces for the X driver to use to create a prime handle from a buffer, and create a bo from a handle. v2: use Chris's suggested naming (well from at least for consistency) Signed-off-by: Dave Airlie --- intel/intel_bufmgr.h |4 intel/intel_bufmgr_gem.c | 46

[Bug 44831] Radeon HD6970: HDMI audio doesn't work

2012-07-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44831 --- Comment #3 from Valentyn Pavliuchenko 2012-07-15 16:43:52 --- I was booting with radeon.audio=1 and radeon.hw_i2c=1 and I had no sound in that configuration. Now I've tried passing only radeon.audio=1 and sound is now present. Please do

[Bug 44831] Radeon HD6970: HDMI audio doesn't work

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

[Bug 44831] Radeon HD6970: HDMI audio doesn't work

2012-07-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44831 --- Comment #1 from Valentyn Pavliuchenko 2012-07-15 15:51:51 --- Created an attachment (id=75451) --> (https://bugzilla.kernel.org/attachment.cgi?id=75451) Kernel config -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab

[Bug 44831] New: Radeon HD6970: HDMI audio doesn't work

2012-07-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44831 Summary: Radeon HD6970: HDMI audio doesn't work Product: Drivers Version: 2.5 Kernel Version: 3.5.0-rc7 Platform: All OS/Version: Linux Tree: Mainline Status: NEW

si_mc_load_microcode function and blackout

2012-07-15 Thread Sylvain BERTRAND
Blackout mc microcode thingy useless? ... if (running == 0) { if (running) { ...blackout thingy... } ... ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

P-state switching on Lenovo X121e / AMD E-450

2012-07-15 Thread Grigori Goronzy
Hi, I have a Lenovo X121e notebook, and the model variant in question uses the E-450 APU. I have various problems with the GPU part of it. The most severe seems to be that switching between power states does not work correctly. First off, the PowerPlay table looks rather strange. Here's what the

[Bug 44831] Radeon HD6970: HDMI audio doesn't work with radeon.hw_i2c=1

2012-07-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44831 Valentyn Pavliuchenko changed: What|Removed |Added Summary|Radeon HD6970: HDMI audio |Radeon HD6970: HDMI audio

[Bug 44831] Radeon HD6970: HDMI audio doesn't work

2012-07-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44831 Christian König changed: What|Removed |Added CC||deathsim...@vodafone.de --- Comment

[PATCH] intel: add prime interface for getting/setting a prime bo.

2012-07-15 Thread Chris Wilson
On Sun, 15 Jul 2012 10:22:46 +1000, Dave Airlie wrote: > This adds interfaces for the X driver to use to create a > prime handle from a buffer, and create a bo from a handle. > > Signed-off-by: Dave Airlie > --- > intel/intel_bufmgr.h |4 > intel/intel_bufmgr_gem.c | 46 > ++

[PATCH] intel: add prime interface for getting/setting a prime bo.

2012-07-15 Thread Dave Airlie
This adds interfaces for the X driver to use to create a prime handle from a buffer, and create a bo from a handle. Signed-off-by: Dave Airlie --- intel/intel_bufmgr.h |4 intel/intel_bufmgr_gem.c | 46 ++ 2 files changed, 50 insertions(

[Bug 44831] Radeon HD6970: HDMI audio doesn't work

2012-07-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44831 --- Comment #3 from Valentyn Pavliuchenko 2012-07-15 16:43:52 --- I was booting with radeon.audio=1 and radeon.hw_i2c=1 and I had no sound in that configuration. Now I've tried passing only radeon.audio=1 and sound is now present. Please do

[Bug 44831] Radeon HD6970: HDMI audio doesn't work

2012-07-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44831 Alex Deucher changed: What|Removed |Added CC||alexdeuc...@gmail.com --- Comment #2 f

[Bug 44831] Radeon HD6970: HDMI audio doesn't work

2012-07-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44831 --- Comment #1 from Valentyn Pavliuchenko 2012-07-15 15:51:51 --- Created an attachment (id=75451) --> (https://bugzilla.kernel.org/attachment.cgi?id=75451) Kernel config -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab

[Bug 44831] New: Radeon HD6970: HDMI audio doesn't work

2012-07-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=44831 Summary: Radeon HD6970: HDMI audio doesn't work Product: Drivers Version: 2.5 Kernel Version: 3.5.0-rc7 Platform: All OS/Version: Linux Tree: Mainline Status: NEW

[Bug 25228] Software renderer or freeze after X restart with radeon driver

2012-07-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25228 Róbert Čerňanský changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [PATCH] intel: add prime interface for getting/setting a prime bo.

2012-07-15 Thread Chris Wilson
On Sun, 15 Jul 2012 10:22:46 +1000, Dave Airlie wrote: > This adds interfaces for the X driver to use to create a > prime handle from a buffer, and create a bo from a handle. > > Signed-off-by: Dave Airlie > --- > intel/intel_bufmgr.h |4 > intel/intel_bufmgr_gem.c | 46 > ++

[Bug 12097] NULL pointer dereference in viaXMesaWindowMoved

2012-07-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=12097 Olivier Blin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [RFC] dma-fence: dma-buf synchronization (v2)

2012-07-15 Thread Maarten Lankhorst
Hey, Op 13-07-12 20:52, Rob Clark schreef: > On Fri, Jul 13, 2012 at 12:35 PM, Tom Cooksey wrote: >> My other thought is around atomicity. Could this be extended to >> (safely) allow for hardware devices which might want to access >> multiple buffers simultaneously? I think it probably can with >