Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddisplay_rq_dlg_calc_20.c127 unsigned int req_per_swath_ub) in get_refcyc_per_delivery() argument
135 / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery()
138 / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery()
141 / (double) hscale_pixel_rate / (double) req_per_swath_ub; in get_refcyc_per_delivery()
148 dml_print("DML_DLG: %s: req_per_swath_ub = %d\n", __func__, req_per_swath_ub); in get_refcyc_per_delivery()
468 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_width; in get_meta_and_pte_attr()
472 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_meta_and_pte_attr()
1140 req_per_swath_ub_l = rq_dlg_param->rq_l.req_per_swath_ub; in dml20_rq_dlg_get_dlg_params()
1141 req_per_swath_ub_c = rq_dlg_param->rq_c.req_per_swath_ub; in dml20_rq_dlg_get_dlg_params()
A Ddisplay_rq_dlg_calc_20v2.c127 unsigned int req_per_swath_ub) in get_refcyc_per_delivery() argument
135 / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery()
138 / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery()
141 / (double) hscale_pixel_rate / (double) req_per_swath_ub; in get_refcyc_per_delivery()
148 dml_print("DML_DLG: %s: req_per_swath_ub = %d\n", __func__, req_per_swath_ub); in get_refcyc_per_delivery()
468 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_width; in get_meta_and_pte_attr()
472 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_meta_and_pte_attr()
1141 req_per_swath_ub_l = rq_dlg_param->rq_l.req_per_swath_ub; in dml20v2_rq_dlg_get_dlg_params()
1142 req_per_swath_ub_c = rq_dlg_param->rq_c.req_per_swath_ub; in dml20v2_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
A Ddisplay_rq_dlg_calc_21.c103 unsigned int req_per_swath_ub) in get_refcyc_per_delivery() argument
111 / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery()
114 / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery()
117 / (double) hscale_pixel_rate / (double) req_per_swath_ub; in get_refcyc_per_delivery()
124 dml_print("DML_DLG: %s: req_per_swath_ub = %d\n", __func__, req_per_swath_ub); in get_refcyc_per_delivery()
460 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_width; in get_meta_and_pte_attr()
466 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_meta_and_pte_attr()
1192 req_per_swath_ub_l = rq_dlg_param->rq_l.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
1193 req_per_swath_ub_c = rq_dlg_param->rq_c.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
A Ddisplay_mode_vba_21.c5758 double req_per_swath_ub; in CalculatePixelDeliveryTimes() local
5806 req_per_swath_ub = swath_width_luma_ub[k] / BlockWidth256BytesY[k]; in CalculatePixelDeliveryTimes()
5808 req_per_swath_ub = swath_width_luma_ub[k] / BlockHeight256BytesY[k]; in CalculatePixelDeliveryTimes()
5811 / req_per_swath_ub; in CalculatePixelDeliveryTimes()
5813 DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
5819 req_per_swath_ub = swath_width_chroma_ub[k] in CalculatePixelDeliveryTimes()
5822 req_per_swath_ub = swath_width_chroma_ub[k] in CalculatePixelDeliveryTimes()
5826 DisplayPipeLineDeliveryTimeChroma[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
5828 DisplayPipeLineDeliveryTimeChromaPrefetch[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_rq_dlg_calc_30.c52 unsigned int req_per_swath_ub) in get_refcyc_per_delivery() argument
60 / pclk_freq_in_mhz / (double)req_per_swath_ub; in get_refcyc_per_delivery()
63 / pclk_freq_in_mhz / (double)req_per_swath_ub; in get_refcyc_per_delivery()
66 / (double)hscale_pixel_rate / (double)req_per_swath_ub; in get_refcyc_per_delivery()
73 dml_print("DML_DLG: %s: req_per_swath_ub = %d\n", __func__, req_per_swath_ub); in get_refcyc_per_delivery()
517 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_width; in get_meta_and_pte_attr()
533 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_height; in get_meta_and_pte_attr()
1382 req_per_swath_ub_l = rq_dlg_param.rq_l.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
1383 req_per_swath_ub_c = rq_dlg_param.rq_c.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
A Ddisplay_mode_vba_30.c5732 double req_per_swath_ub = 0; in CalculatePixelDeliveryTimes() local
5771 req_per_swath_ub = swath_width_luma_ub[k] / BlockWidth256BytesY[k]; in CalculatePixelDeliveryTimes()
5773 req_per_swath_ub = swath_width_luma_ub[k] / BlockHeight256BytesY[k]; in CalculatePixelDeliveryTimes()
5775 DisplayPipeRequestDeliveryTimeLuma[k] = DisplayPipeLineDeliveryTimeLuma[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
5776 …RequestDeliveryTimeLumaPrefetch[k] = DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
5782 req_per_swath_ub = swath_width_chroma_ub[k] / BlockWidth256BytesC[k]; in CalculatePixelDeliveryTimes()
5784 req_per_swath_ub = swath_width_chroma_ub[k] / BlockHeight256BytesC[k]; in CalculatePixelDeliveryTimes()
5786 … DisplayPipeRequestDeliveryTimeChroma[k] = DisplayPipeLineDeliveryTimeChroma[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
5787 …estDeliveryTimeChromaPrefetch[k] = DisplayPipeLineDeliveryTimeChromaPrefetch[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A Ddisplay_rq_dlg_calc_31.c139 unsigned int req_per_swath_ub) in get_refcyc_per_delivery() argument
146 …double) hactive / ((unsigned int) odm_combine * 2)) / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery()
148 …(double) refclk_freq_in_mhz * (double) recout_width / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery()
150 …clk_freq_in_mhz * (double) delivery_width / (double) hscale_pixel_rate / (double) req_per_swath_ub; in get_refcyc_per_delivery()
158 dml_print("DML_DLG: %s: req_per_swath_ub = %d\n", __func__, req_per_swath_ub); in get_refcyc_per_delivery()
533 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_width; in get_meta_and_pte_attr()
549 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_height; in get_meta_and_pte_attr()
1242 req_per_swath_ub_l = rq_dlg_param->rq_l.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
1243 req_per_swath_ub_c = rq_dlg_param->rq_c.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
A Ddisplay_mode_vba_31.c6154 double req_per_swath_ub; local
6193 req_per_swath_ub = swath_width_luma_ub[k] / BlockWidth256BytesY[k];
6195 req_per_swath_ub = swath_width_luma_ub[k] / BlockHeight256BytesY[k];
6197 DisplayPipeRequestDeliveryTimeLuma[k] = DisplayPipeLineDeliveryTimeLuma[k] / req_per_swath_ub;
6198 …RequestDeliveryTimeLumaPrefetch[k] = DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_per_swath_ub;
6204 req_per_swath_ub = swath_width_chroma_ub[k] / BlockWidth256BytesC[k];
6206 req_per_swath_ub = swath_width_chroma_ub[k] / BlockHeight256BytesC[k];
6208 … DisplayPipeRequestDeliveryTimeChroma[k] = DisplayPipeLineDeliveryTimeChroma[k] / req_per_swath_ub;
6209 …estDeliveryTimeChromaPrefetch[k] = DisplayPipeLineDeliveryTimeChromaPrefetch[k] / req_per_swath_ub;
/linux/drivers/gpu/drm/amd/display/dc/dml/
A Ddml1_display_rq_dlg_calc.c105 unsigned int req_per_swath_ub) in get_refcyc_per_delivery() argument
111 / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery()
114 / (double) hscale_pixel_rate / (double) req_per_swath_ub; in get_refcyc_per_delivery()
121 DTRACE("DLG: %s: req_per_swath_ub = %d", __func__, req_per_swath_ub); in get_refcyc_per_delivery()
696 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_width; in get_surf_rq_param()
702 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_surf_rq_param()
1553 req_per_swath_ub_l = rq_dlg_param->rq_l.req_per_swath_ub; in dml1_rq_dlg_get_dlg_params()
1554 req_per_swath_ub_c = rq_dlg_param->rq_c.req_per_swath_ub; in dml1_rq_dlg_get_dlg_params()
A Ddisplay_rq_dlg_helpers.c77 rq_dlg_param->req_per_swath_ub); in print__data_rq_dlg_params_st()
A Ddisplay_mode_structs.h408 unsigned int req_per_swath_ub; member

Completed in 64 milliseconds