<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Green bottom half of video frame when using JPEG acceleration (vcn_v1_0_jpeg_ring_emit_fence() WARNING)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=110140#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Green bottom half of video frame when using JPEG acceleration (vcn_v1_0_jpeg_ring_emit_fence() WARNING)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=110140">bug 110140</a>
from <span class="vcard"><a class="email" href="mailto:leoxsliu@gmail.com" title="leoxsliu@gmail.com">leoxsliu@gmail.com</a>
</span></b>
<pre>This is about what the patch does:
--- a/src/gallium/state_trackers/va/context.c
+++ b/src/gallium/state_trackers/va/context.c
@@ -175,7 +175,7 @@ VA_DRIVER_INIT_FUNC(VADriverContextP ctx)
ctx->version_minor = 1;
*ctx->vtable = vtable;
*ctx->vtable_vpp = vtable_vpp;
- ctx->max_profiles = PIPE_VIDEO_PROFILE_MPEG4_AVC_HIGH -
PIPE_VIDEO_PROFILE_UNKNOWN;
+ ctx->max_profiles = PIPE_VIDEO_PROFILE_MAX - PIPE_VIDEO_PROFILE_UNKNOWN - 1;
It just correct the number of max_profile, that HW can support.
It's not make sense to me this would cause such issue based on the ticket,
unless player wrongly use the this after querying this.
Can this be reproduced with Mesa master branch? or Can this be reproduced with
any other players?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>