OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dsc_bpp_increment_div
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
amdgpu_dc_dsc.c
826
if (dc->debug.
dsc_bpp_increment_div
) {
827
/*
dsc_bpp_increment_div
should onl be 1, 2, 4, 8 or 16, but rather than rejecting invalid values,
831
if (dc->debug.
dsc_bpp_increment_div
>= 1)
833
if (dc->debug.
dsc_bpp_increment_div
>= 2)
835
if (dc->debug.
dsc_bpp_increment_div
>= 4)
837
if (dc->debug.
dsc_bpp_increment_div
>= 8)
839
if (dc->debug.
dsc_bpp_increment_div
>= 16)
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h
375
int
dsc_bpp_increment_div
;
member in struct:dc_debug_options
Completed in 13 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025