OSDN Git Service

drm/amd/display: Allow for plane-less resource reservation
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Fri, 1 Feb 2019 12:31:47 +0000 (07:31 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 Mar 2019 20:09:33 +0000 (15:09 -0500)
commit4a797d24fe0dc75063e8cfc312d20abff8a0ea99
treecb7f0a6b97ca0f3109bb0de5634634a193b95238
parent2750160bccab4d7a4017197a3f0d75ee8cc4c6af
drm/amd/display: Allow for plane-less resource reservation

This change changes dc add plane logic to allow plane-less resource
reservation (pipe split).

If a free pipe_ctx (no plane_state attached) is the head pipe, and is
found with a bottom pipe attached, assign the plane to add on the bottom
pipe.

In addition, prepend dcn10 to dcn10-specific reset_back_end_for_pipe
and reset_hw_ctx_wrap

Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c