HomeSort by: relevance | last modified time | path
    Searched refs:dsc_config (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
dsc.h 39 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,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_dsc.c 36 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,
amdgpu_dcn20_resource.c 2293 struct dsc_config dsc_cfg;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_stream.h 256 struct dc_dsc_config *dsc_config; member in struct:dc_stream_update
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 1748 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) {
amdgpu_dc_link_hwss.c 428 struct dsc_config dsc_cfg;
530 struct dsc_config dsc_cfg;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_mst_types.c 570 struct dc_dsc_config dsc_config; local in function:bpp_x16_from_pbn
578 (int) kbps, param.timing, &dsc_config);
580 return dsc_config.bits_per_pixel;

Completed in 22 milliseconds