video: driver: Add support for non-secure pix context bank
- Add support for a new non-secure pix context bank. - Remove usage of deprecated 'buffer-types' in context banks. Change-Id: I3a21eb8ce1d9aff277568d54aadb54193ad0ce75 Signed-off-by: Mihir Ganu <mganu@codeaurora.org>
This commit is contained in:
@@ -168,6 +168,7 @@ enum msm_vidc_buffer_attributes {
|
||||
enum msm_vidc_buffer_region {
|
||||
MSM_VIDC_REGION_NONE = 0,
|
||||
MSM_VIDC_NON_SECURE,
|
||||
MSM_VIDC_NON_SECURE_PIXEL,
|
||||
MSM_VIDC_SECURE_PIXEL,
|
||||
MSM_VIDC_SECURE_NONPIXEL,
|
||||
MSM_VIDC_SECURE_BITSTREAM,
|
||||
|
Reference in New Issue
Block a user