Searched refs:cursor_req_per_width (Results 1 – 1 of 1) sorted by relevance
3439 dml_uint_t cursor_req_per_width; in CalculateMetaAndPTETimes() 3440 cursor_req_per_width = (dml_uint_t)(dml_ceil((dml_float_t) CursorWidth[k] * (dml_float_t) CursorBPP[k] / 256.0 / 8.0, 1.0)); in CalculateMetaAndPTETimes() 3443 CursorRequestDeliveryTime[k] = (dml_float_t) CursorWidth[k] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculateMetaAndPTETimes() 3445 CursorRequestDeliveryTime[k] = (dml_float_t) CursorWidth[k] / PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in CalculateMetaAndPTETimes() 3448 CursorRequestDeliveryTimePrefetch[k] = (dml_float_t) CursorWidth[k] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculateMetaAndPTETimes() 3450 CursorRequestDeliveryTimePrefetch[k] = (dml_float_t) CursorWidth[k] / PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in CalculateMetaAndPTETimes() 3407 dml_uint_t cursor_req_per_width; CalculatePixelDeliveryTimes() local