frontends/va: disable skip_frame_enable in vaapi interface.
authorRuijing Dong <ruijing.dong@amd.com>
Tue, 11 Apr 2023 18:59:05 +0000 (14:59 -0400)
committerMarge Bot <emma+marge@anholt.net>
Wed, 12 Apr 2023 23:40:23 +0000 (23:40 +0000)
commit31c4087cb34d9a37ced6b03bd7bdcdecdf76b30a
treeab4134345a733d27571721136bfa9ceaeb9405c0
parent8976d8280ff45cd7f947524a23fc70223967d7ca
frontends/va: disable skip_frame_enable in vaapi interface.

skip_frame_enable is for preventing overshooting in some cases,
however the tests in FW were broken, and the output result shows
the functionality has not completed yet, which is the reason
this should be disabled at the moment until it has been fully
verified.

Cc: mesa-stable
Fixes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8178

Reviewed-by: Boyuan Zhang <Boyuan.Zhang@amd.com>
Signed-off-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22428>
src/gallium/frontends/va/picture_h264_enc.c
src/gallium/frontends/va/picture_hevc_enc.c