Searched refs:LBBitPerPixel (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_utils.c | 75 dml_plane_array->LBBitPerPixel[dst_index] = dml_plane_array->LBBitPerPixel[src_index]; in dml2_util_copy_dml_plane()
|
H A D | dml2_translation_helper.c | 1046 out->LBBitPerPixel[location] = 57; in populate_dummy_dml_plane_cfg() 1090 out->LBBitPerPixel[location] = 57; in populate_dml_plane_cfg_from_plane_state()
|
H A D | display_mode_util.c | 578 dml_print("DML: plane_cfg: plane=%d, LBBitPerPixel = %d\n", i, plane->LBBitPerPixel[i]); in dml_print_dml_display_cfg_plane()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_vba.c | 710 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 D | display_mode_vba.h | 529 unsigned int LBBitPerPixel[DC__NUM_DPP__MAX]; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.c | 4405 …(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 D | display_mode_vba_32.c | 1939 * 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()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_dcn4_calcs.c | 6773 double LBBitPerPixel = 57; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local 6775 …double)p->MaxLineBufferLines, math_floor2((double)p->LineBufferSize / LBBitPerPixel / ((double)p->… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6776 …double)p->MaxLineBufferLines, math_floor2((double)p->LineBufferSize / LBBitPerPixel / ((double)p->… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6781 DML_LOG_VERBOSE("DML::%s: k=%u, LBBitPerPixel = %f\n", __func__, k, LBBitPerPixel); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|