Searched refs:offload_streams (Results 1 – 3 of 3) sorted by relevance
1630 write_idx = cs->offload_streams[stream_idx].write_idx + 1; /* new payload (+1) */ in dcn35_begin_cursor_offload_update()1631 payload_idx = write_idx % ARRAY_SIZE(cs->offload_streams[stream_idx].payloads); in dcn35_begin_cursor_offload_update()1633 cs->offload_streams[stream_idx].payloads[payload_idx].write_idx_start = write_idx; in dcn35_begin_cursor_offload_update()1634 cs->offload_streams[stream_idx].payloads[payload_idx].pipe_mask = 0; in dcn35_begin_cursor_offload_update()1660 write_idx = cs->offload_streams[stream_idx].write_idx + 1; /* new payload (+1) */ in dcn35_commit_cursor_offload_update()1661 payload_idx = write_idx % ARRAY_SIZE(cs->offload_streams[stream_idx].payloads); in dcn35_commit_cursor_offload_update()1664 .data.cursor_offload_v1.offload_streams[stream_idx]; in dcn35_commit_cursor_offload_update()1668 cs->offload_streams[stream_idx].write_idx = write_idx; in dcn35_commit_cursor_offload_update()1669 cs->offload_streams[stream_idx].payloads[payload_idx].write_idx_finish = write_idx; in dcn35_commit_cursor_offload_update()1685 write_idx = cs->offload_streams[stream_idx].write_idx + 1; /* new payload (+1) */ in dcn35_update_cursor_offload_pipe()[all …]
2994 write_idx = cs->offload_streams[stream_idx].write_idx + 1; /* new payload (+1) */ in dcn401_update_cursor_offload_pipe()2995 payload_idx = write_idx % ARRAY_SIZE(cs->offload_streams[stream_idx].payloads); in dcn401_update_cursor_offload_pipe()2997 p = &cs->offload_streams[stream_idx].payloads[payload_idx].pipe_data[pipe->pipe_idx].dcn401; in dcn401_update_cursor_offload_pipe()3034 cs->offload_streams[stream_idx].payloads[payload_idx].pipe_mask |= (1u << pipe->pipe_idx); in dcn401_update_cursor_offload_pipe()
889 struct dmub_cursor_offload_stream_v1 offload_streams[6]; /**< Per-stream cursor offload data */ member1260 …struct dmub_shared_state_cursor_offload_stream_v1 offload_streams[6]; /**< stream state, 32-bytes … member