diff options
| author | Sung Joon Kim <[email protected]> | 2023-09-28 11:20:13 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-10-09 16:59:23 -0400 |
| commit | d0a767f7b8e2cb9302f36afe6a4e535bc234b667 (patch) | |
| tree | 251953b6e3e0cbae140dfedfba6769fc04c15d37 /drivers/gpu/drm/amd/display/dmub/src | |
| parent | 061863e5dbce4ca2fd66949c7466dee4e49cb8da (diff) | |
drm/amd/display: Revert "drm/amd/display: Add a check for idle power optimization"
Revert commit 434cf7af492f ("drm/amd/display: Add a check for idle power optimization")
Because it cause Freesync and S4 regression
Reviewed-by: Aric Cyr <[email protected]>
Acked-by: Tom Chung <[email protected]>
Signed-off-by: Sung Joon Kim <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dmub/src')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c b/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c index e43e8d4bfe37..b99db771e071 100644 --- a/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c +++ b/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c @@ -352,7 +352,6 @@ static bool dmub_srv_hw_setup(struct dmub_srv *dmub, enum dmub_asic asic) funcs->init_reg_offsets = dmub_srv_dcn35_regs_init; funcs->is_hw_powered_up = dmub_dcn35_is_hw_powered_up; - funcs->should_detect = dmub_dcn35_should_detect; break; default: |