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

Commit 6c2104eb authored by Deva Ramasubramanian's avatar Deva Ramasubramanian Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: Add missing HFI buffer flags



Add missing HFI_* flags whose HAL_* variants were being used.  The HFI_*
definitions are the correct ones when interfacing with the firmware.

Change-Id: I2d9ed15fb008181493151710ad04c31bc9a19ea5
Signed-off-by: default avatarDeva Ramasubramanian <dramasub@codeaurora.org>
parent 5d2fc27d
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -39,9 +39,12 @@
#define HFI_BUFFERFLAG_READONLY			0x00000200
#define HFI_BUFFERFLAG_ENDOFSUBFRAME		0x00000400
#define HFI_BUFFERFLAG_EOSEQ			0x00200000
#define HFI_BUFFERFLAG_DISCONTINUITY	0x80000000
#define HFI_BUFFERFLAG_TEI				0x40000000
#define HFI_BUFFER_FLAG_MBAFF			0x08000000
#define HFI_BUFFERFLAG_VPE_YUV_601_709_CSC_CLAMP \
						0x10000000
#define HFI_BUFFERFLAG_DROP_FRAME               0x20000000
#define HFI_BUFFERFLAG_TEI			0x40000000
#define HFI_BUFFERFLAG_DISCONTINUITY		0x80000000


#define HFI_ERR_SESSION_EMPTY_BUFFER_DONE_OUTPUT_PENDING	\