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>
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.
https://bugzilla.kernel.org/show_bug.cgi?id=107001
Timo Valtoaho changed:
What|Removed |Added
Regression|No |Yes
--
You are receiving this mail beca
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>
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>
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>
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>
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>
assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20151115/cd935f2e/attachment.html>
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
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
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
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>
--
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20151115/08bf9833/attachment.html>
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
was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20151115/7df30baf/attachment.html>
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
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
18 matches
Mail list logo