[PATCH 2/5] DRM: Armada: Add Armada DRM driver

2013-10-06 Thread Russell King
This patch adds support for the pair of LCD controllers on the Marvell Armada 510 SoCs. This driver supports: - multiple contiguous scanout buffers for video and graphics - shm backed cacheable buffer objects for X pixmaps for Vivante GPU acceleration - dual lcd0 and lcd1 crt operation - video o

[Bug 69729] HDMI audio stopped working on HD 3470 (RV620/M82)

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69729 --- Comment #29 from Rafał Miłecki --- Are you sure you tested 3.11.4? It should work just like 3.12-rc3. Can you install radeontool and provide output of "avivotools regs hdmi" command when: 1) Playing audio with 3.11.4 (remember about radeon.

Re: nouveau optimus HDMI audio support

2013-10-06 Thread Dave Airlie
On Mon, Oct 7, 2013 at 10:30 AM, Jethro Beekman wrote: > > > On 06-10-13 16:48, Dave Airlie wrote: >> On Mon, Oct 7, 2013 at 8:45 AM, Jethro Beekman wrote: >>> On 06-10-13 15:00, Dave Airlie wrote: On Mon, Oct 7, 2013 at 7:04 AM, Jethro Beekman wrote: > Even with Dave Airlie's rec

Re: nouveau optimus HDMI audio support

2013-10-06 Thread Jethro Beekman
On 06-10-13 16:48, Dave Airlie wrote: > On Mon, Oct 7, 2013 at 8:45 AM, Jethro Beekman wrote: >> On 06-10-13 15:00, Dave Airlie wrote: >>> On Mon, Oct 7, 2013 at 7:04 AM, Jethro Beekman >>> wrote: Even with Dave Airlie's recent patch set ( http://lists.freedesktop.org/archives/dri-de

[Bug 65254] opengl flicker in xbmc / glxgears

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65254 --- Comment #22 from bgunte...@gmail.com --- setting: "NoAccel" "true" solves the problem, but the menu is super slow, and with the dual processor, they both peak at 90-100% not a solid option. -- You are receiving this mail because: You are t

[Bug 65254] opengl flicker in xbmc / glxgears

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65254 --- Comment #21 from bgunte...@gmail.com --- I am also seeing the same thing AMD A6-6400 Radeon HD 8470D Here my logs: http://paste.ubuntu.com/6192150/ http://paste.ubuntu.com/6192153/ http://paste.ubuntu.com/6192155/ http://paste.ubuntu.com/619

Re: nouveau optimus HDMI audio support

2013-10-06 Thread Dave Airlie
On Mon, Oct 7, 2013 at 8:45 AM, Jethro Beekman wrote: > On 06-10-13 15:00, Dave Airlie wrote: >> On Mon, Oct 7, 2013 at 7:04 AM, Jethro Beekman wrote: >>> Even with Dave Airlie's recent patch set ( >>> http://lists.freedesktop.org/archives/dri-devel/2013-August/042854.html ), >>> I'm >>> still h

Re: nouveau optimus HDMI audio support

2013-10-06 Thread Jethro Beekman
On 06-10-13 15:00, Dave Airlie wrote: > On Mon, Oct 7, 2013 at 7:04 AM, Jethro Beekman wrote: >> Even with Dave Airlie's recent patch set ( >> http://lists.freedesktop.org/archives/dri-devel/2013-August/042854.html ), >> I'm >> still having trouble getting HDMI audio to work on my optimus laptop.

[PULL] drm-intel-fixes

2013-10-06 Thread Daniel Vetter
Hi Dave, Just a few important fixes, all cc: stable (I've checked this time around and made sure they're really there ...). The dpms one is a regression from the modeset rework and has a good chance to rectify Linus' hdmi issues. Cheers, Daniel The following changes since commit 15c03dd4859ab16

Re: nouveau optimus HDMI audio support

2013-10-06 Thread Dave Airlie
On Mon, Oct 7, 2013 at 7:04 AM, Jethro Beekman wrote: > Even with Dave Airlie's recent patch set ( > http://lists.freedesktop.org/archives/dri-devel/2013-August/042854.html ), I'm > still having trouble getting HDMI audio to work on my optimus laptop. I'm > running Linux 3.12.0-rc3 on a Lenovo Thi

[Bug 69729] HDMI audio stopped working on HD 3470 (RV620/M82)

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69729 --- Comment #28 from Paul Bodenbenner --- For sure, with kernel 3.12rc3 it does still work perfectly... -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing

[Bug 66963] r600: linux v3.11.0-RC isn't booting with radeon.dpm=1 option in grub

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66963 --- Comment #145 from Paul Bodenbenner --- I have also a HD 3470 (RV620/M82) and my experience is really great by using dpm, but following problems still occur with kernel 3.12rc3-1 and 3.11.4: 1. Sometimes it doesn't boot. Only a black screen is

[RFC][PATCH 3/2] drm/radeon: use masks when doing DCE4+ HDMI R/W ops

2013-10-06 Thread Rafał Miłecki
Recent RE with faking reading values allowed us to figure out correct masks for all R/W ops. Use them following fglrx logic. See https://bugzilla.kernel.org/show_bug.cgi?id=62591 for details. --- That patches weren't tested with the HW, please don't apply them yet. --- drivers/gpu/drm/radeon/ever

[Bug 69729] HDMI audio stopped working on HD 3470 (RV620/M82)

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69729 --- Comment #27 from Paul Bodenbenner --- I have seen that the patches are already included in kernel 3.11.4. Unfortunately it doesn't work even though by using kernel parameter radeon.audio=1. Seems again that HDMI is not enabled. -- You are r

nouveau optimus HDMI audio support

2013-10-06 Thread Jethro Beekman
Even with Dave Airlie's recent patch set ( http://lists.freedesktop.org/archives/dri-devel/2013-August/042854.html ), I'm still having trouble getting HDMI audio to work on my optimus laptop. I'm running Linux 3.12.0-rc3 on a Lenovo ThinkPad T420s. When I set my BIOS graphics option to 'Discrete',

[Bug 70042] Major texture flickering in Dota 2 (r600g on HD 6950)

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70042 Alexandre Demers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[RFC][PATCH 2/2] drm/radeon: add missing writes for DCE4+ HDMI mode

2013-10-06 Thread Rafał Miłecki
They were verified to be used by fglrx on PALM, BARTS, CAICOS and VERDE. VERDE which is DCE6 seems to need also clearing 0x7138 register. See https://bugzilla.kernel.org/show_bug.cgi?id=62591 for details. --- That patches weren't tested with the HW, please don't apply them yet. --- drivers/gpu/dr

[RFC][PATCH 1/2] drm/radeon: remove unneeded HDMI r/w ops on DCE4+

2013-10-06 Thread Rafał Miłecki
Write to HDMI_VBI_PACKET_CONTROL was duplicated. Writes to AFMT_AUDIO_CRC_CONTROL and AFMT_RAMP_CONTROL[0-3] came from DCE2/3 code (copy & paste) and were never needed on DCE4+. See https://bugzilla.kernel.org/show_bug.cgi?id=62591 for details. --- That patches weren't tested with the HW, please d

[Bug 70207] New: rs690: kernel can't bring lvds in dpms on mode

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70207 Priority: medium Bug ID: 70207 Assignee: dri-devel@lists.freedesktop.org Summary: rs690: kernel can't bring lvds in dpms on mode Severity: normal Classification: Unclassified

[Bug 70203] Mobility Radeon HD 5430 identified as generic hdmi

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70203 dagg changed: What|Removed |Added URL||http://www.mail-archive.com |

[Bug 70203] New: Mobility Radeon HD 5430 identified as generic hdmi

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70203 Priority: medium Bug ID: 70203 Assignee: dri-devel@lists.freedesktop.org Summary: Mobility Radeon HD 5430 identified as generic hdmi Severity: normal Classification: Unclassified

[Bug 70035] GPU Lockup on AMD RS880 HD4200

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70035 --- Comment #9 from Jeff Blake --- Tasev, If your issue is related to mine then the corresponding debs from the 9.3~git1309201759 Sept 20th release should work :- https://launchpad.net/~oibaf/+archive/graphics-drivers/+build/5036069 [amd64] htt

[Bug 70199] clang+llvm from svn crashes when generating opencl code for 64 bit types

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70199 --- Comment #2 from klondike --- Created attachment 87201 --> https://bugs.freedesktop.org/attachment.cgi?id=87201&action=edit 64 bit unsigned multiply, also generates the second isssue. -- You are receiving this mail because: You are the ass

[Bug 70199] clang+llvm from svn crashes when generating opencl code for 64 bit types

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70199 --- Comment #1 from klondike --- Created attachment 87200 --> https://bugs.freedesktop.org/attachment.cgi?id=87200&action=edit 64 bit unsigned add, causes the second -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 70199] New: clang+llvm from svn crashes when generating opencl code for 64 bit types

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70199 Priority: medium Bug ID: 70199 Assignee: dri-devel@lists.freedesktop.org Summary: clang+llvm from svn crashes when generating opencl code for 64 bit types Severity: normal

[Bug 62601] New: 3.11 radeon hdmi audio does not work

2013-10-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=62601 Bug ID: 62601 Summary: 3.11 radeon hdmi audio does not work Product: Drivers Version: 2.5 Kernel Version: 3.11 Hardware: x86-64 OS: Linux Tree: Mainline

Re: [RFCv1 12/12] ARM: add get_user() support for 8 byte types

2013-10-06 Thread Rob Clark
On Sun, Oct 6, 2013 at 4:53 AM, Russell King - ARM Linux wrote: > On Sat, Oct 05, 2013 at 08:45:50PM -0400, Rob Clark wrote: >> A new atomic modeset/pageflip ioctl being developed in DRM requires >> get_user() to work for 64bit types (in addition to just put_user()). >> >> v1: original >> v2: pass

[Bug 70088] Glamor on r600g crashes Xserver

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70088 --- Comment #9 from Grigori Goronzy --- I can also confirm that the patch fixes the issue. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-deve

[Bug 70191] New: [r600g] White icons and font with compiz

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70191 Priority: medium Bug ID: 70191 Assignee: dri-devel@lists.freedesktop.org Summary: [r600g] White icons and font with compiz Severity: normal Classification: Unclassified OS: A

[Bug 70189] [rv620] Thinkpad T400 fails to boot most times with radeon.dpm=1

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70189 --- Comment #1 from Harald Judt --- radeon.aspm=0 doesn't help either. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freedesktop.

[Bug 70189] New: [rv620] Thinkpad T400 fails to boot most times with radeon.dpm=1

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70189 Priority: medium Bug ID: 70189 Assignee: dri-devel@lists.freedesktop.org Summary: [rv620] Thinkpad T400 fails to boot most times with radeon.dpm=1 Severity: major Classif

[Bug 68792] Problems during playback of h264 files using UVD and VLC on AMD E-350 CPU

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68792 --- Comment #1 from Grigori Goronzy --- Created attachment 87182 --> https://bugs.freedesktop.org/attachment.cgi?id=87182&action=edit Proposed fix for #1 This patch should fix issue #1. -- You are receiving this mail because: You are the ass

[Bug 68451] Texture flicker in native Dota2 in mesa 9.2.0rc1

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68451 --- Comment #26 from Peter Kraus --- Yes, this "fixes" the issue here too. Cheers. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.

[Bug 70009] [r300g, bisected] some wine apps renders black

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70009 --- Comment #11 from Pavel Ondračka --- (In reply to comment #9) > Sorry I'm out of ideas. Can the regression be reproduced by some existing > piglit test maybe? Sadly there are no changes in quick piglit test, except for glsl-fs-discard-02 and

[Bug 69922] Juniper (HD 5770): Hibernate partially broken since LInux kernel 3.10

2013-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69922 --- Comment #6 from Franz Häuslschmid --- (In reply to comment #4) > Can you bisect? The result of the bisection: ~/src/linux-git> git bisect good d4788db30a1a66255b592dd12613dda80c1443f7 is the first bad commit commit d4788db30a1a66255b592dd12