Home
last modified time | relevance | path

Searched refs:LBBitPerPixel (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c710 mode_lib->vba.LBBitPerPixel[mode_lib->vba.NumberOfActivePlanes] = in fetch_pipe_params()
737 mode_lib->vba.LBBitPerPixel[mode_lib->vba.NumberOfActivePlanes] = lb_depth; in fetch_pipe_params()
H A Ddisplay_mode_vba.h529 unsigned int LBBitPerPixel[DC__NUM_DPP__MAX]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h556 dml_uint_t LBBitPerPixel[__DML_NUM_PLANES__]; member
1352 dml_uint_t *LBBitPerPixel; member
H A Ddisplay_mode_core.c2897 …fferLines, dml_floor((dml_float_t)p->LineBufferSize / (dml_float_t)p->LBBitPerPixel[k] / ((dml_flo… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
2898 …fferLines, dml_floor((dml_float_t)p->LineBufferSize / (dml_float_t)p->LBBitPerPixel[k] / ((dml_flo… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
2904 dml_print("DML::%s: k=%u, LBBitPerPixel = %u\n", __func__, k, p->LBBitPerPixel[k]); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6671 CalculateWatermarks_params->LBBitPerPixel = mode_lib->ms.cache_display_cfg.plane.LBBitPerPixel; in dml_prefetch_check()
6998 …s.cache_display_cfg.plane.HRatio[k], 1.0) / mode_lib->ms.cache_display_cfg.plane.LBBitPerPixel[k] / in dml_core_mode_support()
7006 / mode_lib->ms.cache_display_cfg.plane.LBBitPerPixel[k] in dml_core_mode_support()
9444 CalculateWatermarks_params->LBBitPerPixel = mode_lib->ms.cache_display_cfg.plane.LBBitPerPixel; in dml_core_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c3633 …umSwathWidthInLineBufferLuma = v->LineBufferSize * dml_max(v->HRatio[k], 1.0) / v->LBBitPerPixel[k] in dml30_ModeSupportAndSystemConfigurationFull()
3638 …idthInLineBufferChroma = v->LineBufferSize * dml_max(v->HRatioChroma[k], 1.0) / v->LBBitPerPixel[k] in dml30_ModeSupportAndSystemConfigurationFull()
5024 …_min((double) v->MaxLineBufferLines, dml_floor(v->LineBufferSize / v->LBBitPerPixel[k] / (SwathWid… in CalculateWatermarksAndDRAMSpeedChangeSupport()
5026 …_min((double) v->MaxLineBufferLines, dml_floor(v->LineBufferSize / v->LBBitPerPixel[k] / (SwathWid… in CalculateWatermarksAndDRAMSpeedChangeSupport()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c4405 …(double) v->MaxLineBufferLines, dml_floor(v->LineBufferSizeFinal / v->LBBitPerPixel[k] / (SwathWid… in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
4406 …(double) v->MaxLineBufferLines, dml_floor(v->LineBufferSizeFinal / v->LBBitPerPixel[k] / (SwathWid… in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
4412 dml_print("DML::%s: k=%d, v->LBBitPerPixel = %d\n", __func__, k, v->LBBitPerPixel[k]); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
H A Ddisplay_mode_vba_32.c1939 * dml_max(mode_lib->vba.HRatio[k], 1.0) / mode_lib->vba.LBBitPerPixel[k] in dml32_ModeSupportAndSystemConfigurationFull()
1945 * dml_max(mode_lib->vba.HRatioChroma[k], 1.0) / mode_lib->vba.LBBitPerPixel[k] in dml32_ModeSupportAndSystemConfigurationFull()