OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bits_per_channel
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
amdgpu_dc_dsc.c
43
uint32_t
bits_per_channel
= 0;
local in function:dc_dsc_bandwidth_in_kbps_from_timing
54
bits_per_channel
= 6;
57
bits_per_channel
= 8;
60
bits_per_channel
= 10;
63
bits_per_channel
= 12;
66
bits_per_channel
= 14;
69
bits_per_channel
= 16;
75
ASSERT(
bits_per_channel
!= 0);
78
kbps *=
bits_per_channel
;
amdgpu_dc_dsc.c
43
uint32_t
bits_per_channel
= 0;
local in function:dc_dsc_bandwidth_in_kbps_from_timing
54
bits_per_channel
= 6;
57
bits_per_channel
= 8;
60
bits_per_channel
= 10;
63
bits_per_channel
= 12;
66
bits_per_channel
= 14;
69
bits_per_channel
= 16;
75
ASSERT(
bits_per_channel
!= 0);
78
kbps *=
bits_per_channel
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c
3196
uint32_t
bits_per_channel
= 0;
local in function:dc_bandwidth_in_kbps_from_timing
3207
bits_per_channel
= 6;
3210
bits_per_channel
= 8;
3213
bits_per_channel
= 10;
3216
bits_per_channel
= 12;
3219
bits_per_channel
= 14;
3222
bits_per_channel
= 16;
3228
ASSERT(
bits_per_channel
!= 0);
3231
kbps *=
bits_per_channel
;
amdgpu_dc_link.c
3196
uint32_t
bits_per_channel
= 0;
local in function:dc_bandwidth_in_kbps_from_timing
3207
bits_per_channel
= 6;
3210
bits_per_channel
= 8;
3213
bits_per_channel
= 10;
3216
bits_per_channel
= 12;
3219
bits_per_channel
= 14;
3222
bits_per_channel
= 16;
3228
ASSERT(
bits_per_channel
!= 0);
3231
kbps *=
bits_per_channel
;
Completed in 29 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025