Home
last modified time | relevance | path

Searched refs:dst_y_prefetch (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/gpu/drm/amd/display/dc/dml/
A Ddml1_display_rq_dlg_calc.c1074 double dst_y_prefetch; in dml1_rq_dlg_get_dlg_params() local
1344 dst_y_prefetch = ((double) min_vblank - 1.0) in dml1_rq_dlg_get_dlg_params()
1347 ASSERT(dst_y_prefetch >= 2.0); in dml1_rq_dlg_get_dlg_params()
1349 dst_y_prefetch = dml_floor(4.0 * (dst_y_prefetch + 0.125), 1) / 4; in dml1_rq_dlg_get_dlg_params()
1350 DTRACE("DLG: %s: dst_y_prefetch (after rnd) = %3.2f", __func__, dst_y_prefetch); in dml1_rq_dlg_get_dlg_params()
1352 t_pre_us = dst_y_prefetch * line_time_in_us; in dml1_rq_dlg_get_dlg_params()
1451 disp_dlg_regs->dst_y_prefetch = (unsigned int) (dst_y_prefetch * dml_pow(2, 2)); in dml1_rq_dlg_get_dlg_params()
1455 disp_dlg_regs->dst_y_prefetch); in dml1_rq_dlg_get_dlg_params()
1480 DTRACE("DLG: %s: dst_y_prefetch = %3.2f", __func__, dst_y_prefetch); in dml1_rq_dlg_get_dlg_params()
1493 ASSERT(dst_y_prefetch > (dst_y_per_vm_vblank + dst_y_per_row_vblank)); in dml1_rq_dlg_get_dlg_params()
[all …]
A Ddisplay_rq_dlg_helpers.c215 dlg_regs->dst_y_prefetch); in print__dlg_regs_st()
A Ddisplay_mode_structs.h628 unsigned int dst_y_prefetch; member
A Ddisplay_mode_vba.h88 dml_get_pipe_attr_decl(dst_y_prefetch);
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddisplay_rq_dlg_calc_32.c242 double dst_y_prefetch; in dml32_rq_dlg_get_dlg_reg() local
351dst_y_prefetch = get_dst_y_prefetch(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); // From… in dml32_rq_dlg_get_dlg_reg()
365 dml_print("DML_DLG: %s: dst_y_prefetch (after rnd) = %3.2f\n", __func__, dst_y_prefetch); in dml32_rq_dlg_get_dlg_reg()
373 ASSERT(dst_y_prefetch > (dst_y_per_vm_vblank + dst_y_per_row_vblank)); in dml32_rq_dlg_get_dlg_reg()
446 dlg_regs->dst_y_prefetch = (unsigned int) (dst_y_prefetch * dml_pow(2, 2)); in dml32_rq_dlg_get_dlg_reg()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
A Ddml_display_rq_dlg_calc.c225 dml_float_t dst_y_prefetch; in dml_rq_dlg_get_dlg_reg() local
340 dst_y_prefetch = dml_get_dst_y_prefetch(mode_lib, pipe_idx); in dml_rq_dlg_get_dlg_reg()
352 dml_print("DML_DLG: %s: dst_y_prefetch (after rnd) = %3.2f\n", __func__, dst_y_prefetch); in dml_rq_dlg_get_dlg_reg()
360 ASSERT(dst_y_prefetch > (dst_y_per_vm_vblank + dst_y_per_row_vblank)); in dml_rq_dlg_get_dlg_reg()
416 disp_dlg_regs->dst_y_prefetch = (dml_uint_t)(dst_y_prefetch * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_reg()
A Ddisplay_mode_core.h135 dml_get_per_surface_var_decl(dst_y_prefetch, dml_float_t);
A Ddisplay_mode_util.c259 dml_print("DML: dst_y_prefetch = 0x%x\n", dlg_regs->dst_y_prefetch); in dml_print_dlg_regs_st()
A Ddml2_translation_helper.c1441 out->dlg_regs.dst_y_prefetch = disp_dlg_regs->dst_y_prefetch; in dml2_update_pipe_ctx_dchub_regs()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddisplay_rq_dlg_calc_20.c871 double dst_y_prefetch; in dml20_rq_dlg_get_dlg_params() local
1092 dst_y_prefetch = get_dst_y_prefetch(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml20_rq_dlg_get_dlg_params()
1093 dml_print("DML_DLG: %s: dst_y_prefetch (after rnd) = %3.2f\n", __func__, dst_y_prefetch); in dml20_rq_dlg_get_dlg_params()
1122 ASSERT(dst_y_prefetch > (dst_y_per_vm_vblank + dst_y_per_row_vblank)); in dml20_rq_dlg_get_dlg_params()
1123 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); in dml20_rq_dlg_get_dlg_params()
1384 disp_dlg_regs->dst_y_prefetch = (unsigned int) (dst_y_prefetch * dml_pow(2, 2)); in dml20_rq_dlg_get_dlg_params()
A Ddisplay_rq_dlg_calc_20v2.c871 double dst_y_prefetch; in dml20v2_rq_dlg_get_dlg_params() local
1093 dst_y_prefetch = get_dst_y_prefetch(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml20v2_rq_dlg_get_dlg_params()
1094 dml_print("DML_DLG: %s: dst_y_prefetch (after rnd) = %3.2f\n", __func__, dst_y_prefetch); in dml20v2_rq_dlg_get_dlg_params()
1123 ASSERT(dst_y_prefetch > (dst_y_per_vm_vblank + dst_y_per_row_vblank)); in dml20v2_rq_dlg_get_dlg_params()
1124 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); in dml20v2_rq_dlg_get_dlg_params()
1385 disp_dlg_regs->dst_y_prefetch = (unsigned int) (dst_y_prefetch * dml_pow(2, 2)); in dml20v2_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
A Ddisplay_rq_dlg_calc_21.c917 double dst_y_prefetch; in dml_rq_dlg_get_dlg_params() local
1140 dst_y_prefetch = get_dst_y_prefetch(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml_rq_dlg_get_dlg_params()
1141 dml_print("DML_DLG: %s: dst_y_prefetch (after rnd) = %3.2f\n", __func__, dst_y_prefetch); in dml_rq_dlg_get_dlg_params()
1174 ASSERT(dst_y_prefetch > (dst_y_per_vm_vblank + dst_y_per_row_vblank)); in dml_rq_dlg_get_dlg_params()
1175 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); in dml_rq_dlg_get_dlg_params()
1454 disp_dlg_regs->dst_y_prefetch = (unsigned int) (dst_y_prefetch * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_rq_dlg_calc_30.c983 double dst_y_prefetch = 0; in dml_rq_dlg_get_dlg_params() local
1246 dst_y_prefetch = get_dst_y_prefetch(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml_rq_dlg_get_dlg_params()
1247 dml_print("DML_DLG: %s: dst_y_prefetch (after rnd) = %3.2f\n", __func__, dst_y_prefetch); in dml_rq_dlg_get_dlg_params()
1278 ASSERT(dst_y_prefetch > (dst_y_per_vm_vblank + dst_y_per_row_vblank)); in dml_rq_dlg_get_dlg_params()
1279 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); in dml_rq_dlg_get_dlg_params()
1556 disp_dlg_regs->dst_y_prefetch = (unsigned int)(dst_y_prefetch * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A Ddisplay_rq_dlg_calc_31.c918 double dst_y_prefetch; in dml_rq_dlg_get_dlg_params() local
1099dst_y_prefetch = get_dst_y_prefetch(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); // From… in dml_rq_dlg_get_dlg_params()
1114 dml_print("DML_DLG: %s: dst_y_prefetch (after rnd) = %3.2f\n", __func__, dst_y_prefetch); in dml_rq_dlg_get_dlg_params()
1122 ASSERT(dst_y_prefetch > (dst_y_per_vm_vblank + dst_y_per_row_vblank)); in dml_rq_dlg_get_dlg_params()
1408 disp_dlg_regs->dst_y_prefetch = (unsigned int) (dst_y_prefetch * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
A Ddml_top_dchub_registers.h18 uint32_t dst_y_prefetch; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
A Ddisplay_rq_dlg_calc_314.c1003 double dst_y_prefetch; in dml_rq_dlg_get_dlg_params() local
1187dst_y_prefetch = get_dst_y_prefetch(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); // From… in dml_rq_dlg_get_dlg_params()
1202 dml_print("DML_DLG: %s: dst_y_prefetch (after rnd) = %3.2f\n", __func__, dst_y_prefetch); in dml_rq_dlg_get_dlg_params()
1210 ASSERT(dst_y_prefetch > (dst_y_per_vm_vblank + dst_y_per_row_vblank)); in dml_rq_dlg_get_dlg_params()
1496 disp_dlg_regs->dst_y_prefetch = (unsigned int) (dst_y_prefetch * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_shared_types.h414 double dst_y_prefetch[DML2_MAX_PLANES]; member
737 double dst_y_prefetch[DML2_MAX_PLANES]; member
1412 double dst_y_prefetch; member
1756 double *dst_y_prefetch; member
A Ddml2_core_shared.c2375 CalculatePrefetchSchedule_params->dst_y_prefetch = &mode_lib->ms.dst_y_prefetch[k]; in dml2_core_shared_mode_support()
2408 if (mode_lib->ms.dst_y_prefetch[k] < 2.0 in dml2_core_shared_mode_support()
8015 *p->dst_y_prefetch = s->dst_y_prefetch_oto; in CalculatePrefetchSchedule()
8026 *p->dst_y_prefetch = s->dst_y_prefetch_equ; in CalculatePrefetchSchedule()
8041 dml2_assert(*p->dst_y_prefetch < 64); in CalculatePrefetchSchedule()
8053 dml2_printf("DML::%s: dst_y_prefetch = %f\n", __func__, *p->dst_y_prefetch); in CalculatePrefetchSchedule()
8201 *p->dst_y_prefetch = 0; in CalculatePrefetchSchedule()
10702 CalculatePrefetchSchedule_params->dst_y_prefetch = &mode_lib->mp.dst_y_prefetch[k]; in dml2_core_shared_mode_programming()
10745 if (mode_lib->mp.dst_y_prefetch[k] < 2) in dml2_core_shared_mode_programming()
11716 l->dst_y_prefetch = mode_lib->mp.dst_y_prefetch[mode_lib->mp.pipe_plane[pipe_idx]]; in rq_dlg_get_dlg_reg()
[all …]
A Ddml2_core_dcn4_calcs.c5619 *p->dst_y_prefetch = s->dst_y_prefetch_oto; in CalculatePrefetchSchedule()
5631 *p->dst_y_prefetch = s->dst_y_prefetch_equ; in CalculatePrefetchSchedule()
5655 dml2_printf("DML::%s: dst_y_prefetch = %f\n", __func__, *p->dst_y_prefetch); in CalculatePrefetchSchedule()
5666 dml2_assert(*p->dst_y_prefetch < 64); in CalculatePrefetchSchedule()
5806 *p->dst_y_prefetch = 0; in CalculatePrefetchSchedule()
8731 CalculatePrefetchSchedule_params->dst_y_prefetch = &mode_lib->ms.dst_y_prefetch[k]; in dml_core_mode_support()
8764 if (mode_lib->ms.dst_y_prefetch[k] < 2.0 in dml_core_mode_support()
10849 CalculatePrefetchSchedule_params->dst_y_prefetch = &mode_lib->mp.dst_y_prefetch[k]; in dml_core_mode_programming()
10892 if (mode_lib->mp.dst_y_prefetch[k] < 2) in dml_core_mode_programming()
12034 l->dst_y_prefetch = mode_lib->mp.dst_y_prefetch[mode_lib->mp.pipe_plane[pipe_idx]]; in rq_dlg_get_dlg_reg()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
A Ddcn10_hubp.c697 DST_Y_PREFETCH, dlg_attr->dst_y_prefetch, in hubp1_setup_interdependent()
920 DST_Y_PREFETCH, &dlg_attr->dst_y_prefetch, in hubp1_read_state_common()
924 DST_Y_PREFETCH, &dlg_attr->dst_y_prefetch, in hubp1_read_state_common()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
A Ddml21_utils.c184 out->dlg_regs.dst_y_prefetch = disp_dlg_regs->dst_y_prefetch; in dml21_update_pipe_ctx_dchub_regs()
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
A Ddcn401_hubp.c318 DST_Y_PREFETCH, dlg_attr->dst_y_prefetch, in hubp401_setup_interdependent()
812 DST_Y_PREFETCH, &dlg_attr->dst_y_prefetch, in hubp401_read_state()
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
A Ddcn20_hubp.c254 DST_Y_PREFETCH, dlg_attr->dst_y_prefetch, in hubp2_setup_interdependent()
1155 DST_Y_PREFETCH, &dlg_attr->dst_y_prefetch, in hubp2_read_state_common()
1159 DST_Y_PREFETCH, &dlg_attr->dst_y_prefetch, in hubp2_read_state_common()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer_debug.c263 dlg_regs->dst_y_prefetch, dlg_regs->dst_y_per_vm_vblank, dlg_regs->dst_y_per_row_vblank, in dcn10_get_dlg_states()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
A Ddcn20_hwseq.c1600 if (old_dlg_attr.dst_y_prefetch != new_dlg_attr->dst_y_prefetch || in dcn20_detect_pipe_changes()
1618 old_dlg_attr.dst_y_prefetch = new_dlg_attr->dst_y_prefetch; in dcn20_detect_pipe_changes()

Completed in 150 milliseconds

12