Home
last modified time | relevance | path

Searched refs:BytePerPixelC (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c121 int BytePerPixelC,
163 unsigned int BytePerPixelC,
359 int BytePerPixelC[],
444 int BytePerPixelC[],
472 int BytePerPixelC[],
505 int BytePerPixelC[],
548 int BytePerPixelC[],
719 unsigned int *BytePerPixelC,
918 int BytePerPixelC, in CalculatePrefetchSchedule()
1078 …_luma_ub * BytePerPixelY + PrefetchSourceLinesC * swath_width_chroma_ub * BytePerPixelC) / Tsw_oto; in CalculatePrefetchSchedule()
[all …]
Ddisplay_rq_dlg_calc_30.c282 unsigned int *BytePerPixelC, in CalculateBytePerPixelAnd256BBlockSizes() argument
294 *BytePerPixelC = 0; in CalculateBytePerPixelAnd256BBlockSizes()
299 *BytePerPixelC = 0; in CalculateBytePerPixelAnd256BBlockSizes()
304 *BytePerPixelC = 0; in CalculateBytePerPixelAnd256BBlockSizes()
309 *BytePerPixelC = 0; in CalculateBytePerPixelAnd256BBlockSizes()
314 *BytePerPixelC = 1; in CalculateBytePerPixelAnd256BBlockSizes()
319 *BytePerPixelC = 2; in CalculateBytePerPixelAnd256BBlockSizes()
324 *BytePerPixelC = 4; in CalculateBytePerPixelAnd256BBlockSizes()
329 *BytePerPixelC = 4; in CalculateBytePerPixelAnd256BBlockSizes()
363 *BlockWidth256BytesC = 256U / *BytePerPixelC / *BlockHeight256BytesC; in CalculateBytePerPixelAnd256BBlockSizes()
/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c80 int BytePerPixelC; member
91 unsigned int *BytePerPixelC,
185 unsigned int BytePerPixelC,
329 int BytePerPixelC[],
412 int BytePerPixelC[],
441 int BytePerPixelC[],
474 int BytePerPixelC[],
517 int BytePerPixelC[],
1109 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC / 4;
1111 bytes_pp = myPipe->BytePerPixelY + myPipe->BytePerPixelC;
[all …]
Ddisplay_rq_dlg_calc_31.c35 unsigned int *BytePerPixelC, in CalculateBytePerPixelAnd256BBlockSizes() argument
47 *BytePerPixelC = 0; in CalculateBytePerPixelAnd256BBlockSizes()
52 *BytePerPixelC = 0; in CalculateBytePerPixelAnd256BBlockSizes()
57 *BytePerPixelC = 0; in CalculateBytePerPixelAnd256BBlockSizes()
62 *BytePerPixelC = 0; in CalculateBytePerPixelAnd256BBlockSizes()
67 *BytePerPixelC = 1; in CalculateBytePerPixelAnd256BBlockSizes()
72 *BytePerPixelC = 2; in CalculateBytePerPixelAnd256BBlockSizes()
77 *BytePerPixelC = 4; in CalculateBytePerPixelAnd256BBlockSizes()
82 *BytePerPixelC = 4; in CalculateBytePerPixelAnd256BBlockSizes()
114 *BlockWidth256BytesC = 256U / *BytePerPixelC / *BlockHeight256BytesC; in CalculateBytePerPixelAnd256BBlockSizes()
/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h135 unsigned int BytePerPixelC,
790 unsigned int BytePerPixelC[DC__NUM_DPP__MAX]; member
Ddisplay_mode_vba.c775 unsigned int BytePerPixelC, in Calculate256BBlockSizes() argument
807 *BlockWidth256BytesC = 256 / BytePerPixelC / *BlockHeight256BytesC; in Calculate256BBlockSizes()