Searched refs:dsc_config (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Ddsc.h39 struct dsc_config { struct
92 bool (*dsc_validate_stream)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg);
93 void (*dsc_set_config)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
95 bool (*dsc_get_packed_pps)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_dsc.c36 static bool dsc_prepare_config(const struct dsc_config *dsc_cfg, struct dsc_reg_values *dsc_reg_vals,
47 static bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg);
48 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
50 static bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, uint8_t *dsc_packed_pps);
168 static bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg)
180 static void dsc_config_log(struct display_stream_compressor *dsc, const struct dsc_config *config)
191 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
208 static bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, uint8_t *dsc_packed_pps)
333 static bool dsc_prepare_config(const struct dsc_config *dsc_cfg, struct dsc_reg_values *dsc_reg_vals,
H A Damdgpu_dcn20_resource.c2293 struct dsc_config dsc_cfg;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_stream.h256 struct dc_dsc_config *dsc_config; member in struct:dc_stream_update
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc.c1748 if (stream_update->dsc_config)
2015 if (update->dsc_config) {
2018 uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 &&
2019 update->dsc_config->num_slices_v != 0);
2027 stream->timing.dsc_cfg = *update->dsc_config;
2032 update->dsc_config = NULL;
2038 update->dsc_config = NULL;
2101 if (stream_update->dsc_config && dc->hwss.pipe_control_lock_global) {
H A Damdgpu_dc_link_hwss.c428 struct dsc_config dsc_cfg;
530 struct dsc_config dsc_cfg;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c570 struct dc_dsc_config dsc_config; local
578 (int) kbps, param.timing, &dsc_config);
580 return dsc_config.bits_per_pixel;

Completed in 279 milliseconds