[Bug 92858] AMD Radeon GPU Acceleration Disabled Under Kernels 4.2.x and later versions

2015-11-15 Thread bugzilla-dae...@freedesktop.org
help me along, I'll implement those and make another attempt. -- 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/20151115/22b55efa/attachment-0001.html>

[Bug 106271] Switch between AMD hybrid graphics (HD 8650G / HD 8970M) makes hardware reset.

2015-11-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=106271 --- Comment #13 from Aneroid --- Ok. But this strange error: "radeon :01:00.0: VCE init error (-22)." What does it mean ? -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 107001] Radeon HDMI audio lost after resuming from suspend

2015-11-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=107001 Timo Valtoaho changed: What|Removed |Added Regression|No |Yes -- You are receiving this mail beca

[Bug 92858] AMD Radeon GPU Acceleration Disabled Under Kernels 4.2.x and later versions

2015-11-15 Thread bugzilla-dae...@freedesktop.org
with "git bisect good/bad" and try to figure out when the issue with the ramdisk started. -- 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/20151115/0c5ff04f/attachment.html>

[Bug 91278] Tonga GPU lock/reset fail with Unigine Valley

2015-11-15 Thread bugzilla-dae...@freedesktop.org
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/20151115/55375e5b/attachment.html>

[Bug 91278] Tonga GPU lock/reset fail with Unigine Valley

2015-11-15 Thread bugzilla-dae...@freedesktop.org
te it metodically. Amd Radeon HD380 4GB. -- 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/20151115/28599b89/attachment.html>

[Bug 92962] KDE hangs and system freezes while journalctl lists complains of kernel (nouveau). Nvidia graphics

2015-11-15 Thread bugzilla-dae...@freedesktop.org
of the mainboard. -- 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/20151115/d196b136/attachment.html>

[Bug 92962] KDE hangs and system freezes while journalctl lists complains of kernel (nouveau). Nvidia graphics

2015-11-15 Thread bugzilla-dae...@freedesktop.org
You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151115/ef9683b5/attachment-0001.html>

[Bug 92962] KDE hangs and system freezes while journalctl lists complains of kernel (nouveau). Nvidia graphics

2015-11-15 Thread bugzilla-dae...@freedesktop.org
assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151115/cd935f2e/attachment.html>

[PATCH 2/2] drm/i915: Limit the busy wait on requests to 2us not 10ms!

2015-11-15 Thread Chris Wilson
When waiting for high frequency requests, the finite amount of time required to set up the irq and wait upon it limits the response rate. By busywaiting on the request completion for a short while we can service the high frequency waits as quick as possible. However, if it is a slow request, we wan

[PATCH 1/2] drm/i915: Break busywaiting for requests on pending signals

2015-11-15 Thread Chris Wilson
The busywait in __i915_spin_request() does not respect pending signals and so may consume the entire timeslice for the task instead of returning to userspace to handle the signal. Fixes regression from commit 2def4ad99befa25775dd2f714fdd4d92faec6e34 [v4.2] Author: Chris Wilson Date: Tue Apr 7 1

[Bug 92936] Tonga powerplay isssues

2015-11-15 Thread bugzilla-dae...@freedesktop.org
but I can't then get UVD usage to break powerplay in this senario. -- 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/2015

[Bug 91278] Tonga GPU lock/reset fail with Unigine Valley

2015-11-15 Thread bugzilla-dae...@freedesktop.org
cause: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151115/584df35c/attachment.html>

[Bug 92944] [Fiji/LLVM/RadeonSI] CS:GO segfaults in llvm

2015-11-15 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151115/08bf9833/attachment.html>

[PATCH 2/2] drm/i915: Limit the busy wait on requests to 2us not 10ms!

2015-11-15 Thread Chris Wilson
On Sun, Nov 15, 2015 at 01:32:44PM +, Chris Wilson wrote: > +static bool busywait_stop(u64 timeout, unsigned cpu) > +{ > + unsigned this_cpu; > + > + if (time_after64(local_clock_us(&this_cpu), timeout)) > + return true; Just a note to say that we can use the unsigned long

[Bug 92953] Segfault loading UT4 map/server

2015-11-15 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151115/7df30baf/attachment.html>

[Bug 106271] Switch between AMD hybrid graphics (HD 8650G / HD 8970M) makes hardware reset.

2015-11-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=106271 --- Comment #14 from Alex Deucher --- (In reply to Aneroid from comment #13) > Ok. > > But this strange error: "radeon :01:00.0: VCE init error (-22)." > What does it mean ? The video encoding engine failed to initialize. This is a known i

[PATCH] drm/vmwgfx: constify fence_ops structure

2015-11-15 Thread Julia Lawall
The fence_ops structures are never modified, so declare this one as const, as is already done for the others. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/g