ae78fd954b
Video kernel snapshot before disabling msm/vidc compilation from base kernel. Change-Id: Id1178c3aca00706ad4822537f7f9a28141478771 Signed-off-by: Shivendra Kakrania <shiven@codeaurora.org>
14 lines
314 B
C
14 lines
314 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)
|
|
{
|
|
__write_register(device, WRAPPER_INTR_MASK,
|
|
WRAPPER_INTR_MASK_A2HVCODEC_BMSK);
|
|
}
|