Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b466543 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Update correct HFI config for QP"

parents 2d2e41a7 90cf3c71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1290,7 +1290,7 @@ int create_pkt_cmd_session_set_property(
		struct hal_quantization *hal_quant =
			(struct hal_quantization *) pdata;
		pkt->rg_property_data[0] =
			HFI_PROPERTY_CONFIG_VENC_SESSION_QP;
			HFI_PROPERTY_CONFIG_VENC_FRAME_QP;
		hfi = (struct hfi_quantization *) &pkt->rg_property_data[1];
		hfi->qp_packed = hal_quant->qpi | hal_quant->qpp << 8 |
			hal_quant->qpb << 16;
+1 −1
Original line number Diff line number Diff line
@@ -339,7 +339,7 @@ struct hfi_buffer_info {
	(HFI_PROPERTY_CONFIG_VENC_COMMON_START + 0x00E)
#define HFI_PROPERTY_CONFIG_VENC_BASELAYER_PRIORITYID		\
	(HFI_PROPERTY_CONFIG_VENC_COMMON_START + 0x00F)
#define HFI_PROPERTY_CONFIG_VENC_SESSION_QP			\
#define HFI_PROPERTY_CONFIG_VENC_FRAME_QP			\
	(HFI_PROPERTY_CONFIG_VENC_COMMON_START + 0x012)

#define HFI_PROPERTY_PARAM_VPE_COMMON_START				\