Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c3314 unsigned int cursor_bytes_per_req = 0; in calculate_cursor_req_attributes() local
3326 cursor_bytes_per_req = 64; in calculate_cursor_req_attributes()
3328 cursor_bytes_per_req = 128; in calculate_cursor_req_attributes()
3330 cursor_bytes_per_req = 256; in calculate_cursor_req_attributes()
3333 …*cursor_bytes_per_line = (unsigned int)math_ceil2((double)cursor_width_bytes, cursor_bytes_per_req in calculate_cursor_req_attributes()
3375 DML_LOG_VERBOSE("DML::%s: cursor_bytes_per_req = %d\n", __func__, cursor_bytes_per_req); in calculate_cursor_req_attributes()