HomeSort by: relevance | last modified time | path
    Searched defs:req_per_swath_ub (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 5746 double req_per_swath_ub; local in function:CalculatePixelDeliveryTimes
5794 req_per_swath_ub = swath_width_luma_ub[k] / BlockWidth256BytesY[k];
5796 req_per_swath_ub = swath_width_luma_ub[k] / BlockHeight256BytesY[k];
5799 / req_per_swath_ub;
5801 DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_per_swath_ub;
5807 req_per_swath_ub = swath_width_chroma_ub[k]
5810 req_per_swath_ub = swath_width_chroma_ub[k]
5814 DisplayPipeLineDeliveryTimeChroma[k] / req_per_swath_ub;
5816 DisplayPipeLineDeliveryTimeChromaPrefetch[k] / req_per_swath_ub;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
display_mode_structs.h 383 unsigned int req_per_swath_ub; member in struct:_vcs_dpi_display_data_rq_dlg_params_st

Completed in 18 milliseconds