drm/amd/display: edp backlight regression fix
Signed-off-by: Yue Hin Lau <Yuehin.Lau@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>
This commit is contained in:
parent
5eefbc4017
commit
dbaed8037c
@ -68,5 +68,10 @@ void dce110_fill_display_configs(
|
||||
uint32_t dce110_get_min_vblank_time_us(const struct dc_state *context);
|
||||
|
||||
void dp_receiver_power_ctrl(struct dc_link *link, bool on);
|
||||
|
||||
void hwss_blacklight_control(
|
||||
struct dc_link *link,
|
||||
bool enable);
|
||||
|
||||
#endif /* __DC_HWSS_DCE110_H__ */
|
||||
|
||||
|
@ -2897,6 +2897,7 @@ static const struct hw_sequencer_funcs dcn10_funcs = {
|
||||
.wait_for_mpcc_disconnect = dcn10_wait_for_mpcc_disconnect,
|
||||
.ready_shared_resources = ready_shared_resources,
|
||||
.optimize_shared_resources = optimize_shared_resources,
|
||||
.backlight_control = hwss_blacklight_control
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user