summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/core
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2017-12-04 20:58:16 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-03-07 16:27:14 -0500
commit855b5cba0da4c8165fbf2c884f5d3167df6e1ddd (patch)
treef9b91584a618d18c16d941757ff43307c9c6fb03 /drivers/gpu/drm/amd/display/dc/core
parent0c813535ee448239d3bf08451381da29e117efed (diff)
downloadop-kernel-dev-855b5cba0da4c8165fbf2c884f5d3167df6e1ddd.zip
op-kernel-dev-855b5cba0da4c8165fbf2c884f5d3167df6e1ddd.tar.gz
drm/amd/display: Move MAX_TMDS_CLOCK define to header
Signed-off-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/core')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_resource.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_resource.c b/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
index 95b8dd0..4d07ffe 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
@@ -1360,9 +1360,6 @@ bool dc_is_stream_scaling_unchanged(
return true;
}
-/* Maximum TMDS single link pixel clock 165MHz */
-#define TMDS_MAX_PIXEL_CLOCK_IN_KHZ 165000
-
static void update_stream_engine_usage(
struct resource_context *res_ctx,
const struct resource_pool *pool,
OpenPOWER on IntegriCloud