ivpu_drv.h (92815da4576a495cb6362cdfb132152fccc2222d) ivpu_drv.h (d9dfc4eaa3c6bfbd072980a265edbaffbea4db4a)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (C) 2020-2024 Intel Corporation
4 */
5
6#ifndef __IVPU_DRV_H__
7#define __IVPU_DRV_H__
8

--- 88 unchanged lines hidden (view full) ---

97} while (0)
98
99struct ivpu_wa_table {
100 bool punit_disabled;
101 bool clear_runtime_mem;
102 bool interrupt_clear_with_0;
103 bool disable_clock_relinquish;
104 bool disable_d0i3_msg;
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (C) 2020-2024 Intel Corporation
4 */
5
6#ifndef __IVPU_DRV_H__
7#define __IVPU_DRV_H__
8

--- 88 unchanged lines hidden (view full) ---

97} while (0)
98
99struct ivpu_wa_table {
100 bool punit_disabled;
101 bool clear_runtime_mem;
102 bool interrupt_clear_with_0;
103 bool disable_clock_relinquish;
104 bool disable_d0i3_msg;
105 bool wp0_during_power_up;
105};
106
107struct ivpu_hw_info;
108struct ivpu_mmu_info;
109struct ivpu_fw_info;
110struct ivpu_ipc_info;
111struct ivpu_pm_info;
112

--- 162 unchanged lines hidden ---
106};
107
108struct ivpu_hw_info;
109struct ivpu_mmu_info;
110struct ivpu_fw_info;
111struct ivpu_ipc_info;
112struct ivpu_pm_info;
113

--- 162 unchanged lines hidden ---