Home
last modified time | relevance | path

Searched refs:cursor_bytes_per_line (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h645 unsigned int cursor_bytes_per_line[DML2_MAX_PLANES]; member
875 unsigned int cursor_bytes_per_line[DML2_MAX_PLANES]; member
1211 unsigned int cursor_bytes_per_line[DML2_MAX_PLANES]; member
1296 unsigned int cursor_bytes_per_line[DML2_MAX_PLANES]; member
2039 unsigned int cursor_bytes_per_line; member
H A Ddml2_core_dcn5_funcs_mode_programming.c564 &s->cursor_bytes_per_line[k], in dcn5_mode_programming()
710 CalculatePrefetchSchedule_params->cursor_bytes_per_line = s->cursor_bytes_per_line[k]; in dcn5_mode_programming()
H A Ddml2_core_dcn5_calcs_dchub.c1697 unsigned int *cursor_bytes_per_line, in dcn5_calculate_cursor_req_attributes() argument
1719 …*cursor_bytes_per_line = (unsigned int)math_ceil2((double)cursor_width_bytes, cursor_bytes_per_req… in dcn5_calculate_cursor_req_attributes()
1751 *cursor_bytes_per_chunk = *cursor_bytes_per_line * *cursor_lines_per_chunk; in dcn5_calculate_cursor_req_attributes()
1755 *cursor_bytes = *cursor_bytes_per_line * cursor_width; in dcn5_calculate_cursor_req_attributes()
1761 DML_LOG_VERBOSE("DML::%s: cursor_bytes_per_line = %d\n", __func__, *cursor_bytes_per_line); in dcn5_calculate_cursor_req_attributes()
3278 …_prefetch_bytes = (unsigned int)math_max2(p->cursor_bytes_per_chunk, 4 * p->cursor_bytes_per_line); in dcn5_calculate_prefetch_schedule()
3291 DML_LOG_VERBOSE("DML::%s: cursor_bytes_per_line = %d\n", __func__, p->cursor_bytes_per_line); in dcn5_calculate_prefetch_schedule()