Commit 5e141de4 authored by Harry Wentland's avatar Harry Wentland Committed by Alex Deucher

drm/amd/display: Rename bandwidth_calcs.h to dce_calcs.h

Signed-off-by: default avatarHarry Wentland <harry.wentland@amd.com>
Acked-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Reviewed-by: default avatarTony Cheng <Tony.Cheng@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 18f7a1e4
......@@ -24,7 +24,7 @@
*/
#include "dm_services.h"
#include "bandwidth_calcs.h"
#include "dce_calcs.h"
#include "dc.h"
#include "core_types.h"
#include "dal_asic_id.h"
......
......@@ -35,7 +35,7 @@
#include "clock_source.h"
#include "dc_bios_types.h"
#include "bandwidth_calcs.h"
#include "dce_calcs.h"
#include "bios_parser_interface.h"
#include "include/irq_service_interface.h"
#include "transform.h"
......
......@@ -31,7 +31,7 @@
#include "gmc/gmc_8_2_sh_mask.h"
#include "include/logger_interface.h"
#include "inc/bandwidth_calcs.h"
#include "inc/dce_calcs.h"
#include "dce110_mem_input.h"
......
......@@ -31,7 +31,7 @@
#include "gmc/gmc_7_1_sh_mask.h"
#include "include/logger_interface.h"
#include "inc/bandwidth_calcs.h"
#include "inc/dce_calcs.h"
#include "../dce110/dce110_mem_input.h"
#include "dce80_mem_input.h"
......
......@@ -27,7 +27,7 @@
#define _CORE_TYPES_H_
#include "dc.h"
#include "bandwidth_calcs.h"
#include "dce_calcs.h"
#include "ddc_service_types.h"
#include "dc_bios_types.h"
......
/*
* Copyright 2015 Advanced Micro Devices, Inc.
* Copyright 2015-2017 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"),
......@@ -27,12 +27,14 @@
* Bandwidth and Watermark calculations interface.
* (Refer to "DCEx_mode_support.xlsm" from Perforce.)
*/
#ifndef __BANDWIDTH_CALCS_H__
#define __BANDWIDTH_CALCS_H__
#ifndef __DCE_CALCS_H__
#define __DCE_CALCS_H__
#include "bw_fixed.h"
struct pipe_ctx;
struct core_dc;
struct validate_context;
enum bw_calcs_version {
BW_CALCS_VERSION_INVALID,
......
......@@ -27,7 +27,7 @@
#include "dc.h"
#include "include/grph_object_id.h"
#include "inc/bandwidth_calcs.h"
#include "inc/dce_calcs.h"
#include "dce/dce_mem_input.h" /* temporary */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment