mirror of https://github.com/torvalds/linux.git
drm/amdgpu: rename register headers to dcn_2_0_1
They were named with the incorrect dcn version. Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Sun peng Li <sunpeng.li@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
859a661eb4
commit
ecc5278ce0
|
|
@ -34,8 +34,8 @@
|
|||
#include "dm_services.h"
|
||||
|
||||
#include "cyan_skillfish_ip_offset.h"
|
||||
#include "dcn/dcn_2_0_3_offset.h"
|
||||
#include "dcn/dcn_2_0_3_sh_mask.h"
|
||||
#include "dcn/dcn_2_0_1_offset.h"
|
||||
#include "dcn/dcn_2_0_1_sh_mask.h"
|
||||
#include "clk/clk_11_0_1_offset.h"
|
||||
#include "clk/clk_11_0_1_sh_mask.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@
|
|||
#include "../dce110/irq_service_dce110.h"
|
||||
#include "irq_service_dcn201.h"
|
||||
|
||||
#include "dcn/dcn_2_0_3_offset.h"
|
||||
#include "dcn/dcn_2_0_3_sh_mask.h"
|
||||
#include "dcn/dcn_2_0_1_offset.h"
|
||||
#include "dcn/dcn_2_0_1_sh_mask.h"
|
||||
|
||||
#include "cyan_skillfish_ip_offset.h"
|
||||
#include "soc15_hw_ip.h"
|
||||
|
|
|
|||
|
|
@ -59,8 +59,8 @@
|
|||
|
||||
#include "cyan_skillfish_ip_offset.h"
|
||||
|
||||
#include "dcn/dcn_2_0_3_offset.h"
|
||||
#include "dcn/dcn_2_0_3_sh_mask.h"
|
||||
#include "dcn/dcn_2_0_1_offset.h"
|
||||
#include "dcn/dcn_2_0_1_sh_mask.h"
|
||||
#include "dpcs/dpcs_2_0_3_offset.h"
|
||||
#include "dpcs/dpcs_2_0_3_sh_mask.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef _dcn_2_0_3_OFFSET_HEADER
|
||||
#define _dcn_2_0_3_OFFSET_HEADER
|
||||
#ifndef _dcn_2_0_1_OFFSET_HEADER
|
||||
#define _dcn_2_0_1_OFFSET_HEADER
|
||||
|
||||
|
||||
// addressBlock: dce_dc_dccg_dccg_dispdec
|
||||
|
|
@ -18,8 +18,8 @@
|
|||
* 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.
|
||||
*/
|
||||
#ifndef _dcn_2_0_3_SH_MASK_HEADER
|
||||
#define _dcn_2_0_3_SH_MASK_HEADER
|
||||
#ifndef _dcn_2_0_1_SH_MASK_HEADER
|
||||
#define _dcn_2_0_1_SH_MASK_HEADER
|
||||
|
||||
|
||||
// addressBlock: dce_dc_dccg_dccg_dispdec
|
||||
Loading…
Reference in New Issue