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

Commit 662833d0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: move chipset specific functions"

parents 8f794856 af603dac
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -14,7 +14,10 @@ msm-vidc-objs := msm_v4l2_vidc.o \
                msm_smem.o \
                msm_vidc_debug.o \
                msm_vidc_res_parse.o \
                venus_hfi.o \
                hfi_common.o \
                hfi_ar50.o \
                hfi_iris1.o \
                hfi_iris2.o \
                hfi_response_handler.o \
                hfi_packetization.o \
                vidc_hfi.o \
+13 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 */

#include "hfi_common.h"
#include "hfi_io_common.h"

void __interrupt_init_ar50(struct venus_hfi_device *device)
{
	__write_register(device, WRAPPER_INTR_MASK,
			WRAPPER_INTR_MASK_A2HVCODEC_BMSK);
}
+152 −320

File changed and moved.

Preview size limit exceeded, changes collapsed.

+36 −5

File changed and moved.

Preview size limit exceeded, changes collapsed.

+139 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading