Searched refs:cursor_req_per_width (Results 1 – 4 of 4) sorted by relevance
4807 unsigned int cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes() local4809 cursor_req_per_width = dml_ceil((double) CursorWidth[k][0] * (double) CursorBPP[k][0] / in dml32_CalculatePixelDeliveryTimes()4814 HRatio[k] / PixelClock[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()4817 PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()4821 HRatio[k] / PixelClock[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()4824 PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes()
5638 int cursor_req_per_width = 0; in CalculatePixelDeliveryTimes() local5639 cursor_req_per_width = dml_ceil(CursorWidth[k][0] * CursorBPP[k][0] / 256 / 8, 1); in CalculatePixelDeliveryTimes()5642 …ursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()5644 …RequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()5647 …uestDeliveryTimePrefetch[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()5649 …eliveryTimePrefetch[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
5848 int cursor_req_per_width; local5849 cursor_req_per_width = dml_ceil(CursorWidth[k][0] * CursorBPP[k][0] / 256 / 8, 1);5852 …ursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;5854 …RequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;5857 …uestDeliveryTimePrefetch[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;5859 …eliveryTimePrefetch[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;
5946 int cursor_req_per_width; local5948 cursor_req_per_width = dml_ceil(CursorWidth[k][0] * CursorBPP[k][0] / 256 / 8, 1);5951 …ursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;5953 …RequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;5956 …uestDeliveryTimePrefetch[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;5958 …eliveryTimePrefetch[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;