OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dsc_max_bpc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
icl_dsi.c
1343
int
dsc_max_bpc
= INTEL_GEN(dev_priv) >= 12 ? 12 : 10;
local in function:gen11_dsi_dsc_compute_config
1347
use_dsc = intel_bios_get_dsc_params(encoder, crtc_state,
dsc_max_bpc
);
intel_dp.c
2044
static int intel_dp_dsc_compute_bpp(struct intel_dp *intel_dp, u8
dsc_max_bpc
)
2052
if (
dsc_max_bpc
>= dsc_bpc[i])
2124
u8
dsc_max_bpc
;
local in function:intel_dp_dsc_compute_config
2136
dsc_max_bpc
= min_t(u8, 12, conn_state->max_requested_bpc);
2138
dsc_max_bpc
= min_t(u8, 10,
2141
pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp,
dsc_max_bpc
);
Completed in 21 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025