Searched refs:dc_get_edp_link_panel_inst (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_edp_panel_control.c | 554 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_set_psr_allow_active() 599 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_get_psr_state() 672 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_setup_psr() 848 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_get_psr_residency() 880 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_set_replay_allow_active() 911 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_get_replay_state() 948 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_setup_replay() 1006 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_set_coasting_vtotal() 1024 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_replay_residency()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_link_exports.c | 62 bool dc_get_edp_link_panel_inst(const struct dc *dc, in dc_get_edp_link_panel_inst() function
|
H A D | dc.c | 3282 if (!dc_get_edp_link_panel_inst(dc, stream->link, &panel_inst)) in dc_dmub_update_dirty_rect() 3337 if (!dc_get_edp_link_panel_inst(dc, stream->link, &panel_inst)) in build_dmub_update_dirty_rect()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.c | 410 dc_get_edp_link_panel_inst(dc, pipe_ctx->stream->link, &panel_inst); in dc_dmub_srv_get_visual_confirm_color_cmd() 915 if (!dc_get_edp_link_panel_inst(hubp->ctx->dc, in dc_build_cursor_update_payload0()
|
H A D | dc.h | 1591 bool dc_get_edp_link_panel_inst(const struct dc *dc,
|