From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 110140] Green bottom half of video frame when using JPEG acceleration (vcn_v1_0_jpeg_ring_emit_fence() WARNING)
Date: Sun, 17 Mar 2019 02:24:57 +0000 [thread overview]
Message-ID: <bug-110140-502-UM9hRrSbBR@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-110140-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 924 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=110140
--- Comment #5 from leoxsliu@gmail.com ---
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?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1824 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2019-03-17 2:24 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-16 17:42 [Bug 110140] Green bottom half of video frame when using JPEG acceleration (vcn_v1_0_jpeg_ring_emit_fence() WARNING) bugzilla-daemon
2019-03-16 17:48 ` bugzilla-daemon
2019-03-16 17:48 ` bugzilla-daemon
2019-03-16 23:20 ` bugzilla-daemon
2019-03-16 23:51 ` bugzilla-daemon
2019-03-17 2:24 ` bugzilla-daemon [this message]
2019-03-17 2:42 ` bugzilla-daemon
2019-03-17 22:16 ` bugzilla-daemon
2019-03-17 22:19 ` bugzilla-daemon
2019-03-18 13:12 ` bugzilla-daemon
2019-09-25 18:49 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-110140-502-UM9hRrSbBR@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox