Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h584 unsigned int req_per_swath_ub; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c3314 dml_float_t req_per_swath_ub; in CalculatePixelDeliveryTimes() local
3373 req_per_swath_ub = swath_width_luma_ub[k] / BlockWidth256BytesY[k]; in CalculatePixelDeliveryTimes()
3375 req_per_swath_ub = swath_width_luma_ub[k] / BlockHeight256BytesY[k]; in CalculatePixelDeliveryTimes()
3378 dml_print("DML::%s: k=%u : req_per_swath_ub = %f (Luma)\n", __func__, k, req_per_swath_ub); in CalculatePixelDeliveryTimes()
3381 DisplayPipeRequestDeliveryTimeLuma[k] = DisplayPipeLineDeliveryTimeLuma[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
3382 …RequestDeliveryTimeLumaPrefetch[k] = DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
3388 req_per_swath_ub = swath_width_chroma_ub[k] / BlockWidth256BytesC[k]; in CalculatePixelDeliveryTimes()
3390 req_per_swath_ub = swath_width_chroma_ub[k] / BlockHeight256BytesC[k]; in CalculatePixelDeliveryTimes()
3393 dml_print("DML::%s: k=%u : req_per_swath_ub = %f (Chroma)\n", __func__, k, req_per_swath_ub); in CalculatePixelDeliveryTimes()
3395 … DisplayPipeRequestDeliveryTimeChroma[k] = DisplayPipeLineDeliveryTimeChroma[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
[all …]