OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compressed_bpp
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_vdsc.c
290
static int get_row_index_for_rc_params(u16
compressed_bpp
)
292
switch (
compressed_bpp
) {
326
static const struct rc_parameters *get_rc_params(u16
compressed_bpp
,
331
row_index = get_row_index_for_rc_params(
compressed_bpp
);
391
u16
compressed_bpp
= pipe_config->dsc.
compressed_bpp
;
local in function:intel_dsc_compute_params
406
vdsc_cfg->bits_per_pixel =
compressed_bpp
<< 4;
422
if (
compressed_bpp
== 6) {
427
rc_params = get_rc_params(
compressed_bpp
, vdsc_cfg->bits_per_component);
942
crtc_state->dsc.
compressed_bpp
= vdsc_cfg->bits_per_pixel >> 4
[
all
...]
icl_dsi.c
318
bpp = crtc_state->dsc.
compressed_bpp
;
818
mul = crtc_state->dsc.
compressed_bpp
;
1284
if (pipe_config->dsc.
compressed_bpp
) {
1285
int div = pipe_config->dsc.
compressed_bpp
;
intel_display_types.h
1047
u16
compressed_bpp
;
member in struct:intel_crtc_state::__anonde7c4d451208
intel_dp.c
2159
pipe_config->dsc.
compressed_bpp
=
2183
pipe_config->dsc.
compressed_bpp
= min_t(u16,
2207
pipe_config->dsc.
compressed_bpp
);
2215
pipe_config->dsc.
compressed_bpp
,
2294
pipe_config->dsc.
compressed_bpp
);
2298
pipe_config->dsc.
compressed_bpp
),
2468
output_bpp = pipe_config->dsc.
compressed_bpp
;
intel_bios.c
2443
crtc_state->dsc.
compressed_bpp
= min(crtc_state->pipe_bpp,
intel_display.c
13722
PIPE_CONF_CHECK_I(dsc.
compressed_bpp
);
Completed in 33 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025