OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dsc_cfg
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
amdgpu_rc_calc_dpi.c
79
static void copy_rc_to_cfg(struct drm_dsc_config *
dsc_cfg
, const struct rc_params *rc)
83
dsc_cfg
->rc_quant_incr_limit0 = rc->rc_quant_incr_limit0;
84
dsc_cfg
->rc_quant_incr_limit1 = rc->rc_quant_incr_limit1;
85
dsc_cfg
->initial_offset = rc->initial_fullness_offset;
86
dsc_cfg
->initial_xmit_delay = rc->initial_xmit_delay;
87
dsc_cfg
->first_line_bpg_offset = rc->first_line_bpg_offset;
88
dsc_cfg
->second_line_bpg_offset = rc->second_line_bpg_offset;
89
dsc_cfg
->flatness_min_qp = rc->flatness_min_qp;
90
dsc_cfg
->flatness_max_qp = rc->flatness_max_qp;
92
dsc_cfg
->rc_range_params[i].range_min_qp = rc->qp_min[i]
119
struct drm_dsc_config
dsc_cfg
;
local in function:dscc_compute_dsc_parameters
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_hwss.c
428
struct dsc_config
dsc_cfg
;
local in function:dp_set_dsc_on_stream
433
dsc_cfg
.pic_width = (stream->timing.h_addressable + stream->timing.h_border_left + stream->timing.h_border_right) / opp_cnt;
434
dsc_cfg
.pic_height = stream->timing.v_addressable + stream->timing.v_border_top + stream->timing.v_border_bottom;
435
dsc_cfg
.pixel_encoding = stream->timing.pixel_encoding;
436
dsc_cfg
.color_depth = stream->timing.display_color_depth;
437
dsc_cfg
.dc_dsc_cfg = stream->timing.
dsc_cfg
;
438
ASSERT(
dsc_cfg
.dc_dsc_cfg.num_slices_h % opp_cnt == 0);
439
dsc_cfg
.dc_dsc_cfg.num_slices_h /= opp_cnt;
441
dsc->funcs->dsc_set_config(dsc, &
dsc_cfg
, &dsc_optc_cfg)
530
struct dsc_config
dsc_cfg
;
local in function:dp_set_dsc_pps_sdp
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c
1928
pipes[pipe_cnt].dout.dsc_slices = res_ctx->pipe_ctx[i].stream->timing.
dsc_cfg
.num_slices_h;
2055
pipes[pipe_cnt].dout.output_bpp = res_ctx->pipe_ctx[i].stream->timing.
dsc_cfg
.bits_per_pixel / 16.0;
2293
struct dsc_config
dsc_cfg
;
local in function:dcn20_validate_dsc
2304
dsc_cfg
.pic_width = (stream->timing.h_addressable + stream->timing.h_border_left
2306
dsc_cfg
.pic_height = stream->timing.v_addressable + stream->timing.v_border_top
2308
dsc_cfg
.pixel_encoding = stream->timing.pixel_encoding;
2309
dsc_cfg
.color_depth = stream->timing.display_color_depth;
2310
dsc_cfg
.dc_dsc_cfg = stream->timing.
dsc_cfg
;
2311
dsc_cfg
.dc_dsc_cfg.num_slices_h /= opp_cnt
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_hw_types.h
740
struct dc_dsc_config
dsc_cfg
;
member in struct:dc_crtc_timing
Completed in 16 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025