Home
last modified time | relevance | path

Searched refs:edp_setup_replay (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_edp_panel_control.h58 bool edp_setup_replay(struct dc_link *link,
Dlink_edp_panel_control.c884 bool edp_setup_replay(struct dc_link *link, const struct dc_stream_state *stream) in edp_setup_replay() function
/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_replay.c136 link->dc->link_srv->edp_setup_replay(link, stream); in amdgpu_dm_replay_enable()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/
Dlink_factory.c214 link_srv->edp_setup_replay = edp_setup_replay; in construct_link_service_edp_panel_control()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/
Dlink.h282 bool (*edp_setup_replay)(struct dc_link *link, member