162306a36Sopenharmony_ci/****************************************************************************\
262306a36Sopenharmony_ci*
362306a36Sopenharmony_ci*  File Name      atomfirmwareid.h
462306a36Sopenharmony_ci*
562306a36Sopenharmony_ci*  Description    ATOM BIOS command/data table ID definition header file
662306a36Sopenharmony_ci*
762306a36Sopenharmony_ci*  Copyright 2016 Advanced Micro Devices, Inc.
862306a36Sopenharmony_ci*
962306a36Sopenharmony_ci* Permission is hereby granted, free of charge, to any person obtaining a copy of this software
1062306a36Sopenharmony_ci* and associated documentation files (the "Software"), to deal in the Software without restriction,
1162306a36Sopenharmony_ci* including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
1262306a36Sopenharmony_ci* and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
1362306a36Sopenharmony_ci* subject to the following conditions:
1462306a36Sopenharmony_ci*
1562306a36Sopenharmony_ci* The above copyright notice and this permission notice shall be included in all copies or substantial
1662306a36Sopenharmony_ci* portions of the Software.
1762306a36Sopenharmony_ci*
1862306a36Sopenharmony_ci* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1962306a36Sopenharmony_ci* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2062306a36Sopenharmony_ci* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
2162306a36Sopenharmony_ci* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
2262306a36Sopenharmony_ci* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2362306a36Sopenharmony_ci* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2462306a36Sopenharmony_ci* OTHER DEALINGS IN THE SOFTWARE.
2562306a36Sopenharmony_ci*
2662306a36Sopenharmony_ci\****************************************************************************/
2762306a36Sopenharmony_ci
2862306a36Sopenharmony_ci#ifndef _ATOMFIRMWAREID_H_
2962306a36Sopenharmony_ci#define _ATOMFIRMWAREID_H_
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_cienum atom_master_data_table_id
3262306a36Sopenharmony_ci{
3362306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__UTILITY_PIPELINE,
3462306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__MULTIMEDIA_INF,
3562306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__FIRMWARE_INF,
3662306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__LCD_INF,
3762306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__SMU_INF,
3862306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__VRAM_USAGE_BY_FIRMWARE,
3962306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__GPIO_PIN_LUT,
4062306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__GFX_INF,
4162306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__POWER_PLAY_INF,
4262306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__DISPLAY_OBJECT_INF,
4362306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__INDIRECT_IO_ACCESS,
4462306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__UMC_INF,
4562306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__DCE_INF,
4662306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__VRAM_INF,
4762306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__INTEGRATED_SYS_INF,
4862306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__ASIC_PROFILING_INF,
4962306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__VOLTAGE_OBJ_INF,
5062306a36Sopenharmony_ci
5162306a36Sopenharmony_ci    VBIOS_DATA_TBL_ID__UNDEFINED,
5262306a36Sopenharmony_ci};
5362306a36Sopenharmony_ci
5462306a36Sopenharmony_cienum atom_master_command_table_id
5562306a36Sopenharmony_ci{
5662306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__ASIC_INIT,
5762306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__DIGX_ENCODER_CONTROL,
5862306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__SET_ENGINE_CLOCK,
5962306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__SET_MEMORY_CLOCK,
6062306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__SET_PIXEL_CLOCK,
6162306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__ENABLE_DISP_POWER_GATING,
6262306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__BLANK_CRTC,
6362306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__ENABLE_CRTC,
6462306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__GET_SMU_CLOCK_INFO,
6562306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__SELECT_CRTC_SOURCE,
6662306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__SET_DCE_CLOCK,
6762306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__GET_MEMORY_CLOCK,
6862306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__GET_ENGINE_CLOCK,
6962306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__SET_CRTC_USING_DTD_TIMING,
7062306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__EXTENAL_ENCODER_CONTROL,
7162306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__PROCESS_I2C_CHANNEL_TRANSACTION,
7262306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__COMPUTE_GPU_CLOCK_PARAM,
7362306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__DYNAMIC_MEMORY_SETTINGS,
7462306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__MEMORY_TRAINING,
7562306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__SET_VOLTAGE,
7662306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__DIG1_TRANSMITTER_CONTROL,
7762306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__PROCESS_AUX_CHANNEL_TRANSACTION,
7862306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__GET_VOLTAGE_INF,
7962306a36Sopenharmony_ci
8062306a36Sopenharmony_ci    VBIOS_CMD_TBL_ID__UNDEFINED,
8162306a36Sopenharmony_ci};
8262306a36Sopenharmony_ci
8362306a36Sopenharmony_ci
8462306a36Sopenharmony_ci
8562306a36Sopenharmony_ci#endif  /* _ATOMFIRMWAREID_H_  */
8662306a36Sopenharmony_ci/* ### EOF ### */
87