commit | 14ae7665e70a982b3653f2aa024251d69d89f81c | [log] [tgz] |
---|---|---|
author | Paul Hsieh <paul.hsieh@amd.com> | Thu Jan 09 15:11:06 2020 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Jan 22 16:55:27 2020 -0500 |
tree | 3b3e28f26eb36ebbf17adbb53c9cde2da3f16af3 | |
parent | 830821a64db63026a8b7414b2b539f262821ad23 [diff] |
drm/amd/display: check pipe_ctx is split pipe or not [Why] Driver use pipe_ctx to reallocate payload may cause allocate payload twice on same sink with split pipe. [How] Drvier must to check pipe_ctx is split pipe or not to avoid reallocate payload twice on same sink. Signed-off-by: Paul Hsieh <paul.hsieh@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>