HomeSort by: relevance | last modified time | path
    Searched refs:refcyc_x_after_scaler (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_hubp.c 467 REFCYC_X_AFTER_SCALER, &dlg_attr.refcyc_x_after_scaler,
484 if (dlg_attr.refcyc_x_after_scaler != dml_dlg_attr->refcyc_x_after_scaler)
485 DC_LOG_DEBUG("DML Validation | DST_AFTER_SCALER:REFCYC_X_AFTER_SCALER - Expected: %u Actual: %u\n",
486 dml_dlg_attr->refcyc_x_after_scaler, dlg_attr.refcyc_x_after_scaler);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_display_rq_dlg_helpers.c 216 "DML_RQ_DLG_CALC: refcyc_x_after_scaler = 0x%0x\n",
217 dlg_regs.refcyc_x_after_scaler);
display_mode_structs.h 424 unsigned int refcyc_x_after_scaler; member in struct:_vcs_dpi_display_dlg_regs_st
amdgpu_dml1_display_rq_dlg_calc.c 1431 disp_dlg_regs->refcyc_x_after_scaler = dst_x_after_scaler * ref_freq_to_pix_freq; /* in terms of refclk */
1432 ASSERT(disp_dlg_regs->refcyc_x_after_scaler < (unsigned int) dml_pow(2, 13));
1438 "DLG: %s: disp_dlg_regs->refcyc_x_after_scaler = 0x%0x",
1440 disp_dlg_regs->refcyc_x_after_scaler);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hubp.c 103 REFCYC_X_AFTER_SCALER, dlg_attr->refcyc_x_after_scaler,
1078 REFCYC_X_AFTER_SCALER, &dlg_attr->refcyc_x_after_scaler,
1369 REFCYC_X_AFTER_SCALER, &dlg_attr.refcyc_x_after_scaler,
1386 if (dlg_attr.refcyc_x_after_scaler != dml_dlg_attr->refcyc_x_after_scaler)
1387 DC_LOG_DEBUG("DML Validation | DST_AFTER_SCALER:REFCYC_X_AFTER_SCALER - Expected: %u Actual: %u\n",
1388 dml_dlg_attr->refcyc_x_after_scaler, dlg_attr.refcyc_x_after_scaler)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer_debug.c 266 dlg_regs->refcyc_per_htotal, dlg_regs->refcyc_x_after_scaler, dlg_regs->dst_y_after_scaler,
amdgpu_dcn10_hubp.c 598 REFCYC_X_AFTER_SCALER, dlg_attr->refcyc_x_after_scaler,
886 REFCYC_X_AFTER_SCALER, &dlg_attr->refcyc_x_after_scaler,
amdgpu_dcn10_hw_sequencer.c 233 dlg_regs->refcyc_per_htotal, dlg_regs->refcyc_x_after_scaler, dlg_regs->dst_y_after_scaler,
1730 "refcyc_x_after_scaler: %d, \n"
1746 pipe_ctx->dlg_regs.refcyc_x_after_scaler,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 1406 disp_dlg_regs->refcyc_x_after_scaler = dst_x_after_scaler * ref_freq_to_pix_freq; // in terms of refclk
1407 ASSERT(disp_dlg_regs->refcyc_x_after_scaler < (unsigned int) dml_pow(2, 13));
amdgpu_display_rq_dlg_calc_20v2.c 1407 disp_dlg_regs->refcyc_x_after_scaler = dst_x_after_scaler * ref_freq_to_pix_freq; // in terms of refclk
1408 ASSERT(disp_dlg_regs->refcyc_x_after_scaler < (unsigned int) dml_pow(2, 13));
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 1479 disp_dlg_regs->refcyc_x_after_scaler = dst_x_after_scaler * ref_freq_to_pix_freq; // in terms of refclk
1480 ASSERT(disp_dlg_regs->refcyc_x_after_scaler < (unsigned int)dml_pow(2, 13));

Completed in 25 milliseconds