git-subtree-dir: techpack/video git-subtree-mainline:078c8b4302git-subtree-split:563c068743Change-Id: I03aafbfd2c133ff9cd1475c96f3bed969f7bb5be
14 lines
328 B
C
14 lines
328 B
C
// 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, u32 sid)
|
|
{
|
|
__write_register(device, WRAPPER_INTR_MASK,
|
|
WRAPPER_INTR_MASK_A2HVCODEC_BMSK, sid);
|
|
}
|