Searched refs:Read256BytesBlockWidthC (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 622 int Read256BytesBlockWidthC[], 660 int Read256BytesBlockWidthC[], 3155 int Read256BytesBlockWidthC[DC__NUM_DPP__MAX] = { 0 }; in DisplayPipeConfiguration() local 3178 &Read256BytesBlockWidthC[k]); in DisplayPipeConfiguration() 3198 Read256BytesBlockWidthC, in DisplayPipeConfiguration() 6274 int Read256BytesBlockWidthC[], in CalculateSwathAndDETConfiguration() argument 6327 Read256BytesBlockWidthC, in CalculateSwathAndDETConfiguration() 6464 int Read256BytesBlockWidthC[], in CalculateSwathWidth() argument 6488 surface_width_ub_c = dml_ceil(SurfaceWidthC[k], Read256BytesBlockWidthC[k]); in CalculateSwathWidth() 6529 surface_width_ub_c = dml_ceil(SurfaceWidthC[k], Read256BytesBlockWidthC[k]); in CalculateSwathWidth() [all …]
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 667 int Read256BytesBlockWidthC[], 705 int Read256BytesBlockWidthC[], 3449 int Read256BytesBlockWidthC[DC__NUM_DPP__MAX]; local 3473 &Read256BytesBlockWidthC[k]); 3494 Read256BytesBlockWidthC, 6865 int Read256BytesBlockWidthC[], argument 6918 Read256BytesBlockWidthC, 7043 int Read256BytesBlockWidthC[], argument 7113 int surface_width_ub_c = dml_ceil(SurfaceWidthC[k], Read256BytesBlockWidthC[k]); 7127 (int) dml_ceil(SwathWidthC[k] - 1, Read256BytesBlockWidthC[k]) + Read256BytesBlockWidthC[k]); [all …]
|
/Linux-v5.15/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()
|
/Linux-v5.15/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()
|