Searched refs:ref_freq_to_pix_freq (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c74 double ref_freq_to_pix_freq,
806 double ref_freq_to_pix_freq = refclk_freq_in_mhz / pclk_freq_in_mhz; local
919 ASSERT(ref_freq_to_pix_freq < 4.0);
921 disp_dlg_regs->ref_freq_to_pix_freq =
922 (unsigned int) (ref_freq_to_pix_freq * dml_pow(2, 19));
923 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal
927 * (double) ref_freq_to_pix_freq);
955 dml_print("DML_DLG: %s: ref_freq_to_pix_freq = %3.2f\n",
957 ref_freq_to_pix_freq);
1376 ref_freq_to_pix_freq,
1619 calculate_ttu_cursor(struct display_mode_lib *mode_lib, double *refcyc_per_req_delivery_pre_cur, double *refcyc_per_req_delivery_cur, double refclk_freq_in_mhz, double ref_freq_to_pix_freq, double hscale_pixel_rate_l, double hscl_ratio, double vratio_pre_l, double vratio_l, unsigned int cur_width, enum cursor_bpp cur_bpp) argument
[all...]
H A Damdgpu_display_rq_dlg_calc_20v2.c74 double ref_freq_to_pix_freq,
806 double ref_freq_to_pix_freq = refclk_freq_in_mhz / pclk_freq_in_mhz; local
919 ASSERT(ref_freq_to_pix_freq < 4.0);
921 disp_dlg_regs->ref_freq_to_pix_freq =
922 (unsigned int) (ref_freq_to_pix_freq * dml_pow(2, 19));
923 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal
927 * (double) ref_freq_to_pix_freq);
956 dml_print("DML_DLG: %s: ref_freq_to_pix_freq = %3.2f\n",
958 ref_freq_to_pix_freq);
1377 ref_freq_to_pix_freq,
1620 calculate_ttu_cursor(struct display_mode_lib *mode_lib, double *refcyc_per_req_delivery_pre_cur, double *refcyc_per_req_delivery_cur, double refclk_freq_in_mhz, double ref_freq_to_pix_freq, double hscale_pixel_rate_l, double hscl_ratio, double vratio_pre_l, double vratio_l, unsigned int cur_width, enum cursor_bpp cur_bpp) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c51 double ref_freq_to_pix_freq,
852 double ref_freq_to_pix_freq = refclk_freq_in_mhz / pclk_freq_in_mhz; local
965 ASSERT(ref_freq_to_pix_freq < 4.0);
967 disp_dlg_regs->ref_freq_to_pix_freq =
968 (unsigned int) (ref_freq_to_pix_freq * dml_pow(2, 19));
969 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal
973 * (double) ref_freq_to_pix_freq);
1007 "DML_DLG: %s: ref_freq_to_pix_freq = %3.2f\n",
1009 ref_freq_to_pix_freq);
1448 ref_freq_to_pix_freq,
1732 calculate_ttu_cursor( struct display_mode_lib *mode_lib, double *refcyc_per_req_delivery_pre_cur, double *refcyc_per_req_delivery_cur, double refclk_freq_in_mhz, double ref_freq_to_pix_freq, double hscale_pixel_rate_l, double hscl_ratio, double vratio_pre_l, double vratio_l, unsigned int cur_width, enum cursor_bpp cur_bpp) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c1009 double ref_freq_to_pix_freq; local
1138 ref_freq_to_pix_freq = refclk_freq_in_mhz / pclk_freq_in_mhz;
1139 ASSERT(ref_freq_to_pix_freq < 4.0);
1140 disp_dlg_regs->ref_freq_to_pix_freq =
1141 (unsigned int) (ref_freq_to_pix_freq * dml_pow(2, 19));
1142 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal
1145 * (double) ref_freq_to_pix_freq);
1178 "DLG: %s: ref_freq_to_pix_freq = %3.2f",
1180 ref_freq_to_pix_freq);
1431 disp_dlg_regs->refcyc_x_after_scaler = dst_x_after_scaler * ref_freq_to_pix_freq; /* i
[all...]
H A Damdgpu_display_rq_dlg_helpers.c237 "DML_RQ_DLG_CALC: ref_freq_to_pix_freq = 0x%0x\n",
238 dlg_regs.ref_freq_to_pix_freq);
H A Ddisplay_mode_structs.h431 unsigned int ref_freq_to_pix_freq; member in struct:_vcs_dpi_display_dlg_regs_st
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A Damdgpu_dcn21_hubp.c470 REF_FREQ_TO_PIX_FREQ, &dlg_attr.ref_freq_to_pix_freq);
490 if (dlg_attr.ref_freq_to_pix_freq != dml_dlg_attr->ref_freq_to_pix_freq)
492 dml_dlg_attr->ref_freq_to_pix_freq, dlg_attr.ref_freq_to_pix_freq);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_hubp.c107 REF_FREQ_TO_PIX_FREQ, dlg_attr->ref_freq_to_pix_freq);
1095 REF_FREQ_TO_PIX_FREQ, &dlg_attr->ref_freq_to_pix_freq);
1372 REF_FREQ_TO_PIX_FREQ, &dlg_attr.ref_freq_to_pix_freq);
1392 if (dlg_attr.ref_freq_to_pix_freq != dml_dlg_attr->ref_freq_to_pix_freq)
1394 dml_dlg_attr->ref_freq_to_pix_freq, dlg_attr.ref_freq_to_pix_freq);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_hw_sequencer_debug.c268 dlg_regs->dst_y_per_vm_flip, dlg_regs->dst_y_per_row_flip, dlg_regs->ref_freq_to_pix_freq,
H A Damdgpu_dcn10_hubp.c602 REF_FREQ_TO_PIX_FREQ, dlg_attr->ref_freq_to_pix_freq);
903 REF_FREQ_TO_PIX_FREQ, &dlg_attr->ref_freq_to_pix_freq);
H A Damdgpu_dcn10_hw_sequencer.c235 dlg_regs->dst_y_per_vm_flip, dlg_regs->dst_y_per_row_flip, dlg_regs->ref_freq_to_pix_freq,
1735 "ref_freq_to_pix_freq: %d, \n"
1751 pipe_ctx->dlg_regs.ref_freq_to_pix_freq,

Completed in 305 milliseconds