Searched refs:cursor_width_bytes (Results 1 – 1 of 1) sorted by relevance
1702 unsigned int cursor_width_bytes = 0; in dcn5_calculate_cursor_req_attributes() local1710 cursor_width_bytes = (unsigned int)math_ceil2((double)cursor_width * cursor_bpp / 8, 1); in dcn5_calculate_cursor_req_attributes()1711 if (cursor_width_bytes <= 64) in dcn5_calculate_cursor_req_attributes()1713 else if (cursor_width_bytes <= 128) in dcn5_calculate_cursor_req_attributes()1719 …*cursor_bytes_per_line = (unsigned int)math_ceil2((double)cursor_width_bytes, cursor_bytes_per_req… in dcn5_calculate_cursor_req_attributes()1758 DML_LOG_VERBOSE("DML::%s: cursor_width_bytes = %d\n", __func__, cursor_width_bytes); in dcn5_calculate_cursor_req_attributes()