Searched refs:cursor_req_per_width (Results 1 – 5 of 5) sorted by relevance
4836 unsigned int cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes() local4838 cursor_req_per_width = dml_ceil((double) CursorWidth[k][0] * (double) CursorBPP[k][0] / in dml32_CalculatePixelDeliveryTimes()4843 HRatio[k] / PixelClock[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()4846 PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()4850 HRatio[k] / PixelClock[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()4853 PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()
5641 int cursor_req_per_width = 0; in CalculatePixelDeliveryTimes() local5642 cursor_req_per_width = dml_ceil(CursorWidth[k][0] * CursorBPP[k][0] / 256 / 8, 1); in CalculatePixelDeliveryTimes()5645 …ursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()5647 …RequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()5650 …uestDeliveryTimePrefetch[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()5652 …eliveryTimePrefetch[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
5998 int cursor_req_per_width; local5999 cursor_req_per_width = dml_ceil(CursorWidth[k][0] * CursorBPP[k][0] / 256 / 8, 1);6002 …ursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;6004 …RequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;6007 …uestDeliveryTimePrefetch[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;6009 …eliveryTimePrefetch[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;
6092 int cursor_req_per_width; local6094 cursor_req_per_width = dml_ceil(CursorWidth[k][0] * CursorBPP[k][0] / 256 / 8, 1);6097 …ursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;6099 …RequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;6102 …uestDeliveryTimePrefetch[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;6104 …eliveryTimePrefetch[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;
3394 dml_uint_t cursor_req_per_width; in CalculatePixelDeliveryTimes() local3395 …cursor_req_per_width = (dml_uint_t)(dml_ceil((dml_float_t) CursorWidth[k] * (dml_float_t) CursorBP… in CalculatePixelDeliveryTimes()3398 …tDeliveryTime[k] = (dml_float_t) CursorWidth[k] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()3400 …veryTime[k] = (dml_float_t) CursorWidth[k] / PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()3403 …yTimePrefetch[k] = (dml_float_t) CursorWidth[k] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()3405 …Prefetch[k] = (dml_float_t) CursorWidth[k] / PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()