Home
last modified time | relevance | path

Searched refs:dsc_config (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddsc.h34 struct dsc_config { struct
93 …bool (*dsc_validate_stream)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cf…
94 void (*dsc_set_config)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
96 bool (*dsc_get_packed_pps)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dsc.c32 static bool dsc_prepare_config(const struct dsc_config *dsc_cfg, struct dsc_reg_values *dsc_reg_val…
43 static bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *ds…
44 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
46 static bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc…
164 static bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *ds… in dsc2_validate_stream()
176 static void dsc_config_log(struct display_stream_compressor *dsc, const struct dsc_config *config) in dsc_config_log()
187 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, in dsc2_set_config()
204 static bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc… in dsc2_get_packed_pps()
307 static bool dsc_prepare_config(const struct dsc_config *dsc_cfg, struct dsc_reg_values *dsc_reg_val… in dsc_prepare_config()
Ddcn20_resource.c2143 struct dsc_config dsc_cfg; in dcn20_validate_dsc()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_hwss.c393 struct dsc_config dsc_cfg; in dp_set_dsc_on_stream()
495 struct dsc_config dsc_cfg; in dp_set_dsc_pps_sdp()
Ddc.c1851 if (update->dsc_config) { in copy_stream_update_to_stream()
1854 uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 && in copy_stream_update_to_stream()
1855 update->dsc_config->num_slices_v != 0); in copy_stream_update_to_stream()
1857 stream->timing.dsc_cfg = *update->dsc_config; in copy_stream_update_to_stream()
1924 if (stream_update->dsc_config && dc->hwss.pipe_control_lock_global) { in commit_planes_do_stream_update()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h245 struct dc_dsc_config *dsc_config; member