mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
drm/amd/display: remove watermark range notify
[Why & How] dcn42 only use one set of watermark A, driver always update set A runtime. no need to notify pmfw the clock range. Reviewed-by: Dmytro Laktyushkin <dmytro.laktyushkin@amd.com> Signed-off-by: Charlene Liu <Charlene.Liu@amd.com> Signed-off-by: James Lin <pinglei.lin@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
d8f4258dd7
commit
a62e6f515e
|
|
@ -1020,7 +1020,7 @@ static struct clk_mgr_funcs dcn42_funcs = {
|
|||
.init_clocks = dcn42_init_clocks,
|
||||
.enable_pme_wa = dcn42_enable_pme_wa,
|
||||
.are_clock_states_equal = dcn42_are_clock_states_equal,
|
||||
.notify_wm_ranges = dcn42_notify_wm_ranges,
|
||||
.notify_wm_ranges = NULL,
|
||||
.set_low_power_state = dcn42_set_low_power_state,
|
||||
.exit_low_power_state = dcn42_exit_low_power_state,
|
||||
.get_max_clock_khz = dcn42_get_max_clock_khz,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user