Searched refs:cursor_bytes_per_chunk (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 644 unsigned int cursor_bytes_per_chunk[DML2_MAX_PLANES]; member 874 unsigned int cursor_bytes_per_chunk[DML2_MAX_PLANES]; member 1210 unsigned int cursor_bytes_per_chunk[DML2_MAX_PLANES]; member 1295 unsigned int cursor_bytes_per_chunk[DML2_MAX_PLANES]; member 2038 unsigned int cursor_bytes_per_chunk; member
|
| H A D | dml2_core_dcn5_funcs_mode_programming.c | 565 &s->cursor_bytes_per_chunk[k], in dcn5_mode_programming() 573 s->cursor_bytes_per_chunk[k], in dcn5_mode_programming() 709 CalculatePrefetchSchedule_params->cursor_bytes_per_chunk = s->cursor_bytes_per_chunk[k]; in dcn5_mode_programming()
|
| H A D | dml2_core_dcn5_calcs_dchub.c | 1698 unsigned int *cursor_bytes_per_chunk, in dcn5_calculate_cursor_req_attributes() argument 1751 *cursor_bytes_per_chunk = *cursor_bytes_per_line * *cursor_lines_per_chunk; in dcn5_calculate_cursor_req_attributes() 1762 DML_LOG_VERBOSE("DML::%s: cursor_bytes_per_chunk = %d\n", __func__, *cursor_bytes_per_chunk); in dcn5_calculate_cursor_req_attributes() 1770 unsigned int cursor_bytes_per_chunk, in dcn5_calculate_cursor_urgent_burst_factor() argument 1782 … = (unsigned int)math_floor2(CursorBufferSize * 1024.0 / (double)cursor_bytes_per_chunk, 1) * curs… in dcn5_calculate_cursor_urgent_burst_factor() 1795 DML_LOG_VERBOSE("DML::%s: cursor_bytes_per_chunk = %u\n", __func__, cursor_bytes_per_chunk); in dcn5_calculate_cursor_urgent_burst_factor() 3278 …s->cursor_prefetch_bytes = (unsigned int)math_max2(p->cursor_bytes_per_chunk, 4 * p->cursor_bytes_… in dcn5_calculate_prefetch_schedule() 3290 DML_LOG_VERBOSE("DML::%s: cursor_bytes_per_chunk = %d\n", __func__, p->cursor_bytes_per_chunk); in dcn5_calculate_prefetch_schedule()
|