Searched refs:CursorRequestDeliveryTime (Results 1 - 10 of 10) sorted by path

/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c433 double CursorRequestDeliveryTime[],
2855 v->CursorRequestDeliveryTime,
5578 double CursorRequestDeliveryTime[],
5645 CursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;
5647 CursorRequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;
5655 CursorRequestDeliveryTime[k] = 0;
5547 CalculatePixelDeliveryTimes( unsigned int NumberOfActivePlanes, double VRatio[], double VRatioChroma[], double VRatioPrefetchY[], double VRatioPrefetchC[], unsigned int swath_width_luma_ub[], unsigned int swath_width_chroma_ub[], unsigned int DPPPerPlane[], double HRatio[], double HRatioChroma[], double PixelClock[], double PSCL_THROUGHPUT[], double PSCL_THROUGHPUT_CHROMA[], double DPPCLK[], int BytePerPixelC[], enum scan_direction_class SourceScan[], unsigned int NumberOfCursors[], unsigned int CursorWidth[][2], unsigned int CursorBPP[][2], unsigned int BlockWidth256BytesY[], unsigned int BlockHeight256BytesY[], unsigned int BlockWidth256BytesC[], unsigned int BlockHeight256BytesC[], double DisplayPipeLineDeliveryTimeLuma[], double DisplayPipeLineDeliveryTimeChroma[], double DisplayPipeLineDeliveryTimeLumaPrefetch[], double DisplayPipeLineDeliveryTimeChromaPrefetch[], double DisplayPipeRequestDeliveryTimeLuma[], double DisplayPipeRequestDeliveryTimeChroma[], double DisplayPipeRequestDeliveryTimeLumaPrefetch[], double DisplayPipeRequestDeliveryTimeChromaPrefetch[], double CursorRequestDeliveryTime[], double CursorRequestDeliveryTimePrefetch[]) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c397 double CursorRequestDeliveryTime[],
3016 v->CursorRequestDeliveryTime,
5930 double CursorRequestDeliveryTime[],
6011 CursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;
6013 CursorRequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;
6021 CursorRequestDeliveryTime[k] = 0;
6026 dml_print("DML::%s: k=%d : CursorRequestDeliveryTime = %f\n", __func__, k, CursorRequestDeliveryTime[k]);
5899 CalculatePixelDeliveryTimes( unsigned int NumberOfActivePlanes, double VRatio[], double VRatioChroma[], double VRatioPrefetchY[], double VRatioPrefetchC[], unsigned int swath_width_luma_ub[], unsigned int swath_width_chroma_ub[], unsigned int DPPPerPlane[], double HRatio[], double HRatioChroma[], double PixelClock[], double PSCL_THROUGHPUT[], double PSCL_THROUGHPUT_CHROMA[], double DPPCLK[], int BytePerPixelC[], enum scan_direction_class SourceScan[], unsigned int NumberOfCursors[], unsigned int CursorWidth[][DC__NUM_CURSOR__MAX], unsigned int CursorBPP[][DC__NUM_CURSOR__MAX], unsigned int BlockWidth256BytesY[], unsigned int BlockHeight256BytesY[], unsigned int BlockWidth256BytesC[], unsigned int BlockHeight256BytesC[], double DisplayPipeLineDeliveryTimeLuma[], double DisplayPipeLineDeliveryTimeChroma[], double DisplayPipeLineDeliveryTimeLumaPrefetch[], double DisplayPipeLineDeliveryTimeChromaPrefetch[], double DisplayPipeRequestDeliveryTimeLuma[], double DisplayPipeRequestDeliveryTimeChroma[], double DisplayPipeRequestDeliveryTimeLumaPrefetch[], double DisplayPipeRequestDeliveryTimeChromaPrefetch[], double CursorRequestDeliveryTime[], double CursorRequestDeliveryTimePrefetch[]) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c409 double CursorRequestDeliveryTime[],
3038 v->CursorRequestDeliveryTime,
6027 double CursorRequestDeliveryTime[],
6109 CursorRequestDeliveryTime[k] = CursorWidth[k][0] / HRatio[k] / PixelClock[k] / cursor_req_per_width;
6111 CursorRequestDeliveryTime[k] = CursorWidth[k][0] / PSCL_THROUGHPUT[k] / DPPCLK[k] / cursor_req_per_width;
6119 CursorRequestDeliveryTime[k] = 0;
6124 dml_print("DML::%s: k=%d : CursorRequestDeliveryTime = %f\n", __func__, k, CursorRequestDeliveryTime[k]);
5996 CalculatePixelDeliveryTimes( unsigned int NumberOfActivePlanes, double VRatio[], double VRatioChroma[], double VRatioPrefetchY[], double VRatioPrefetchC[], unsigned int swath_width_luma_ub[], unsigned int swath_width_chroma_ub[], unsigned int DPPPerPlane[], double HRatio[], double HRatioChroma[], double PixelClock[], double PSCL_THROUGHPUT[], double PSCL_THROUGHPUT_CHROMA[], double DPPCLK[], int BytePerPixelC[], enum scan_direction_class SourceScan[], unsigned int NumberOfCursors[], unsigned int CursorWidth[][DC__NUM_CURSOR__MAX], unsigned int CursorBPP[][DC__NUM_CURSOR__MAX], unsigned int BlockWidth256BytesY[], unsigned int BlockHeight256BytesY[], unsigned int BlockWidth256BytesC[], unsigned int BlockHeight256BytesC[], double DisplayPipeLineDeliveryTimeLuma[], double DisplayPipeLineDeliveryTimeChroma[], double DisplayPipeLineDeliveryTimeLumaPrefetch[], double DisplayPipeLineDeliveryTimeChromaPrefetch[], double DisplayPipeRequestDeliveryTimeLuma[], double DisplayPipeRequestDeliveryTimeChroma[], double DisplayPipeRequestDeliveryTimeLumaPrefetch[], double DisplayPipeRequestDeliveryTimeChromaPrefetch[], double CursorRequestDeliveryTime[], double CursorRequestDeliveryTimePrefetch[]) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c1285 v->CursorRequestDeliveryTime,
H A Ddisplay_mode_vba_util_32.c4723 double CursorRequestDeliveryTime[],
4842 CursorRequestDeliveryTime[k] = (double) CursorWidth[k][0] /
4845 CursorRequestDeliveryTime[k] = (double) CursorWidth[k][0] /
4856 CursorRequestDeliveryTime[k] = 0;
4862 dml_print("DML::%s: k=%d : CursorRequestDeliveryTime = %f\n",
4863 __func__, k, CursorRequestDeliveryTime[k]);
4691 dml32_CalculatePixelDeliveryTimes( unsigned int NumberOfActiveSurfaces, double VRatio[], double VRatioChroma[], double VRatioPrefetchY[], double VRatioPrefetchC[], unsigned int swath_width_luma_ub[], unsigned int swath_width_chroma_ub[], unsigned int DPPPerSurface[], double HRatio[], double HRatioChroma[], double PixelClock[], double PSCL_THROUGHPUT[], double PSCL_THROUGHPUT_CHROMA[], double Dppclk[], unsigned int BytePerPixelC[], enum dm_rotation_angle SourceRotation[], unsigned int NumberOfCursors[], unsigned int CursorWidth[][DC__NUM_CURSOR__MAX], unsigned int CursorBPP[][DC__NUM_CURSOR__MAX], unsigned int BlockWidth256BytesY[], unsigned int BlockHeight256BytesY[], unsigned int BlockWidth256BytesC[], unsigned int BlockHeight256BytesC[], double DisplayPipeLineDeliveryTimeLuma[], double DisplayPipeLineDeliveryTimeChroma[], double DisplayPipeLineDeliveryTimeLumaPrefetch[], double DisplayPipeLineDeliveryTimeChromaPrefetch[], double DisplayPipeRequestDeliveryTimeLuma[], double DisplayPipeRequestDeliveryTimeChroma[], double DisplayPipeRequestDeliveryTimeLumaPrefetch[], double DisplayPipeRequestDeliveryTimeChromaPrefetch[], double CursorRequestDeliveryTime[], double CursorRequestDeliveryTimePrefetch[]) argument
H A Ddisplay_mode_vba_util_32.h887 double CursorRequestDeliveryTime[],
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c170 dml_get_pipe_attr_func(refcyc_per_cursor_req_delivery_in_us, mode_lib->vba.CursorRequestDeliveryTime);
H A Ddisplay_mode_vba.h930 double CursorRequestDeliveryTime[DC__NUM_DPP__MAX]; member in struct:vba_vars_st
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c489 dml_float_t CursorRequestDeliveryTime[],
3297 dml_float_t CursorRequestDeliveryTime[],
3397 CursorRequestDeliveryTime[k] = (dml_float_t) CursorWidth[k] / HRatio[k] / PixelClock[k] / cursor_req_per_width;
3399 CursorRequestDeliveryTime[k] = (dml_float_t) CursorWidth[k] / PSCL_THROUGHPUT[k] / Dppclk[k] / cursor_req_per_width;
3407 CursorRequestDeliveryTime[k] = 0;
3412 dml_print("DML::%s: k=%u : CursorRequestDeliveryTime = %f\n", __func__, k, CursorRequestDeliveryTime[k]);
9516 locals->CursorRequestDeliveryTime,
10272 dml_get_per_surface_var_func(refcyc_per_cursor_req_delivery_in_us, dml_float_t, mode_lib->mp.CursorRequestDeliveryTime);
3263 CalculatePixelDeliveryTimes( dml_uint_t NumberOfActiveSurfaces, dml_float_t VRatio[], dml_float_t VRatioChroma[], dml_float_t VRatioPrefetchY[], dml_float_t VRatioPrefetchC[], dml_uint_t swath_width_luma_ub[], dml_uint_t swath_width_chroma_ub[], dml_uint_t DPPPerSurface[], dml_float_t HRatio[], dml_float_t HRatioChroma[], dml_float_t PixelClock[], dml_float_t PSCL_THROUGHPUT[], dml_float_t PSCL_THROUGHPUT_CHROMA[], dml_float_t Dppclk[], dml_uint_t BytePerPixelC[], enum dml_rotation_angle SourceScan[], dml_uint_t NumberOfCursors[], dml_uint_t CursorWidth[], dml_uint_t CursorBPP[], dml_uint_t BlockWidth256BytesY[], dml_uint_t BlockHeight256BytesY[], dml_uint_t BlockWidth256BytesC[], dml_uint_t BlockHeight256BytesC[], dml_float_t DisplayPipeLineDeliveryTimeLuma[], dml_float_t DisplayPipeLineDeliveryTimeChroma[], dml_float_t DisplayPipeLineDeliveryTimeLumaPrefetch[], dml_float_t DisplayPipeLineDeliveryTimeChromaPrefetch[], dml_float_t DisplayPipeRequestDeliveryTimeLuma[], dml_float_t DisplayPipeRequestDeliveryTimeChroma[], dml_float_t DisplayPipeRequestDeliveryTimeLumaPrefetch[], dml_float_t DisplayPipeRequestDeliveryTimeChromaPrefetch[], dml_float_t CursorRequestDeliveryTime[], dml_float_t CursorRequestDeliveryTimePrefetch[]) argument
H A Ddisplay_mode_core_structs.h1149 dml_float_t CursorRequestDeliveryTime[__DML_NUM_PLANES__]; member in struct:mode_program_st

Completed in 409 milliseconds