Home
last modified time | relevance | path

Searched refs:pCtx (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.h102 void dc_send_update_cursor_info_to_dmu(struct pipe_ctx *pCtx, uint8_t pipe_idx);
H A Ddc_dmub_srv.c1078 struct pipe_ctx *pCtx, uint8_t pipe_idx) in dc_send_update_cursor_info_to_dmu() argument
1086 if (!dc_dmub_should_update_cursor_data(pCtx)) in dc_send_update_cursor_info_to_dmu()
1107 dc_build_cursor_update_payload0(pCtx, pipe_idx, &update_cursor_info_0->payload0); in dc_send_update_cursor_info_to_dmu()
1110 pCtx->plane_res.hubp, pCtx->plane_res.dpp); in dc_send_update_cursor_info_to_dmu()
1120 pipe_idx, pCtx->plane_res.hubp, pCtx->plane_res.dpp); in dc_send_update_cursor_info_to_dmu()
1123 dc_wake_and_execute_dmub_cmd_list(pCtx->stream->ctx, 2, cmd, DM_DMUB_WAIT_TYPE_WAIT); in dc_send_update_cursor_info_to_dmu()