OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vdsc_cfg
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_vdsc.c
390
struct drm_dsc_config *
vdsc_cfg
= &pipe_config->dsc.config;
local in function:intel_dsc_compute_params
395
vdsc_cfg
->pic_width = pipe_config->hw.adjusted_mode.crtc_hdisplay;
396
vdsc_cfg
->pic_height = pipe_config->hw.adjusted_mode.crtc_vdisplay;
397
vdsc_cfg
->slice_width = DIV_ROUND_UP(
vdsc_cfg
->pic_width,
401
vdsc_cfg
->simple_422 = false;
403
vdsc_cfg
->vbr_enable = false;
406
vdsc_cfg
->bits_per_pixel = compressed_bpp << 4;
407
vdsc_cfg
->bits_per_component = pipe_config->pipe_bpp / 3;
415
vdsc_cfg
->rc_buf_thresh[i] = rc_buf_thresh[i] >> 6
505
const struct drm_dsc_config *
vdsc_cfg
= &crtc_state->dsc.config;
local in function:intel_dsc_pps_configure
903
struct drm_dsc_config *
vdsc_cfg
= &crtc_state->dsc.config;
local in function:intel_dsc_get_config
950
const struct drm_dsc_config *
vdsc_cfg
= &crtc_state->dsc.config;
local in function:intel_dsc_dsi_pps_write
971
const struct drm_dsc_config *
vdsc_cfg
= &crtc_state->dsc.config;
local in function:intel_dsc_dp_pps_write
[
all
...]
icl_dsi.c
1342
struct drm_dsc_config *
vdsc_cfg
= &crtc_state->dsc.config;
local in function:gen11_dsi_dsc_compute_config
1358
vdsc_cfg
->convert_rgb = true;
1365
WARN_ON(
vdsc_cfg
->vbr_enable);
1366
WARN_ON(
vdsc_cfg
->simple_422);
1367
WARN_ON(
vdsc_cfg
->pic_width %
vdsc_cfg
->slice_width);
1368
WARN_ON(
vdsc_cfg
->slice_height < 8);
1369
WARN_ON(
vdsc_cfg
->pic_height %
vdsc_cfg
->slice_height);
1371
ret = drm_dsc_compute_rc_parameters(
vdsc_cfg
);
[
all
...]
intel_bios.c
2425
struct drm_dsc_config *
vdsc_cfg
= &crtc_state->dsc.config;
local in function:fill_dsc
2428
vdsc_cfg
->dsc_version_major = dsc->version_major;
2429
vdsc_cfg
->dsc_version_minor = dsc->version_minor;
2483
vdsc_cfg
->line_buf_depth = VBT_DSC_LINE_BUFFER_DEPTH(dsc->line_buffer_depth);
2485
vdsc_cfg
->block_pred_enable = dsc->block_prediction_enable;
2487
vdsc_cfg
->slice_height = dsc->slice_height;
intel_dp.c
2065
struct drm_dsc_config *
vdsc_cfg
= &crtc_state->dsc.config;
local in function:intel_dp_dsc_compute_params
2078
if (
vdsc_cfg
->pic_height % 8 == 0)
2079
vdsc_cfg
->slice_height = 8;
2080
else if (
vdsc_cfg
->pic_height % 4 == 0)
2081
vdsc_cfg
->slice_height = 4;
2083
vdsc_cfg
->slice_height = 2;
2085
vdsc_cfg
->dsc_version_major =
2088
vdsc_cfg
->dsc_version_minor =
2093
vdsc_cfg
->convert_rgb = intel_dp->dsc_dpcd[DP_DSC_DEC_COLOR_FORMAT_CAP - DP_DSC_SUPPORT] &
2102
if (
vdsc_cfg
->dsc_version_minor == 2
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025