Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H 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()
463 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_width; in get_meta_and_pte_attr()
467 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_meta_and_pte_attr()
1131 req_per_swath_ub_l = rq_dlg_param->rq_l.req_per_swath_ub; in dml20v2_rq_dlg_get_dlg_params()
1132 req_per_swath_ub_c = rq_dlg_param->rq_c.req_per_swath_ub; in dml20v2_rq_dlg_get_dlg_params()
H 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()
463 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_width; in get_meta_and_pte_attr()
467 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_meta_and_pte_attr()
1130 req_per_swath_ub_l = rq_dlg_param->rq_l.req_per_swath_ub; in dml20_rq_dlg_get_dlg_params()
1131 req_per_swath_ub_c = rq_dlg_param->rq_c.req_per_swath_ub; in dml20_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H 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()
455 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_width; in get_meta_and_pte_attr()
461 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_meta_and_pte_attr()
1182 req_per_swath_ub_l = rq_dlg_param->rq_l.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
1183 req_per_swath_ub_c = rq_dlg_param->rq_c.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
H A Ddisplay_mode_vba_21.c5757 double req_per_swath_ub; in CalculatePixelDeliveryTimes() local
5805 req_per_swath_ub = swath_width_luma_ub[k] / BlockWidth256BytesY[k]; in CalculatePixelDeliveryTimes()
5807 req_per_swath_ub = swath_width_luma_ub[k] / BlockHeight256BytesY[k]; in CalculatePixelDeliveryTimes()
5810 / req_per_swath_ub; in CalculatePixelDeliveryTimes()
5812 DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
5818 req_per_swath_ub = swath_width_chroma_ub[k] in CalculatePixelDeliveryTimes()
5821 req_per_swath_ub = swath_width_chroma_ub[k] in CalculatePixelDeliveryTimes()
5825 DisplayPipeLineDeliveryTimeChroma[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
5827 DisplayPipeLineDeliveryTimeChromaPrefetch[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c51 unsigned int req_per_swath_ub) in get_refcyc_per_delivery() argument
59 / pclk_freq_in_mhz / (double)req_per_swath_ub; in get_refcyc_per_delivery()
62 / pclk_freq_in_mhz / (double)req_per_swath_ub; in get_refcyc_per_delivery()
65 / (double)hscale_pixel_rate / (double)req_per_swath_ub; in get_refcyc_per_delivery()
72 dml_print("DML_DLG: %s: req_per_swath_ub = %d\n", __func__, req_per_swath_ub); in get_refcyc_per_delivery()
424 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_width; in get_meta_and_pte_attr()
440 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_height; in get_meta_and_pte_attr()
1286 req_per_swath_ub_l = rq_dlg_param.rq_l.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
1287 req_per_swath_ub_c = rq_dlg_param.rq_c.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
H A Ddisplay_mode_vba_30.c5303 double req_per_swath_ub = 0; in CalculatePixelDeliveryTimes() local
5342 req_per_swath_ub = swath_width_luma_ub[k] / BlockWidth256BytesY[k]; in CalculatePixelDeliveryTimes()
5344 req_per_swath_ub = swath_width_luma_ub[k] / BlockHeight256BytesY[k]; in CalculatePixelDeliveryTimes()
5346 DisplayPipeRequestDeliveryTimeLuma[k] = DisplayPipeLineDeliveryTimeLuma[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
5347 …RequestDeliveryTimeLumaPrefetch[k] = DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
5353 req_per_swath_ub = swath_width_chroma_ub[k] / BlockWidth256BytesC[k]; in CalculatePixelDeliveryTimes()
5355 req_per_swath_ub = swath_width_chroma_ub[k] / BlockHeight256BytesC[k]; in CalculatePixelDeliveryTimes()
5357 … DisplayPipeRequestDeliveryTimeChroma[k] = DisplayPipeLineDeliveryTimeChroma[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
5358 …estDeliveryTimeChromaPrefetch[k] = DisplayPipeLineDeliveryTimeChromaPrefetch[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c52 unsigned int req_per_swath_ub) in get_refcyc_per_delivery() argument
59 …double) hactive / ((unsigned int) odm_combine * 2)) / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery()
61 …(double) refclk_freq_in_mhz * (double) recout_width / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery()
63 …clk_freq_in_mhz * (double) delivery_width / (double) hscale_pixel_rate / (double) req_per_swath_ub; in get_refcyc_per_delivery()
71 dml_print("DML_DLG: %s: req_per_swath_ub = %d\n", __func__, req_per_swath_ub); in get_refcyc_per_delivery()
444 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_width; in get_meta_and_pte_attr()
460 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_height; in get_meta_and_pte_attr()
1127 req_per_swath_ub_l = rq_dlg_param->rq_l.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
1128 req_per_swath_ub_c = rq_dlg_param->rq_c.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
H A Ddisplay_mode_vba_31.c5922 double req_per_swath_ub; local
5961 req_per_swath_ub = swath_width_luma_ub[k] / BlockWidth256BytesY[k];
5963 req_per_swath_ub = swath_width_luma_ub[k] / BlockHeight256BytesY[k];
5965 DisplayPipeRequestDeliveryTimeLuma[k] = DisplayPipeLineDeliveryTimeLuma[k] / req_per_swath_ub;
5966 …RequestDeliveryTimeLumaPrefetch[k] = DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_per_swath_ub;
5972 req_per_swath_ub = swath_width_chroma_ub[k] / BlockWidth256BytesC[k];
5974 req_per_swath_ub = swath_width_chroma_ub[k] / BlockHeight256BytesC[k];
5976 … DisplayPipeRequestDeliveryTimeChroma[k] = DisplayPipeLineDeliveryTimeChroma[k] / req_per_swath_ub;
5977 …estDeliveryTimeChromaPrefetch[k] = DisplayPipeLineDeliveryTimeChromaPrefetch[k] / req_per_swath_ub;
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c140 unsigned int req_per_swath_ub) in get_refcyc_per_delivery() argument
147 …double) hactive / ((unsigned int) odm_combine * 2)) / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery()
149 …(double) refclk_freq_in_mhz * (double) recout_width / pclk_freq_in_mhz / (double) req_per_swath_ub; in get_refcyc_per_delivery()
151 …clk_freq_in_mhz * (double) delivery_width / (double) hscale_pixel_rate / (double) req_per_swath_ub; in get_refcyc_per_delivery()
159 dml_print("DML_DLG: %s: req_per_swath_ub = %d\n", __func__, req_per_swath_ub); in get_refcyc_per_delivery()
532 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_width; in get_meta_and_pte_attr()
548 rq_dlg_param->req_per_swath_ub = temp >> log2_blk256_height; in get_meta_and_pte_attr()
1215 req_per_swath_ub_l = rq_dlg_param->rq_l.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
1216 req_per_swath_ub_c = rq_dlg_param->rq_c.req_per_swath_ub; in dml_rq_dlg_get_dlg_params()
H A Ddisplay_mode_vba_314.c6016 double req_per_swath_ub; local
6055 req_per_swath_ub = swath_width_luma_ub[k] / BlockWidth256BytesY[k];
6057 req_per_swath_ub = swath_width_luma_ub[k] / BlockHeight256BytesY[k];
6059 DisplayPipeRequestDeliveryTimeLuma[k] = DisplayPipeLineDeliveryTimeLuma[k] / req_per_swath_ub;
6060 …RequestDeliveryTimeLumaPrefetch[k] = DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_per_swath_ub;
6066 req_per_swath_ub = swath_width_chroma_ub[k] / BlockWidth256BytesC[k];
6068 req_per_swath_ub = swath_width_chroma_ub[k] / BlockHeight256BytesC[k];
6070 … DisplayPipeRequestDeliveryTimeChroma[k] = DisplayPipeLineDeliveryTimeChroma[k] / req_per_swath_ub;
6071 …estDeliveryTimeChromaPrefetch[k] = DisplayPipeLineDeliveryTimeChromaPrefetch[k] / req_per_swath_ub;
/linux/drivers/gpu/drm/amd/display/dc/dml/
H 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()
695 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_width; in get_surf_rq_param()
701 rq_dlg_param->req_per_swath_ub = rq_dlg_param->swath_width_ub >> log2_blk256_height; in get_surf_rq_param()
1548 req_per_swath_ub_l = rq_dlg_param->rq_l.req_per_swath_ub; in dml1_rq_dlg_get_dlg_params()
1549 req_per_swath_ub_c = rq_dlg_param->rq_c.req_per_swath_ub; in dml1_rq_dlg_get_dlg_params()
H A Ddisplay_rq_dlg_helpers.c77 rq_dlg_param->req_per_swath_ub); in print__data_rq_dlg_params_st()
H A Ddisplay_mode_structs.h584 unsigned int req_per_swath_ub; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c4727 double req_per_swath_ub; in dml32_CalculatePixelDeliveryTimes() local
4798 req_per_swath_ub = swath_width_luma_ub[k] / BlockWidth256BytesY[k]; in dml32_CalculatePixelDeliveryTimes()
4800 req_per_swath_ub = swath_width_luma_ub[k] / BlockHeight256BytesY[k]; in dml32_CalculatePixelDeliveryTimes()
4802 dml_print("DML::%s: k=%d : req_per_swath_ub = %f (Luma)\n", __func__, k, req_per_swath_ub); in dml32_CalculatePixelDeliveryTimes()
4805 DisplayPipeRequestDeliveryTimeLuma[k] = DisplayPipeLineDeliveryTimeLuma[k] / req_per_swath_ub; in dml32_CalculatePixelDeliveryTimes()
4807 DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_per_swath_ub; in dml32_CalculatePixelDeliveryTimes()
4813 req_per_swath_ub = swath_width_chroma_ub[k] / BlockWidth256BytesC[k]; in dml32_CalculatePixelDeliveryTimes()
4815 req_per_swath_ub = swath_width_chroma_ub[k] / BlockHeight256BytesC[k]; in dml32_CalculatePixelDeliveryTimes()
4817 dml_print("DML::%s: k=%d : req_per_swath_ub = %f (Chroma)\n", __func__, k, req_per_swath_ub); in dml32_CalculatePixelDeliveryTimes()
4820 DisplayPipeLineDeliveryTimeChroma[k] / req_per_swath_ub; in dml32_CalculatePixelDeliveryTimes()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c3303 dml_float_t req_per_swath_ub; in CalculatePixelDeliveryTimes() local
3362 req_per_swath_ub = swath_width_luma_ub[k] / BlockWidth256BytesY[k]; in CalculatePixelDeliveryTimes()
3364 req_per_swath_ub = swath_width_luma_ub[k] / BlockHeight256BytesY[k]; in CalculatePixelDeliveryTimes()
3367 dml_print("DML::%s: k=%u : req_per_swath_ub = %f (Luma)\n", __func__, k, req_per_swath_ub); in CalculatePixelDeliveryTimes()
3370 DisplayPipeRequestDeliveryTimeLuma[k] = DisplayPipeLineDeliveryTimeLuma[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
3371 …RequestDeliveryTimeLumaPrefetch[k] = DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
3377 req_per_swath_ub = swath_width_chroma_ub[k] / BlockWidth256BytesC[k]; in CalculatePixelDeliveryTimes()
3379 req_per_swath_ub = swath_width_chroma_ub[k] / BlockHeight256BytesC[k]; in CalculatePixelDeliveryTimes()
3382 dml_print("DML::%s: k=%u : req_per_swath_ub = %f (Chroma)\n", __func__, k, req_per_swath_ub); in CalculatePixelDeliveryTimes()
3384 … DisplayPipeRequestDeliveryTimeChroma[k] = DisplayPipeLineDeliveryTimeChroma[k] / req_per_swath_ub; in CalculatePixelDeliveryTimes()
[all …]