mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Change-Id: Ia6d3278b89f5ba34bd6bbbd80820279e4e06fc0b Signed-off-by: Mahesh Kumar <mahkumar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2727625 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
26 lines
724 B
C
26 lines
724 B
C
/*
|
|
* Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms and conditions of the GNU General Public License,
|
|
* version 2, as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope it will be useful, but WITHOUT
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
* more details.
|
|
*/
|
|
|
|
#ifndef DCE_REGS_H
|
|
#define DCE_REGS_H
|
|
|
|
|
|
#include <hw/hw_evp_dce.h>
|
|
#include <hw/hw_ast_dce.h>
|
|
#include <hw/hw_hsp_dce.h>
|
|
#include <hw/hw_pm_dce.h>
|
|
|
|
#define DCE_MAX_HSP 2
|
|
|
|
#endif /* DCE_REGS_H */
|