Home
last modified time | relevance | path

Searched refs:DSC (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A DMakefile34 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 Dpds_vfio_pci.rst5 PCI VFIO driver for the AMD/Pensando(R) DSC adapter family
15 capable Virtual Function (VF) devices in the DSC hardware.
H A Dpds_core.rst4 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 Dpds_vdpa.rst5 PCI vDPA driver for the AMD/Pensando(R) DSC adapter family
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c933 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 Damdgpu_dm.c7093 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 Dlink_dpms.c954 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 Dlink_hwss_hpo_dp.c101 stream->timing.flags.DSC, in setup_hpo_dp_stream_attribute()
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_panel_replay.c321 …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 Ddc_hw_types.h817 uint32_t DSC : 1; /* Use DSC with this timing */ member
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c178 copy_settings_data->flags.bitfields.dsc_enable_status = (pipe_ctx->stream->timing.flags.DSC == 1); in dmub_replay_copy_settings()
H A Ddmub_psr.c382 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 Ddml21_translation_helper.c145 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 Ddcn20_resource.c1444 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 Ddcn31_dccg.c566 (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 Ddcn31_hwseq.c581 if (pipe_ctx->stream->timing.flags.DSC) { in dcn31_reset_back_end_for_pipe()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c919 stream->timing.flags.DSC, in dc_stream_log()
H A Ddc.c750 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 Dgspca-cardlist.rst261 spca500 084d:0003 D-Link DSC-350
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1560 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 Ddce110_hwseq.c1324 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 Ddcn32_hwseq.c1171 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 Ddcn35_hwseq.c469 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 Ddcn30_resource.c1560 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 Ddcn32_resource.c2861 if (free_pipe->stream->timing.flags.DSC == 1) { in dcn32_acquire_free_pipe_as_secondary_opp_head()

12