Searched refs:src_y_ahead_c (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 1076 unsigned int src_y_ahead_c; member
|
D | dml2_core_shared.c | 8935 …s->src_y_ahead_c = (unsigned int)(math_floor2(p->DETBufferSizeC[k] / p->BytePerPixelDETC[k] / p->S… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 8936 s->sub_vp_lines_c = s->src_y_pstate_c + s->src_y_ahead_c + p->meta_row_height_c[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 8946 dml2_printf("DML::%s: k=%u, src_y_ahead_c = %u\n", __func__, k, s->src_y_ahead_c); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|
D | dml2_core_dcn4_calcs.c | 6638 …s->src_y_ahead_c = (unsigned int)(math_floor2(p->DETBufferSizeC[k] / p->BytePerPixelDETC[k] / p->S… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6639 s->sub_vp_lines_c = s->src_y_pstate_c + s->src_y_ahead_c + p->meta_row_height_c[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6649 dml2_printf("DML::%s: k=%u, src_y_ahead_c = %u\n", __func__, k, s->src_y_ahead_c); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.c | 4600 unsigned int src_y_ahead_l, src_y_ahead_c, sub_vp_lines_l, sub_vp_lines_c; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() local 4623 …src_y_ahead_c = dml_floor(DETBufferSizeC[k] / BytePerPixelDETC[k] / SwathWidthC[k], SwathHeightC[k… in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4624 sub_vp_lines_c = src_y_pstate_c + src_y_ahead_c + v->meta_row_height_chroma[k]; in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 4629 dml_print("DML::%s: k=%d, src_y_ahead_c = %d\n", __func__, k, src_y_ahead_c); in dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_core_structs.h | 1728 dml_uint_t src_y_ahead_c; member
|
D | display_mode_core.c | 3088 …s->src_y_ahead_c = (dml_uint_t)(dml_floor(p->DETBufferSizeC[k] / p->BytePerPixelDETC[k] / p->Swath… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3089 s->sub_vp_lines_c = s->src_y_pstate_c + s->src_y_ahead_c + p->meta_row_height_chroma[k]; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3094 dml_print("DML::%s: k=%u, src_y_ahead_c = %u\n", __func__, k, s->src_y_ahead_c); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
|