Searched refs:dsc_config (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | dsc.h | 37 struct dsc_config { struct 97 …bool (*dsc_validate_stream)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cf… 98 void (*dsc_set_config)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, 100 bool (*dsc_get_packed_pps)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
|
/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_dsc.c | 31 static bool dsc_prepare_config(const struct dsc_config *dsc_cfg, struct dsc_reg_values *dsc_reg_val… 42 static bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *ds… 43 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, 45 static bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc… 168 static bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *ds… in dsc2_validate_stream() 180 static void dsc_config_log(struct display_stream_compressor *dsc, const struct dsc_config *config) in dsc_config_log() 191 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, in dsc2_set_config() 208 static bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc… in dsc2_get_packed_pps() 333 static bool dsc_prepare_config(const struct dsc_config *dsc_cfg, struct dsc_reg_values *dsc_reg_val… in dsc_prepare_config()
|
A D | dcn20_resource.c | 2478 struct dsc_config dsc_cfg; in dcn20_validate_dsc()
|
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
A D | amdgpu_dm_mst_types.c | 584 struct dc_dsc_config dsc_config; in bpp_x16_from_pbn() local 593 (int) kbps, param.timing, &dsc_config); in bpp_x16_from_pbn() 595 return dsc_config.bits_per_pixel; in bpp_x16_from_pbn()
|
/linux/drivers/gpu/drm/amd/display/dc/ |
A D | dc_stream.h | 290 struct dc_dsc_config *dsc_config; member
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc.c | 2367 if (stream_update->dsc_config) in check_update_surfaces_for_stream() 2659 if (update->dsc_config) { in copy_stream_update_to_stream() 2662 uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 && in copy_stream_update_to_stream() 2663 update->dsc_config->num_slices_v != 0); in copy_stream_update_to_stream() 2671 stream->timing.dsc_cfg = *update->dsc_config; in copy_stream_update_to_stream() 2676 update->dsc_config = NULL; in copy_stream_update_to_stream() 2682 update->dsc_config = NULL; in copy_stream_update_to_stream() 2749 if (stream_update->dsc_config) in commit_planes_do_stream_update()
|
A D | dc_link_hwss.c | 548 struct dsc_config dsc_cfg; 675 struct dsc_config dsc_cfg;
|
Completed in 22 milliseconds