Searched refs:pCtx (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/ |
D | dc_dmub_srv.c | 974 struct pipe_ctx *pCtx, uint8_t pipe_idx) in dc_send_update_cursor_info_to_dmu() argument 982 if (!dc_dmub_should_update_cursor_data(pCtx)) in dc_send_update_cursor_info_to_dmu() 1003 dc_build_cursor_update_payload0(pCtx, pipe_idx, &update_cursor_info_0->payload0); in dc_send_update_cursor_info_to_dmu() 1006 pCtx->plane_res.hubp, pCtx->plane_res.dpp); in dc_send_update_cursor_info_to_dmu() 1016 pipe_idx, pCtx->plane_res.hubp, pCtx->plane_res.dpp); in dc_send_update_cursor_info_to_dmu() 1019 dm_execute_dmub_cmd_list(pCtx->stream->ctx, 2, cmd, DM_DMUB_WAIT_TYPE_WAIT); in dc_send_update_cursor_info_to_dmu()
|
D | dc_dmub_srv.h | 88 void dc_send_update_cursor_info_to_dmu(struct pipe_ctx *pCtx, uint8_t pipe_idx);
|