Searched refs:cursor_req_per_width (Results 1 – 5 of 5) sorted by relevance
4837 unsigned int cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes() local4839 cursor_req_per_width = dml_ceil((double) CursorWidth[k][0] * (double) CursorBPP[k][0] / in dml32_CalculatePixelDeliveryTimes()4844 HRatio[k] / PixelClock[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()4847 PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()4851 HRatio[k] / PixelClock[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()4854 PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()
5629 int cursor_req_per_width = 0; in CalculatePixelDeliveryTimes() local5630 cursor_req_per_width = dml_ceil(CursorWidth[k][0] * CursorBPP[k][0] / 256 / 8, 1); in CalculatePixelDeliveryTimes()5633 …ursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()5635 …RequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()5638 …uestDeliveryTimePrefetch[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()5640 …eliveryTimePrefetch[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
5995 int cursor_req_per_width; local5996 cursor_req_per_width = dml_ceil(CursorWidth[k][0] * CursorBPP[k][0] / 256 / 8, 1);5999 …ursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;6001 …RequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;6004 …uestDeliveryTimePrefetch[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;6006 …eliveryTimePrefetch[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;
6089 int cursor_req_per_width; local6091 cursor_req_per_width = dml_ceil(CursorWidth[k][0] * CursorBPP[k][0] / 256 / 8, 1);6094 …ursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;6096 …RequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;6099 …uestDeliveryTimePrefetch[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;6101 …eliveryTimePrefetch[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;
3395 dml_uint_t cursor_req_per_width; in CalculatePixelDeliveryTimes() local3396 …cursor_req_per_width = (dml_uint_t)(dml_ceil((dml_float_t) CursorWidth[k] * (dml_float_t) CursorBP… in CalculatePixelDeliveryTimes()3399 …tDeliveryTime[k] = (dml_float_t) CursorWidth[k] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()3401 …veryTime[k] = (dml_float_t) CursorWidth[k] / PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()3404 …yTimePrefetch[k] = (dml_float_t) CursorWidth[k] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()3406 …Prefetch[k] = (dml_float_t) CursorWidth[k] / PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()