Re: no hdmi sound on hd5450

2013-08-18 Thread stompdagg...@yahoo.com
>>2013/8/13 stompdagg...@yahoo.com : >>> following the inclusion of UVD support for and a post I've seen written by >>> on of the devs mentioning that the hdmi sound will likely to be activated by >>> default in 3.12, I've decided to switch my cards and use the hd5450 as the >>> media center card

Re: no hdmi sound on hd5450

2013-08-18 Thread Rafał Miłecki
2013/8/18 stompdagg...@yahoo.com : > does the following patch: "[FIX][PATCH] drm/radeon: fix WREG32_OR macro > setting bits in a register" which you've commited fixes my issue? Yes, I believe so! Sorry, I forgot to ping you about that. -- Rafał ___ dri

Re: no hdmi sound on hd5450

2013-08-18 Thread stompdagg...@yahoo.com
2013/8/18 stompdagg...@yahoo.com : >> does the following patch: "[FIX][PATCH] drm/radeon: fix WREG32_OR macro >> setting bits in a register" which you've commited fixes my issue? >Yes, I believe so! Sorry, I forgot to ping you about that. thatsok, I've applied the patch it doesn't seems to work,

Re: no hdmi sound on hd5450

2013-08-18 Thread Rafał Miłecki
2013/8/18 stompdagg...@yahoo.com : > 2013/8/18 stompdagg...@yahoo.com : >>> does the following patch: "[FIX][PATCH] drm/radeon: fix WREG32_OR macro >>> setting bits in a register" which you've commited fixes my issue? > >>Yes, I believe so! Sorry, I forgot to ping you about that. > > thats ok, I've

[Bug 64582] [r600g/vdpau] Inconsistency detected by ld.so: dl-close.c: 765: _dl_close: Assertion `map->l_init_called' failed!

2013-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64582 Laurent carlier changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[PATCH -resend] drm: DRM should depend on HAS_DMA

2013-08-18 Thread Geert Uytterhoeven
If NO_DMA=y: drivers/built-in.o: In function `__drm_pci_free': drivers/gpu/drm/drm_pci.c:112: undefined reference to `dma_free_coherent' drivers/built-in.o: In function `drm_pci_alloc': drivers/gpu/drm/drm_pci.c:72: undefined reference to `dma_alloc_coherent' drivers/built-in.o: In function `drm_g

[Bug 64582] [r600g/vdpau] Inconsistency detected by ld.so: dl-close.c: 765: _dl_close: Assertion `map->l_init_called' failed!

2013-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64582 Christian König changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this mail

I915 DRI_PRIME Bug

2013-08-18 Thread Tobias Klausmann
Hello there, while testing my "Optimus" Notebook i saw a stack trace in my logs, maybe someone is interested! I can easily reproduce this any time. It happens when offloading a GL app, here Unigine Heaven 3.0 to the nvidia card. To be more exactly: When starting Unigine the window stays black.

Re: nouveau: temperature on nv40 is unavailable since ad40d73ef533ab0ad16b4a1ab2f7870c1f8ab954

2013-08-18 Thread Pali Rohár
On Thursday 15 August 2013 18:21:51 Martin Peres wrote: > On 15/08/2013 03:24, Pali Rohár wrote: > > On Thursday 15 August 2013 04:07:24 Martin Peres wrote: > >> On 14/08/2013 05:02, Pali Rohár wrote: > >>> On Tuesday 13 August 2013 15:55:28 Martin Peres wrote: > On 13/08/2013 09:53, Pali Rohá

Re: [PATCH] nouveau reclocking on nv40 not working since 77145f1cbdf8d28b46ff8070ca749bad821e0774

2013-08-18 Thread Pali Rohár
On Thursday 15 August 2013 18:23:06 Martin Peres wrote: > On 15/08/2013 13:46, Pali Rohár wrote: > > On Tuesday 13 August 2013 11:28:01 Pali Rohár wrote: > >> Hello, > >> > >> in commit 77145f1cbdf8d28b46ff8070ca749bad821e0774 was > >> introduced error which cause that on my Nvidia 6600GT card > >

Re: [PATCH] nouveau reclocking on nv40 not working since 77145f1cbdf8d28b46ff8070ca749bad821e0774

2013-08-18 Thread Martin Peres
On 16/08/2013 03:16, Pali Rohár wrote: On Thursday 15 August 2013 18:23:06 Martin Peres wrote: On 15/08/2013 13:46, Pali Rohár wrote: On Tuesday 13 August 2013 11:28:01 Pali Rohár wrote: Hello, in commit 77145f1cbdf8d28b46ff8070ca749bad821e0774 was introduced error which cause that on my Nvid

[PATCH] nouveau: fix reclocking on nv40

2013-08-18 Thread Pali Rohár
In commit 77145f1cbdf8d28b46ff8070ca749bad821e0774 was introduced error which cause that reclocking on nv40 not working anymore. There is missing assigment of return value from pll_calc to ret. Signed-off-by: Pali Rohár Signed-off-by: Martin Peres --- drivers/gpu/drm/nouveau/nv40_pm.c |2 +-

Re: Moving a bug upstream per downstream request, emailing the maintainers

2013-08-18 Thread John Hupp
On 8/16/2013 3:43 AM, Chris Wilson wrote: On Thu, Aug 15, 2013 at 03:28:53PM -0400, John Hupp wrote: [1.] One line summary of the problem: Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space [2.] Full description of the problem/report: The full

Re: [PATCH] drm/radeon/si: Add support for CP DMA to CS checker for compute v2

2013-08-18 Thread Greg KH
On Fri, Aug 16, 2013 at 05:47:39PM -0400, Tom Stellard wrote: > From: Tom Stellard > > Also add a new RADEON_INFO query to check that CP DMA packets are > supported on the compute ring. > > v2: > - Don't bump kms version, so this patch can be backported to stable > kernels. Why is this fo

Re: [PATCH] drm/radeon/si: Add support for CP DMA to CS checker for compute v2

2013-08-18 Thread Greg KH
On Fri, Aug 16, 2013 at 05:31:39PM -0700, Tom Stellard wrote: > On Fri, Aug 16, 2013 at 03:34:09PM -0700, Greg KH wrote: > > On Fri, Aug 16, 2013 at 05:47:39PM -0400, Tom Stellard wrote: > > > From: Tom Stellard > > > > > > Also add a new RADEON_INFO query to check that CP DMA packets are > > > s

Re: I915 DRI_PRIME Bug

2013-08-18 Thread Daniel Vetter
On Sat, Aug 17, 2013 at 9:46 PM, Tobias Klausmann wrote: > Hello there, > while testing my "Optimus" Notebook i saw a stack trace in my logs, maybe > someone is interested! > I can easily reproduce this any time. It happens when offloading a GL app, > here Unigine Heaven 3.0 to the nvidia card. To

Re: [PATCH] gma500: Fix SDVO turning off randomly

2013-08-18 Thread Daniel Vetter
On Fri, Aug 16, 2013 at 02:23:35AM +0200, Patrik Jakobsson wrote: > On Sun, Aug 11, 2013 at 12:00 PM, Daniel Vetter wrote: > > On Sat, Aug 10, 2013 at 10:12 PM, Patrik Jakobsson > > wrote: > > If you take this opportunity to share a bit of code between gma500 and > > i915 (the sdvo #defines heade

[Bug 68244] New: screen flickering and no sound with radeon.audio=1 when using hdmi on HD5450

2013-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68244 Priority: medium Bug ID: 68244 Assignee: dri-devel@lists.freedesktop.org Summary: screen flickering and no sound with radeon.audio=1 when using hdmi on HD5450 Severity: norma

Re: [PATCH] drm: Eliminate dev->vmalist

2013-08-18 Thread Daniel Vetter
On Fri, Aug 16, 2013 at 12:24:37PM +0100, Chris Wilson wrote: > The primary purpose of this list is for pretty printing the maps through > debugfs/vma - per process information can be found in /proc/*/map et al. > However, the list manipulation eats processor cycles resulting in a near > indefinite

Re: [PATCH v2 5/8] drm/i2c: tda998x: add video and audio input configuration

2013-08-18 Thread Dave Airlie
On Thu, Aug 15, 2013 at 5:43 AM, Sebastian Hesselbarth wrote: > From: Russell King > > This patch adds tda998x specific parameters to allow it to be configured > for different boards using it. Also, this implements rudimentary audio > support for S/PDIF attached controllers. > > Signed-off-by: Ru

Re: [PATCHv3 1/4] drm/exynos: add device tree support for rotator

2013-08-18 Thread Inki Dae
2013년 8월 19일 월요일에 Kukjin Kim님이 작성: > On 08/13/13 14:12, Chanho Park wrote: >> >> The exynos4 platform is only dt-based since 3.10, we should convert driver data >> and ids to dt-based parsing methods. The rotator driver has a limit table to get >> size limit of input picture. Each SoCs has slightly

[Bug 60523] Radeon DPM not working with 2 monitors attached to Radeon HD5770 (Juniper)

2013-08-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60523 queryv...@gmail.com changed: What|Removed |Added CC||queryv...@gmail.com --- Comment #33

[Bug 60674] linux 3.10.x RV740 (Radeon HD 4770) display problem

2013-08-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60674 Dave changed: What|Removed |Added CC||systemdki...@yopmail.com --- Comment #12 from Dave

[Bug 60523] Radeon DPM not working with 2 monitors attached to Radeon HD5770 (Juniper)

2013-08-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60523 --- Comment #34 from queryv...@gmail.com --- Created attachment 107241 --> https://bugzilla.kernel.org/attachment.cgi?id=107241&action=edit full dmesg (HD6870) -- You are receiving this mail because: You are watching the assignee of the bug. __

[Bug 68235] New: Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1

2013-08-18 Thread bugzilla-dae...@freedesktop.org
t if we don't have enough info. -- 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/20130818/4e859138/attachment.html>

[Bug 68235] Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1

2013-08-18 Thread bugzilla-dae...@freedesktop.org
1.0-rc5 when dpm=1 with RADEON_va=1 -- 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/20130818/f2702106/attachment.html>

no hdmi sound on hd5450

2013-08-18 Thread Rafał Miłecki
2013/8/18 StompDagger1 at yahoo.com : > does the following patch: "[FIX][PATCH] drm/radeon: fix WREG32_OR macro > setting bits in a register" which you've commited fixes my issue? Yes, I believe so! Sorry, I forgot to ping you about that. -- Rafa?

no hdmi sound on hd5450

2013-08-18 Thread Rafał Miłecki
2013/8/18 StompDagger1 at yahoo.com : > 2013/8/18 StompDagger1 at yahoo.com : >>> does the following patch: "[FIX][PATCH] drm/radeon: fix WREG32_OR macro >>> setting bits in a register" which you've commited fixes my issue? > >>Yes, I believe so! Sorry, I forgot to ping you about that. > > thats ok

[Bug 64582] [r600g/vdpau] Inconsistency detected by ld.so: dl-close.c: 765: _dl_close: Assertion `map->l_init_called' failed!

2013-08-18 Thread bugzilla-dae...@freedesktop.org
|--- |WORKSFORME -- 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/20130818/9109856d/attachment.html>

[PATCH -resend] drm: DRM should depend on HAS_DMA

2013-08-18 Thread Geert Uytterhoeven
If NO_DMA=y: drivers/built-in.o: In function `__drm_pci_free': drivers/gpu/drm/drm_pci.c:112: undefined reference to `dma_free_coherent' drivers/built-in.o: In function `drm_pci_alloc': drivers/gpu/drm/drm_pci.c:72: undefined reference to `dma_alloc_coherent' drivers/built-in.o: In function `drm_g

[Bug 64582] [r600g/vdpau] Inconsistency detected by ld.so: dl-close.c: 765: _dl_close: Assertion `map->l_init_called' failed!

2013-08-18 Thread bugzilla-dae...@freedesktop.org
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/20130818/d5926525/attachment.html>

I915 DRI_PRIME Bug

2013-08-18 Thread Daniel Vetter
On Sat, Aug 17, 2013 at 9:46 PM, Tobias Klausmann wrote: > Hello there, > while testing my "Optimus" Notebook i saw a stack trace in my logs, maybe > someone is interested! > I can easily reproduce this any time. It happens when offloading a GL app, > here Unigine Heaven 3.0 to the nvidia card. To

[PATCH] gma500: Fix SDVO turning off randomly

2013-08-18 Thread Daniel Vetter
On Fri, Aug 16, 2013 at 02:23:35AM +0200, Patrik Jakobsson wrote: > On Sun, Aug 11, 2013 at 12:00 PM, Daniel Vetter wrote: > > On Sat, Aug 10, 2013 at 10:12 PM, Patrik Jakobsson > > wrote: > > If you take this opportunity to share a bit of code between gma500 and > > i915 (the sdvo #defines heade

[Bug 68244] New: screen flickering and no sound with radeon.audio=1 when using hdmi on HD5450

2013-08-18 Thread bugzilla-dae...@freedesktop.org
ing 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/20130818/a7b4cd03/attachment-0001.html>

[PATCH] drm: Eliminate dev->vmalist

2013-08-18 Thread Daniel Vetter
On Fri, Aug 16, 2013 at 12:24:37PM +0100, Chris Wilson wrote: > The primary purpose of this list is for pretty printing the maps through > debugfs/vma - per process information can be found in /proc/*/map et al. > However, the list manipulation eats processor cycles resulting in a near > indefinite

no hdmi sound on hd5450

2013-08-18 Thread stompdagg...@yahoo.com
e a bug report, and stop using HTML in your e-mail all the time. > >Provide output of "avivotool regs hdmi" in your bug report. bug 68244 opened. I'm trying to figure out how to disable HTML in mails in yahoo, still no luck, sorry. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130818/e28e939f/attachment.html>