Searched refs:MetaRowByteLuma (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_mode_vba_20.c | 185 unsigned int MetaRowByteLuma, 3044 unsigned int MetaRowByteLuma, in CalculateActiveRowBandwidth() argument 3059 *meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime) in CalculateActiveRowBandwidth() 3063 *meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime); in CalculateActiveRowBandwidth()
|
D | display_mode_vba_20v2.c | 209 unsigned int MetaRowByteLuma, 3117 unsigned int MetaRowByteLuma, in CalculateActiveRowBandwidth() argument 3132 *meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime) in CalculateActiveRowBandwidth() 3136 *meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime); in CalculateActiveRowBandwidth()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_mode_vba_21.c | 237 unsigned int MetaRowByteLuma, 3129 unsigned int MetaRowByteLuma, in CalculateActiveRowBandwidth() argument 3143 *meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime) in CalculateActiveRowBandwidth() 3147 *meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime); in CalculateActiveRowBandwidth()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 231 unsigned int MetaRowByteLuma, 3410 unsigned int MetaRowByteLuma, in CalculateRowBandwidth() argument 3424 *meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime) in CalculateRowBandwidth() 3428 *meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime); in CalculateRowBandwidth()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 249 unsigned int MetaRowByteLuma, 3601 unsigned int MetaRowByteLuma, argument 3615 …*meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime) + VRatioChroma * MetaR… 3617 *meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime);
|