126497Sache/* Copyright 2020 Advanced Micro Devices, Inc.
226497Sache *
326497Sache * Permission is hereby granted, free of charge, to any person obtaining a
426497Sache * copy of this software and associated documentation files (the "Software"),
526497Sache * to deal in the Software without restriction, including without limitation
626497Sache * the rights to use, copy, modify, merge, publish, distribute, sublicense,
726497Sache * and/or sell copies of the Software, and to permit persons to whom the
826497Sache * Software is furnished to do so, subject to the following conditions:
926497Sache *
1026497Sache * The above copyright notice and this permission notice shall be included in
1126497Sache * all copies or substantial portions of the Software.
1226497Sache *
1326497Sache * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1426497Sache * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1526497Sache * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1626497Sache * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
1726497Sache * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1826497Sache * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1926497Sache * OTHER DEALINGS IN THE SOFTWARE.
2026497Sache *
2126497Sache * Authors: AMD
2226497Sache *
2326497Sache */
2426497Sache
2526497Sache#ifndef __DC_OPP_DCN30_H__
2626497Sache#define __DC_OPP_DCN30_H__
2726497Sache
2826497Sache#include "dcn20/dcn20_opp.h"
2926497Sache
3026497Sache
3126497Sache#define OPP_REG_LIST_DCN30(id) \
3226497Sache	OPP_REG_LIST_DCN10(id), \
3326497Sache	OPP_DPG_REG_LIST(id), \
3426497Sache	SRI(FMT_422_CONTROL, FMT, id)
3526497Sache
3626497Sache#endif
3726497Sache