[Bug 86351] HDMI audio garbled output on Radeon R9 280X

2015-07-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=86351 --- Comment #11 from Lorenzo Bona --- Created attachment 181801 --> https://bugzilla.kernel.org/attachment.cgi?id=181801=edit dmesg.log -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 86351] HDMI audio garbled output on Radeon R9 280X

2015-07-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=86351 Lorenzo Bona changed: What|Removed |Added CC||lorenz.bona at gmail.com --- Comment #10

[Bug 100871] radeon fails to initialize one DisplayPort monitor

2015-07-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=100871 --- Comment #2 from Charles R. Anderson --- I'll try radeon.audio=0. I never tried DisplayPort audio on the Dell U2410, but it apparently does support it: http://en.community.dell.com/support-forums/peripherals/f/3529/t/19311234 This problem

[Bug 91202] output to DVI-I is blank

2015-07-04 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150704/92121d13/attachment.html>

[Bug 73528] Deferred lighting in Second Life causes system hiccups and screen flickering

2015-07-04 Thread bugzilla-dae...@freedesktop.org
much better than this issue taking place. -- 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/20150704/41878e74/attachment-0001.html>

[Bug 88043] Star Conflict locks up AMD BARTS

2015-07-04 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150704/0c1ad947/attachment.html>

[PULL] topic/drm-fixes

2015-07-04 Thread Daniel Vetter
Hi Linus, Since Dave is enjoying vacation I figured I'll send you this drm core fix directly. Cheers, Daniel The following changes since commit 8b72ce158cf0dba443e36fc66e0bb29c2580e0b6: drm: Always enable atomic API (2015-06-24 11:21:35 +1000) are available in the git repository at:

[PATCH v2 3/5] drm/rockchip: vop: support plane scale

2015-07-04 Thread Tomasz Figa
On Fri, Jul 3, 2015 at 7:22 PM, Mark yao wrote: > On 2015年07月03日 17:58, Tomasz Figa wrote: >>Aren't the scl_modes for CbCr planes always the same as for Y plane? >>> >>> > >>> > >>> >No, such as src(1920 x 1080) -> dst(1280x800), yuv format is NV12. >>> >so Y plane horizontal and

[PATCH] drm/tilcdc: Allocate register storage based on the actual number registers

2015-07-04 Thread Michael Bode
Reviewed-By: Michael Bode Jyri, good idea to allocate the space for registers dynamically. This eliminates the need of synchronizing driver and header file in an elegant way. Only thing I personally don't like, is potentially passing a NULL pointer to kfree. But I learned that this is