/* * Copyright 2012-16 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. * * Authors: AMD * */ #ifndef DRIVERS_GPU_DRM_AMD_DC_DEV_DC_GPIO_DDC_REGS_H_ #define DRIVERS_GPU_DRM_AMD_DC_DEV_DC_GPIO_DDC_REGS_H_ #include "gpio_regs.h" /****************************** new register headers */ /*** following in header */ #define DDC_GPIO_REG_LIST_ENTRY(type, cd, id) … #define DDC_GPIO_REG_LIST(cd, id) … #define DDC_REG_LIST(cd, id) … #define DDC_REG_LIST_DCN2(cd, id) … #define DDC_GPIO_VGA_REG_LIST_ENTRY(type, cd) … #define DDC_GPIO_VGA_REG_LIST(cd) … #define DDC_VGA_REG_LIST(cd) … #define DDC_GPIO_I2C_REG_LIST_ENTRY(type, cd) … #define DDC_GPIO_I2C_REG_LIST(cd) … #define DDC_I2C_REG_LIST(cd) … #define DDC_I2C_REG_LIST_DCN2(cd) … #define DDC_MASK_SH_LIST_COMMON(mask_sh) … #define DDC_MASK_SH_LIST(mask_sh) … #define DDC_MASK_SH_LIST_DCN2(mask_sh, cd) … #define DDC_MASK_SH_LIST_DCN2_VGA(mask_sh) … struct ddc_registers { … }; struct ddc_sh_mask { … }; /*** following in dc_resource */ #define ddc_data_regs(id) … #define ddc_clk_regs(id) … #define ddc_vga_data_regs … #define ddc_vga_clk_regs … #define ddc_i2c_data_regs … #define ddc_i2c_clk_regs … #define ddc_data_regs_dcn2(id) … #define ddc_clk_regs_dcn2(id) … #define ddc_i2c_data_regs_dcn2 … #define ddc_i2c_clk_regs_dcn2 … #endif /* DRIVERS_GPU_DRM_AMD_DC_DEV_DC_GPIO_DDC_REGS_H_ */