Mesa (master): radeon: Fix mjpeg issue for ARCTURUS

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Sep 6 12:57:31 UTC 2019


Module: Mesa
Branch: master
Commit: 878439bba3c817dee70ebe5aa74238bad36ba8e3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=878439bba3c817dee70ebe5aa74238bad36ba8e3

Author: Zhu, James <James.Zhu at amd.com>
Date:   Wed Sep  4 17:59:39 2019 +0000

radeon: Fix mjpeg issue for ARCTURUS

ARCTURUS mjpeg is using direct register access.

Signed-off-by: James Zhu <James.Zhu at amd.com>
Reviewed-by: Boyuan Zhang <boyuan.zhang at amd.com>

---

 src/gallium/drivers/radeon/radeon_vcn_dec.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/radeon/radeon_vcn_dec.c b/src/gallium/drivers/radeon/radeon_vcn_dec.c
index 0743d47f703..09db9e53d33 100644
--- a/src/gallium/drivers/radeon/radeon_vcn_dec.c
+++ b/src/gallium/drivers/radeon/radeon_vcn_dec.c
@@ -1607,6 +1607,7 @@ struct pipe_video_codec *radeon_create_decoder(struct pipe_context *context,
 		dec->reg.data1 = RDECODE_VCN2_5_GPCOM_VCPU_DATA1;
 		dec->reg.cmd = RDECODE_VCN2_5_GPCOM_VCPU_CMD;
 		dec->reg.cntl = RDECODE_VCN2_5_ENGINE_CNTL;
+		dec->jpg.direct_reg = true;
 	} else if (sctx->family >= CHIP_NAVI10 || sctx->family == CHIP_RENOIR) {
 		dec->reg.data0 = RDECODE_VCN2_GPCOM_VCPU_DATA0;
 		dec->reg.data1 = RDECODE_VCN2_GPCOM_VCPU_DATA1;




More information about the mesa-commit mailing list