OSDN Git Service

drm/amd/display: Change optimized_required logic
authorAndrew Jiang <Andrew.Jiang@amd.com>
Thu, 16 Nov 2017 20:51:21 +0000 (15:51 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 14 Dec 2017 15:52:45 +0000 (10:52 -0500)
commit82c026d14fd2b8b0a56168227c81386a3bc0e3e1
tree0e95d36fd15e11611304919d636e789bd44321f8
parent4010472575f48787085aa66279275255e7919078
drm/amd/display: Change optimized_required logic

Rather than setting it every time there's a full update with surface
count > 0, set it when we need to do plane_atomic_disconnect. Also make
sure that we unset the flag in plane_atomic_disable, so that in the
event we run through a sequence where we do disconnect followed by an
immediate disable, we do not do unnecessarily request a passive flip to
do the optimization.

Signed-off-by: Andrew Jiang <Andrew.Jiang@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c