Searched refs:cursor_width_bytes (Results 1 – 1 of 1) sorted by relevance
3303 unsigned int cursor_width_bytes = 0; in calculate_cursor_req_attributes() local3312 cursor_width_bytes = (unsigned int)math_ceil2((double)cursor_width * cursor_bpp / 8, 1); in calculate_cursor_req_attributes()3313 if (cursor_width_bytes <= 64) in calculate_cursor_req_attributes()3315 else if (cursor_width_bytes <= 128) in calculate_cursor_req_attributes()3321 …*cursor_bytes_per_line = (unsigned int)math_ceil2((double)cursor_width_bytes, cursor_bytes_per_req… in calculate_cursor_req_attributes()3362 DML_LOG_VERBOSE("DML::%s: cursor_width_bytes = %d\n", __func__, cursor_width_bytes); in calculate_cursor_req_attributes()