| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| A D | display_rq_dlg_calc_32.c | 219 double refcyc_per_req_delivery_c = 0.; in dml32_rq_dlg_get_dlg_reg() local 418 …refcyc_per_req_delivery_c = get_refcyc_per_req_delivery_c_in_us(mode_lib, e2e_pipe_param, num_pipe… in dml32_rq_dlg_get_dlg_reg() 423 …print("DML_DLG: %s: refcyc_per_req_delivery_c = %3.2f\n", __func__, refcyc_per_req_delivery_c); in dml32_rq_dlg_get_dlg_reg() 535 ttu_regs->refcyc_per_req_delivery_c = (unsigned int) (refcyc_per_req_delivery_c * dml_pow(2, 10)); in dml32_rq_dlg_get_dlg_reg() 558 ASSERT(refcyc_per_req_delivery_c < dml_pow(2, 13)); in dml32_rq_dlg_get_dlg_reg()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | dml_display_rq_dlg_calc.c | 244 dml_float_t refcyc_per_req_delivery_c = 0.; in dml_rq_dlg_get_dlg_reg() local 394 …refcyc_per_req_delivery_c = dml_get_refcyc_per_req_delivery_c_in_us(mode_lib, pipe_idx) * refclk… in dml_rq_dlg_get_dlg_reg() 397 …l_print("DML_DLG: %s: refcyc_per_req_delivery_c = %3.2f\n", __func__, refcyc_per_req_delivery_c); in dml_rq_dlg_get_dlg_reg() 497 …disp_ttu_regs->refcyc_per_req_delivery_c = (dml_uint_t)(refcyc_per_req_delivery_c * dml_pow(2,… in dml_rq_dlg_get_dlg_reg() 519 ASSERT(refcyc_per_req_delivery_c < dml_pow(2, 13)); in dml_rq_dlg_get_dlg_reg()
|
| A D | display_mode_util.c | 311 dml_print("DML: refcyc_per_req_delivery_c = 0x%x\n", ttu_regs->refcyc_per_req_delivery_c); in dml_print_ttu_regs_st()
|
| A D | dml2_translation_helper.c | 1488 out->ttu_regs.refcyc_per_req_delivery_c = disp_ttu_regs->refcyc_per_req_delivery_c; in dml2_update_pipe_ctx_dchub_regs()
|
| A D | display_mode_core_structs.h | 1927 dml_uint_t refcyc_per_req_delivery_c; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| A D | display_rq_dlg_calc_20.c | 903 double refcyc_per_req_delivery_c; in dml20_rq_dlg_get_dlg_params() local 1188 refcyc_per_req_delivery_c = 0.; in dml20_rq_dlg_get_dlg_params() 1322 refcyc_per_req_delivery_c = get_refcyc_per_delivery(mode_lib, in dml20_rq_dlg_get_dlg_params() 1338 refcyc_per_req_delivery_c); in dml20_rq_dlg_get_dlg_params() 1341 ASSERT(refcyc_per_req_delivery_c < dml_pow(2, 13)); in dml20_rq_dlg_get_dlg_params() 1502 disp_ttu_regs->refcyc_per_req_delivery_c = (unsigned int) (refcyc_per_req_delivery_c in dml20_rq_dlg_get_dlg_params()
|
| A D | display_rq_dlg_calc_20v2.c | 903 double refcyc_per_req_delivery_c; in dml20v2_rq_dlg_get_dlg_params() local 1189 refcyc_per_req_delivery_c = 0.; in dml20v2_rq_dlg_get_dlg_params() 1323 refcyc_per_req_delivery_c = get_refcyc_per_delivery(mode_lib, in dml20v2_rq_dlg_get_dlg_params() 1339 refcyc_per_req_delivery_c); in dml20v2_rq_dlg_get_dlg_params() 1342 ASSERT(refcyc_per_req_delivery_c < dml_pow(2, 13)); in dml20v2_rq_dlg_get_dlg_params() 1503 disp_ttu_regs->refcyc_per_req_delivery_c = (unsigned int) (refcyc_per_req_delivery_c in dml20v2_rq_dlg_get_dlg_params()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| A D | display_rq_dlg_calc_21.c | 949 double refcyc_per_req_delivery_c; in dml_rq_dlg_get_dlg_params() local 1240 refcyc_per_req_delivery_c = 0.; in dml_rq_dlg_get_dlg_params() 1387 refcyc_per_req_delivery_c = get_refcyc_per_delivery( in dml_rq_dlg_get_dlg_params() 1406 refcyc_per_req_delivery_c); in dml_rq_dlg_get_dlg_params() 1409 ASSERT(refcyc_per_req_delivery_c < dml_pow(2, 13)); in dml_rq_dlg_get_dlg_params() 1610 disp_ttu_regs->refcyc_per_req_delivery_c = (unsigned int) (refcyc_per_req_delivery_c in dml_rq_dlg_get_dlg_params()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| A D | display_rq_dlg_calc_30.c | 1015 double refcyc_per_req_delivery_c = 0; in dml_rq_dlg_get_dlg_params() local 1344 refcyc_per_req_delivery_c = 0.; in dml_rq_dlg_get_dlg_params() 1493 refcyc_per_req_delivery_c = get_refcyc_per_delivery(mode_lib, in dml_rq_dlg_get_dlg_params() 1509 refcyc_per_req_delivery_c); in dml_rq_dlg_get_dlg_params() 1512 ASSERT(refcyc_per_req_delivery_c < dml_pow(2, 13)); in dml_rq_dlg_get_dlg_params() 1698 disp_ttu_regs->refcyc_per_req_delivery_c = (unsigned int)(refcyc_per_req_delivery_c in dml_rq_dlg_get_dlg_params()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
| A D | display_rq_dlg_calc_31.c | 949 double refcyc_per_req_delivery_c; in dml_rq_dlg_get_dlg_params() local 1189 refcyc_per_req_delivery_c = 0.; in dml_rq_dlg_get_dlg_params() 1339 refcyc_per_req_delivery_c = get_refcyc_per_delivery( in dml_rq_dlg_get_dlg_params() 1352 …print("DML_DLG: %s: refcyc_per_req_delivery_c = %3.2f\n", __func__, refcyc_per_req_delivery_c); in dml_rq_dlg_get_dlg_params() 1359 …ASSERT(refcyc_per_req_delivery_pre_c < dml_pow(2, 13)); ASSERT(refcyc_per_req_delivery_c < dml_pow… in dml_rq_dlg_get_dlg_params() 1520 …disp_ttu_regs->refcyc_per_req_delivery_c = (unsigned int) (refcyc_per_req_delivery_c * dml_pow(2, … in dml_rq_dlg_get_dlg_params()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| A D | dml1_display_rq_dlg_calc.c | 1121 double refcyc_per_req_delivery_c; in dml1_rq_dlg_get_dlg_params() local 1639 refcyc_per_req_delivery_c = 0.; in dml1_rq_dlg_get_dlg_params() 1789 refcyc_per_req_delivery_c = get_refcyc_per_delivery( in dml1_rq_dlg_get_dlg_params() 1806 refcyc_per_req_delivery_c); in dml1_rq_dlg_get_dlg_params() 1810 disp_ttu_regs->refcyc_per_req_delivery_c = (unsigned int) (refcyc_per_req_delivery_c in dml1_rq_dlg_get_dlg_params() 1814 ASSERT(refcyc_per_req_delivery_c < dml_pow(2, 13)); in dml1_rq_dlg_get_dlg_params()
|
| A D | display_rq_dlg_helpers.c | 355 ttu_regs->refcyc_per_req_delivery_c); in print__ttu_regs_st()
|
| A D | display_mode_structs.h | 681 unsigned int refcyc_per_req_delivery_c; member
|
| /linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/ |
| A D | dcn21_hubp.c | 496 REFCYC_PER_REQ_DELIVERY, &ttu_attr.refcyc_per_req_delivery_c, in hubp21_validate_dml_output() 523 if (ttu_attr.refcyc_per_req_delivery_c != dml_ttu_attr->refcyc_per_req_delivery_c) in hubp21_validate_dml_output() 525 dml_ttu_attr->refcyc_per_req_delivery_c, ttu_attr.refcyc_per_req_delivery_c); in hubp21_validate_dml_output()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
| A D | display_rq_dlg_calc_314.c | 1034 double refcyc_per_req_delivery_c; in dml_rq_dlg_get_dlg_params() local 1277 refcyc_per_req_delivery_c = 0.; in dml_rq_dlg_get_dlg_params() 1427 refcyc_per_req_delivery_c = get_refcyc_per_delivery( in dml_rq_dlg_get_dlg_params() 1440 …print("DML_DLG: %s: refcyc_per_req_delivery_c = %3.2f\n", __func__, refcyc_per_req_delivery_c); in dml_rq_dlg_get_dlg_params() 1447 …ASSERT(refcyc_per_req_delivery_pre_c < dml_pow(2, 13)); ASSERT(refcyc_per_req_delivery_c < dml_pow… in dml_rq_dlg_get_dlg_params() 1608 …disp_ttu_regs->refcyc_per_req_delivery_c = (unsigned int) (refcyc_per_req_delivery_c * dml_pow(2, … in dml_rq_dlg_get_dlg_params()
|
| /linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/ |
| A D | dcn20_hubp.c | 159 REFCYC_PER_REQ_DELIVERY, ttu_attr->refcyc_per_req_delivery_c, in hubp2_program_deadline() 1247 REFCYC_PER_REQ_DELIVERY, &ttu_attr->refcyc_per_req_delivery_c, in hubp2_read_state_common() 1589 REFCYC_PER_REQ_DELIVERY, &ttu_attr.refcyc_per_req_delivery_c, in hubp2_validate_dml_output() 1616 if (ttu_attr.refcyc_per_req_delivery_c != dml_ttu_attr->refcyc_per_req_delivery_c) in hubp2_validate_dml_output() 1618 dml_ttu_attr->refcyc_per_req_delivery_c, ttu_attr.refcyc_per_req_delivery_c); in hubp2_validate_dml_output()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
| A D | dml_top_dchub_registers.h | 67 uint32_t refcyc_per_req_delivery_c; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
| A D | dml21_utils.c | 232 out->ttu_regs.refcyc_per_req_delivery_c = disp_ttu_regs->refcyc_per_req_delivery_c; in dml21_update_pipe_ctx_dchub_regs()
|
| /linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/ |
| A D | dcn401_hubp.c | 278 REFCYC_PER_REQ_DELIVERY, ttu_attr->refcyc_per_req_delivery_c, in hubp401_program_deadline() 892 REFCYC_PER_REQ_DELIVERY, &ttu_attr->refcyc_per_req_delivery_c, in hubp401_read_state()
|
| /linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/ |
| A D | dcn10_hubp.c | 664 REFCYC_PER_REQ_DELIVERY, ttu_attr->refcyc_per_req_delivery_c, in hubp1_program_deadline() 1012 REFCYC_PER_REQ_DELIVERY, &ttu_attr->refcyc_per_req_delivery_c, in hubp1_read_state_common()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
| A D | dcn10_hw_sequencer_debug.c | 314 …ttu_regs->refcyc_per_req_delivery_pre_c, ttu_regs->refcyc_per_req_delivery_c, ttu_regs->refcyc_per… in dcn10_get_ttu_states()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_shared_types.h | 1434 double refcyc_per_req_delivery_c; member
|
| A D | dml2_core_shared.c | 11777 l->refcyc_per_req_delivery_c = 0.0; in rq_dlg_get_dlg_reg() 11780 …l->refcyc_per_req_delivery_c = mode_lib->mp.DisplayPipeRequestDeliveryTimeChroma[mode_lib->mp.pipe… in rq_dlg_get_dlg_reg() 11783 …printf("DML_DLG: %s: refcyc_per_req_delivery_c = %3.2f\n", __func__, l->refcyc_per_req_delivery_c); in rq_dlg_get_dlg_reg() 11862 …disp_ttu_regs->refcyc_per_req_delivery_c = (unsigned int)(l->refcyc_per_req_delivery_c * math_pow(… in rq_dlg_get_dlg_reg() 11878 DML2_ASSERT(l->refcyc_per_req_delivery_c < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
|
| A D | dml2_core_dcn4_calcs.c | 12084 l->refcyc_per_req_delivery_c = 0.0; in rq_dlg_get_dlg_reg() 12087 …l->refcyc_per_req_delivery_c = mode_lib->mp.DisplayPipeRequestDeliveryTimeChroma[mode_lib->mp.pipe… in rq_dlg_get_dlg_reg() 12090 …printf("DML_DLG: %s: refcyc_per_req_delivery_c = %3.2f\n", __func__, l->refcyc_per_req_delivery_c); in rq_dlg_get_dlg_reg() 12169 …disp_ttu_regs->refcyc_per_req_delivery_c = (unsigned int)(l->refcyc_per_req_delivery_c * math_pow(… in rq_dlg_get_dlg_reg() 12185 DML2_ASSERT(l->refcyc_per_req_delivery_c < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| A D | dcn10_hwseq.c | 278 …ttu_regs->refcyc_per_req_delivery_pre_c, ttu_regs->refcyc_per_req_delivery_c, ttu_regs->refcyc_per… in dcn10_log_hubp_states()
|