| /linux/drivers/gpu/drm/amd/display/dc/dsc/ |
| H A D | Makefile | 34 DSC = dc_dsc.o rc_calc.o rc_calc_dpi.o macro 36 AMD_DAL_DSC = $(addprefix $(AMDDALPATH)/dc/dsc/,$(DSC))
|
| /linux/Documentation/networking/device_drivers/ethernet/amd/ |
| H A D | pds_vfio_pci.rst | 5 PCI VFIO driver for the AMD/Pensando(R) DSC adapter family 15 capable Virtual Function (VF) devices in the DSC hardware.
|
| H A D | pds_core.rst | 4 Linux Driver for the AMD/Pensando(R) DSC adapter family 98 The ``flash`` command can update a the DSC firmware. The downloaded firmware
|
| H A D | pds_vdpa.rst | 5 PCI vDPA driver for the AMD/Pensando(R) DSC adapter family
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_mst_types.c | 933 params[i].timing->flags.DSC = 1; in set_dsc_configs_from_fairness_vars() 946 params[i].timing->flags.DSC = 0; in set_dsc_configs_from_fairness_vars() 960 params[i].timing->flags.DSC, in set_dsc_configs_from_fairness_vars() 1233 stream->timing.flags.DSC = 0; in compute_mst_dsc_configs_for_link() 1541 if (stream->timing.flags.DSC == 1) in compute_mst_dsc_configs_for_state() 1953 stream->timing.flags.DSC = 1; in dm_dp_mst_is_port_support_mode()
|
| H A D | amdgpu_dm.c | 7093 stream->timing.flags.DSC = 0; in update_dsc_caps() 7151 stream->timing.flags.DSC = 1; in apply_dsc_policy_for_edp() 7166 stream->timing.flags.DSC = 1; in apply_dsc_policy_for_edp() 7208 stream->timing.flags.DSC = 1; in apply_dsc_policy_for_stream() 7228 stream->timing.flags.DSC = 1; in apply_dsc_policy_for_stream() 7237 stream->timing.flags.DSC = 1; in apply_dsc_policy_for_stream() 7239 if (stream->timing.flags.DSC && aconnector->dsc_settings.dsc_num_slices_h) in apply_dsc_policy_for_stream() 7242 if (stream->timing.flags.DSC && aconnector->dsc_settings.dsc_num_slices_v) in apply_dsc_policy_for_stream() 7245 if (stream->timing.flags.DSC && aconnector->dsc_settings.dsc_bits_per_pixel) in apply_dsc_policy_for_stream() 8546 if (stream->timing.flags.DSC != 1) { in dm_update_mst_vcpi_slots_for_dsc()
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_dpms.c | 954 if (!pipe_ctx->stream->timing.flags.DSC) in link_set_dsc_pps_packet() 1019 if (!pipe_ctx->stream->timing.flags.DSC) in link_set_dsc_enable() 1042 if (!pipe_ctx->stream->timing.flags.DSC) in link_update_dsc_config() 2397 if (pipe_ctx->stream->timing.flags.DSC) { in link_set_dpms_off() 2506 !pipe_ctx->stream->timing.flags.DSC && in link_set_dpms_on() 2539 if (pipe_ctx->stream->timing.flags.DSC) { in link_set_dpms_on() 2593 if (pipe_ctx->stream->timing.flags.DSC) { in link_set_dpms_on()
|
| /linux/drivers/gpu/drm/amd/display/dc/link/hwss/ |
| H A D | link_hwss_hpo_dp.c | 101 stream->timing.flags.DSC, in setup_hpo_dp_stream_attribute()
|
| /linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_dp_panel_replay.c | 321 …cmd.pr_copy_settings.data.flags.bitfields.dsc_enable_status = (pipe_ctx->stream->timing.flags.DSC … in dp_pr_copy_settings()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_hw_types.h | 817 uint32_t DSC : 1; /* Use DSC with this timing */ member
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dmub_replay.c | 178 copy_settings_data->flags.bitfields.dsc_enable_status = (pipe_ctx->stream->timing.flags.DSC == 1); in dmub_replay_copy_settings()
|
| H A D | dmub_psr.c | 382 copy_settings_data->dsc_enable_status = (pipe_ctx->stream->timing.flags.DSC == 1); in dmub_psr_copy_settings()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/ |
| H A D | dml21_translation_helper.c | 145 if (stream->timing.flags.DSC) { in populate_dml21_timing_config_from_stream_state() 218 if (stream->timing.flags.DSC && !stream->timing.dsc_cfg.ycbcr422_simple) in populate_dml21_output_config_from_stream_state()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/ |
| H A D | dcn20_resource.c | 1444 if (result == DC_OK && dc_stream->timing.flags.DSC) in dcn20_add_stream_to_ctx() 1524 if (next_odm_pipe->stream->timing.flags.DSC == 1 && !next_odm_pipe->top_pipe) { in dcn20_split_stream_for_odm() 1660 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe || !stream || !stream->timing.flags.DSC) in dcn20_validate_dsc()
|
| /linux/drivers/gpu/drm/amd/display/dc/dccg/dcn31/ |
| H A D | dcn31_dccg.c | 566 (params->timing->flags.DSC && params->timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in dccg31_set_dtbclk_dto()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/ |
| H A D | dcn31_hwseq.c | 581 if (pipe_ctx->stream->timing.flags.DSC) { in dcn31_reset_back_end_for_pipe()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_stream.c | 919 stream->timing.flags.DSC, in dc_stream_log()
|
| H A D | dc.c | 750 param.dsc_mode = pipe->stream->timing.flags.DSC ? 1:0; in dc_stream_configure_crc() 1917 if (crtc_timing->flags.DSC) { in dc_validate_boot_timing() 3343 uint32_t old_dsc_enabled = stream->timing.flags.DSC; in copy_stream_update_to_stream() 3352 stream->timing.flags.DSC = enable_dsc; in copy_stream_update_to_stream() 3356 stream->timing.flags.DSC = old_dsc_enabled; in copy_stream_update_to_stream()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | gspca-cardlist.rst | 261 spca500 084d:0003 D-Link DSC-350
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 1560 otg_master->stream->timing.flags.DSC); in update_dsc_for_odm_change() 1638 if (otg_master->stream_res.dsc && otg_master->stream->timing.flags.DSC) { in dcn401_add_dsc_sequence_for_odm_change() 1687 } else if (otg_master->stream_res.dsc && !otg_master->stream->timing.flags.DSC) { in dcn401_add_dsc_sequence_for_odm_change()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| H A D | dce110_hwseq.c | 1324 if (crtc_timing->flags.DSC) { in populate_audio_dp_link_info() 1678 if (pipe_ctx->stream->timing.flags.DSC) { in dce110_apply_single_controller_ctx_to_hw()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| H A D | dcn32_hwseq.c | 1171 dcn32_update_dsc_on_stream(pipe_ctx, pipe_ctx->stream->timing.flags.DSC); in dcn32_update_odm()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
| H A D | dcn35_hwseq.c | 469 update_dsc_on_stream(pipe_ctx, pipe_ctx->stream->timing.flags.DSC); in dcn35_update_odm()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/ |
| H A D | dcn30_resource.c | 1560 if (sec_pipe->stream->timing.flags.DSC == 1) { in dcn30_split_stream_for_mpc_or_odm()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 2861 if (free_pipe->stream->timing.flags.DSC == 1) { in dcn32_acquire_free_pipe_as_secondary_opp_head()
|