Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c3362 unsigned int cursor_bytes_per_req = 0; in calculate_cursor_req_attributes() local
3378 cursor_bytes_per_req = 64; in calculate_cursor_req_attributes()
3380 cursor_bytes_per_req = 128; in calculate_cursor_req_attributes()
3382 cursor_bytes_per_req = 256; in calculate_cursor_req_attributes()
3385 …*cursor_bytes_per_line = (unsigned int)math_ceil2((double)cursor_width_bytes, cursor_bytes_per_req in calculate_cursor_req_attributes()
3427 dml2_printf("DML::%s: cursor_bytes_per_req = %d\n", __func__, cursor_bytes_per_req); in calculate_cursor_req_attributes()