Searched refs:Read256BytesBlockWidthC (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 622 int Read256BytesBlockWidthC[], 660 int Read256BytesBlockWidthC[], 3158 int Read256BytesBlockWidthC[DC__NUM_DPP__MAX] = { 0 }; in DisplayPipeConfiguration() local 3181 &Read256BytesBlockWidthC[k]); in DisplayPipeConfiguration() 3201 Read256BytesBlockWidthC, in DisplayPipeConfiguration() 6277 int Read256BytesBlockWidthC[], in CalculateSwathAndDETConfiguration() argument 6330 Read256BytesBlockWidthC, in CalculateSwathAndDETConfiguration() 6467 int Read256BytesBlockWidthC[], in CalculateSwathWidth() argument 6491 surface_width_ub_c = dml_ceil(SurfaceWidthC[k], Read256BytesBlockWidthC[k]); in CalculateSwathWidth() 6532 surface_width_ub_c = dml_ceil(SurfaceWidthC[k], Read256BytesBlockWidthC[k]); in CalculateSwathWidth() [all …]
|
/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 611 int Read256BytesBlockWidthC[], 649 int Read256BytesBlockWidthC[], 3337 int Read256BytesBlockWidthC[DC__NUM_DPP__MAX]; local 3361 &Read256BytesBlockWidthC[k]); 3382 Read256BytesBlockWidthC, 6645 int Read256BytesBlockWidthC[], argument 6698 Read256BytesBlockWidthC, 6823 int Read256BytesBlockWidthC[], argument 6893 int surface_width_ub_c = dml_ceil(SurfaceWidthC[k], Read256BytesBlockWidthC[k]); 6907 (int) dml_ceil(SwathWidthC[k] - 1, Read256BytesBlockWidthC[k]) + Read256BytesBlockWidthC[k]); [all …]
|
/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 | 2794 double Read256BytesBlockWidthC; in dml20v2_DisplayPipeConfiguration() local 2846 Read256BytesBlockWidthC = 0; in dml20v2_DisplayPipeConfiguration() 2860 Read256BytesBlockWidthC = 256 / dml_ceil(BytePerPixDETC, 2) in dml20v2_DisplayPipeConfiguration() 2869 MaximumSwathHeightC = Read256BytesBlockWidthC; in dml20v2_DisplayPipeConfiguration()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_mode_vba_21.c | 2817 double Read256BytesBlockWidthC; in DisplayPipeConfiguration() local 2869 Read256BytesBlockWidthC = 0; in DisplayPipeConfiguration() 2883 Read256BytesBlockWidthC = 256 / dml_ceil(BytePerPixDETC, 2) in DisplayPipeConfiguration() 2892 MaximumSwathHeightC = Read256BytesBlockWidthC; in DisplayPipeConfiguration()
|