summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2017-02-28 16:14:10 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:16:42 -0400
commit3853c184ed9a258e2d720f98ef77112625300e36 (patch)
tree5f127a7c97893a3ec020414e2598c4a5cc51d5d2 /drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c
parentc2e218dda078f4e8d09d2493b01a7e256cfe38aa (diff)
drm/amd/display: fix dce100_validate_bandwidth return value
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c b/drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c
index fc85efafb104..c72858a1452f 100644
--- a/drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c
@@ -772,7 +772,7 @@ bool dce100_validate_bandwidth(
/* TODO implement when needed but for now hardcode max value*/
context->dispclk_khz = 681000;
- return false;
+ return true;
}
static bool dce100_validate_surface_sets(