Searched refs:dsc_config (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| D | dsc.h | 34 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/ |
| D | dcn20_dsc.c | 32 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()
|
| D | dcn20_resource.c | 2143 struct dsc_config dsc_cfg; in dcn20_validate_dsc()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc_link_hwss.c | 393 struct dsc_config dsc_cfg; in dp_set_dsc_on_stream() 495 struct dsc_config dsc_cfg; in dp_set_dsc_pps_sdp()
|
| D | dc.c | 1851 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/ |
| D | dc_stream.h | 245 struct dc_dsc_config *dsc_config; member
|