]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/display: Remove stream_res tg null check in commit planes
authorSivapiriyanKumarasamy <sivapiriyan.kumarasamy@amd.com>
Tue, 2 Oct 2018 15:50:49 +0000 (11:50 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Nov 2018 19:21:10 +0000 (14:21 -0500)
commit06308d024ad56e36f86aeccb271c7591cc098f7f
tree677c14ea3f830c2ca5c3ebe8040334aa47095699
parent6ffb6b7f8ab7fea7f6007f68f3c31372410743c0
drm/amd/display: Remove stream_res tg null check in commit planes

[Why]
TG in pipe_ctx stream resource is not null where used in
commit_planes_do_stream_update since it is assigned the
same time the stream is set in pipe_ctx - when the pipe is
acquired. This null check produced a static code analysis
warning and should be removed to avoid similar unnecessary
checks in the future.

[How]
Remove the null check.

Signed-off-by: SivapiriyanKumarasamy <sivapiriyan.kumarasamy@amd.com>
Reviewed-by: Krunoslav Kovac <Krunoslav.Kovac@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c