Searched refs:dc_get_edp_link_panel_inst (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/protocols/ |
D | link_edp_panel_control.c | 566 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_set_psr_allow_active() 611 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_get_psr_state() 684 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_setup_psr() 860 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_get_psr_residency() 892 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_set_replay_allow_active() 923 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_get_replay_state() 960 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_setup_replay() 1027 if (dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_send_replay_cmd() 1048 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_set_coasting_vtotal() 1066 if (!dc_get_edp_link_panel_inst(dc, link, &panel_inst)) in edp_replay_residency() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_exports.c | 65 bool dc_get_edp_link_panel_inst(const struct dc *dc, in dc_get_edp_link_panel_inst() function
|
D | dc.c | 3442 if (!dc_get_edp_link_panel_inst(dc, stream->link, &panel_inst)) in dc_dmub_update_dirty_rect() 3498 if (!dc_get_edp_link_panel_inst(dc, stream->link, &panel_inst)) in build_dmub_update_dirty_rect()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/ |
D | dc_dmub_srv.c | 522 if (!dc_get_edp_link_panel_inst(dc, pipe_ctx->stream->link, &panel_inst)) in dc_dmub_srv_get_visual_confirm_color_cmd() 1066 if (!dc_get_edp_link_panel_inst(hubp->ctx->dc, in dc_build_cursor_update_payload0()
|
D | dc.h | 1799 bool dc_get_edp_link_panel_inst(const struct dc *dc,
|