Searched refs:cursor_req_per_width (Results 1 – 4 of 4) sorted by relevance
4842 unsigned int cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes() local4844 cursor_req_per_width = dml_ceil((double) CursorWidth[k][0] * (double) CursorBPP[k][0] / in dml32_CalculatePixelDeliveryTimes()4849 HRatio[k] / PixelClock[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()4852 PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()4856 HRatio[k] / PixelClock[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()4859 PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()
5637 int cursor_req_per_width = 0; in CalculatePixelDeliveryTimes() local5638 cursor_req_per_width = dml_ceil(CursorWidth[k][0] * CursorBPP[k][0] / 256 / 8, 1); in CalculatePixelDeliveryTimes()5641 …ursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()5643 …RequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()5646 …uestDeliveryTimePrefetch[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()5648 …eliveryTimePrefetch[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
6008 int cursor_req_per_width; local6009 cursor_req_per_width = dml_ceil(CursorWidth[k][0] * CursorBPP[k][0] / 256 / 8, 1);6012 …ursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;6014 …RequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;6017 …uestDeliveryTimePrefetch[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;6019 …eliveryTimePrefetch[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;
6103 int cursor_req_per_width; local6105 cursor_req_per_width = dml_ceil(CursorWidth[k][0] * CursorBPP[k][0] / 256 / 8, 1);6108 …ursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;6110 …RequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;6113 …uestDeliveryTimePrefetch[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;6115 …eliveryTimePrefetch[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;