Home
last modified time | relevance | path

Searched refs:cursor_req_per_width (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c4837 unsigned int cursor_req_per_width; in dml32_CalculatePixelDeliveryTimes() local
4839 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()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c5363 int cursor_req_per_width = 0; in CalculatePixelDeliveryTimes() local
5364 cursor_req_per_width = dml_ceil(CursorWidth[k][0] * CursorBPP[k][0] / 256 / 8, 1); in CalculatePixelDeliveryTimes()
5367 …ursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
5369 …RequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
5372 …uestDeliveryTimePrefetch[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
5374 …eliveryTimePrefetch[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c3396 dml_uint_t cursor_req_per_width; in CalculatePixelDeliveryTimes() local
3397cursor_req_per_width = (dml_uint_t)(dml_ceil((dml_float_t) CursorWidth[k] * (dml_float_t) CursorBP… in CalculatePixelDeliveryTimes()
3400 …tDeliveryTime[k] = (dml_float_t) CursorWidth[k] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
3402 …veryTime[k] = (dml_float_t) CursorWidth[k] / PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
3405 …yTimePrefetch[k] = (dml_float_t) CursorWidth[k] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
3407 …Prefetch[k] = (dml_float_t) CursorWidth[k] / PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()