Searched refs:Read256BytesBlockWidthC (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 621 int Read256BytesBlockWidthC[], 659 int Read256BytesBlockWidthC[], 3152 int Read256BytesBlockWidthC[DC__NUM_DPP__MAX] = { 0 }; in DisplayPipeConfiguration() local 3175 &Read256BytesBlockWidthC[k]); in DisplayPipeConfiguration() 3195 Read256BytesBlockWidthC, in DisplayPipeConfiguration() 6291 int Read256BytesBlockWidthC[], in CalculateSwathAndDETConfiguration() argument 6344 Read256BytesBlockWidthC, in CalculateSwathAndDETConfiguration() 6481 int Read256BytesBlockWidthC[], in CalculateSwathWidth() argument 6505 surface_width_ub_c = dml_ceil(SurfaceWidthC[k], Read256BytesBlockWidthC[k]); in CalculateSwathWidth() 6546 surface_width_ub_c = dml_ceil(SurfaceWidthC[k], Read256BytesBlockWidthC[k]); in CalculateSwathWidth() [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_mode_vba_20.c | 2721 double Read256BytesBlockWidthC; in dml20_DisplayPipeConfiguration() local 2773 Read256BytesBlockWidthC = 0; in dml20_DisplayPipeConfiguration() 2787 Read256BytesBlockWidthC = 256 / dml_ceil(BytePerPixDETC, 2) in dml20_DisplayPipeConfiguration() 2796 MaximumSwathHeightC = Read256BytesBlockWidthC; in dml20_DisplayPipeConfiguration()
|
D | display_mode_vba_20v2.c | 2793 double Read256BytesBlockWidthC; in dml20v2_DisplayPipeConfiguration() local 2845 Read256BytesBlockWidthC = 0; in dml20v2_DisplayPipeConfiguration() 2859 Read256BytesBlockWidthC = 256 / dml_ceil(BytePerPixDETC, 2) in dml20v2_DisplayPipeConfiguration() 2868 MaximumSwathHeightC = Read256BytesBlockWidthC; in dml20v2_DisplayPipeConfiguration()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_mode_vba_21.c | 2813 double Read256BytesBlockWidthC; in DisplayPipeConfiguration() local 2865 Read256BytesBlockWidthC = 0; in DisplayPipeConfiguration() 2879 Read256BytesBlockWidthC = 256 / dml_ceil(BytePerPixDETC, 2) in DisplayPipeConfiguration() 2888 MaximumSwathHeightC = Read256BytesBlockWidthC; in DisplayPipeConfiguration()
|