aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2017-09-29 13:15:56 +1000
committerAlex Deucher <alexander.deucher@amd.com>2017-09-29 13:01:29 -0400
commitf29f918f2868ece27c8aff0edc84c7d7fbdc5598 (patch)
tree36135c15216fa0ee943b160c00098aae3c1e440d /drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.h
parentamdgpu/dc: make timing generator constructor return void. (diff)
downloadlinux-dev-f29f918f2868ece27c8aff0edc84c7d7fbdc5598.tar.xz
linux-dev-f29f918f2868ece27c8aff0edc84c7d7fbdc5598.zip
amdgpu/dc: make stream encoder constructor return void.
The checks weren't useful here really. Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-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/dce/dce_stream_encoder.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.h b/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.h
index ff8ca1246650..6c28229c76eb 100644
--- a/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.h
+++ b/drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.h
@@ -697,7 +697,7 @@ struct dce110_stream_encoder {
const struct dce_stream_encoder_mask *se_mask;
};
-bool dce110_stream_encoder_construct(
+void dce110_stream_encoder_construct(
struct dce110_stream_encoder *enc110,
struct dc_context *ctx,
struct dc_bios *bp,