]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amd/display: Rename bandwidth_calcs.h to dce_calcs.h
authorHarry Wentland <harry.wentland@amd.com>
Tue, 21 Mar 2017 22:17:12 +0000 (18:17 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:21:01 +0000 (17:21 -0400)
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c
drivers/gpu/drm/amd/display/dc/core/dc.c
drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.c
drivers/gpu/drm/amd/display/dc/dce80/dce80_mem_input.c
drivers/gpu/drm/amd/display/dc/inc/core_types.h
drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h [moved from drivers/gpu/drm/amd/display/dc/inc/bandwidth_calcs.h with 99% similarity]
drivers/gpu/drm/amd/display/dc/inc/hw/mem_input.h

index 4820660f51d659bcfe8b46dec6873b5a322843e6..5ac614f433f8d219c2a71c6e07bf3faa697d4277 100644 (file)
@@ -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"
index c0889ad8357ead2dcfdcb738987d3297b4670fd8..b3891228b499c6a2806bb8be51e6461678ce0aab 100644 (file)
@@ -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"
index aac47955e9bf95484f62e3850bfa9a8923dd3b96..9c32b5bbdff55dcb5c8378a552b196547964ac51 100644 (file)
@@ -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"
 
index ebb8df3cdf4afdaceba9bc8b674c82ebb68737e8..933e3d819f27660535d5a7ddc67c8ed4cd7e0584 100644 (file)
@@ -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"
index 7f3c6da1ebd7bf791acde424c44b889a5dbc4e42..405608318ccca836591b90642a60a63139119c32 100644 (file)
@@ -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"
 
similarity index 99%
rename from drivers/gpu/drm/amd/display/dc/inc/bandwidth_calcs.h
rename to drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h
index 81fab9ef3637e07a7591dbc0a3af26512c80ec2e..580dee95e57a74bf0916ccab8aa7d76b96449b0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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"),
  * 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,
index 7ec4027700d84071ff35130180c20bd28eb44341..179f5ad70f4835b9ce30e7f314369f7333fbd9a5 100644 (file)
@@ -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 */