[Bug 84439] Corruption and freezing issues with Radeon 6670

2014-10-18 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141018/aa35a67c/attachment.html>

[Bug 85791] nouveau: errors on boot, can't use discrete gpu

2014-10-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=85791 --- Comment #4 from Christopher Crouse --- Possible duplicate of Bug #70354? https://bugs.freedesktop.org/show_bug.cgi?id=70354 -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 85791] nouveau: errors on boot, can't use discrete gpu

2014-10-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=85791 Christopher Crouse changed: What|Removed |Added CC||crouse.hackz at gmail.com --- Commen

[Bug 85180] [drm:r100_ring_test] *ERROR* radeon: ring test failed (scratch(0x15E4)=0xCAFEDEAD)

2014-10-18 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141018/89ff0960/attachment.html>

[Bug 85180] New: [drm:r100_ring_test] *ERROR* radeon: ring test failed (scratch(0x15E4)=0xCAFEDEAD)

2014-10-18 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141018/93f96807/attachment.html>

[PATCH] drm/i915/vlv: don't try to enable a crtc without fb

2014-10-18 Thread Ville Syrjälä
On Fri, Oct 17, 2014 at 06:53:34PM -0400, Rob Clark wrote: > On valleyview, all enabled pipes get added to the prepare mask. However > if you did state readout to find that the crtc is enabled, but failed to > map stolen mem and wrap it in a bo (and fb), you could end up in a > scenario where crtc

[Intel-gfx] v3.17, i915 vs nouveau: possible recursive locking detected

2014-10-18 Thread Jesse Barnes
On Thu, 16 Oct 2014 13:47:38 +0200 Daniel Vetter wrote: > We need ww mutexes and need to rewrite i915 a bit fo fix this all. > I.e. known issue. As long as your userspace isn't nasty nothing bad > will ever happen though. So do we already have a bug open with a good description of the issue? Eve

[Bug 84977] r300/compiler: register allocation pass generate invalid swizzle for r300/r400

2014-10-18 Thread bugzilla-dae...@freedesktop.org
c3 -- 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/20141018/9ea21c6a/attachment.html>

[PATCH] drivers: depend on instead of select BACKLIGHT_CLASS_DEVICE and ACPI_VIDEO

2014-10-18 Thread Jani Nikula
Documentation/kbuild/kconfig-language.txt warns to use select with care, and in general use select only for non-visible symbols and for symbols with no dependencies, because select will force a symbol to a value without visiting the dependencies. Select has become particularly problematic, interde