Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c3407 dml_uint_t cursor_req_per_width; in CalculatePixelDeliveryTimes() local
3408cursor_req_per_width = (dml_uint_t)(dml_ceil((dml_float_t) CursorWidth[k] * (dml_float_t) CursorBP… in CalculatePixelDeliveryTimes()
3411 …tDeliveryTime[k] = (dml_float_t) CursorWidth[k] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
3413 …veryTime[k] = (dml_float_t) CursorWidth[k] / PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
3416 …yTimePrefetch[k] = (dml_float_t) CursorWidth[k] / HRatio[k] / PixelClock[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()
3418 …Prefetch[k] = (dml_float_t) CursorWidth[k] / PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width; in CalculatePixelDeliveryTimes()