Searched refs:DP_DSC_ENABLE (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/ |
A D | amdgpu_dm_helpers.c | 680 ret = drm_dp_dpcd_write(aux, DP_DSC_ENABLE, &enable, 1); in write_dsc_enable_synaptics_non_virtual_dpcd_mst() 689 ret = drm_dp_dpcd_write(aux, DP_DSC_ENABLE, &enable, 1); in write_dsc_enable_synaptics_non_virtual_dpcd_mst() 735 DP_DSC_ENABLE, in dm_helpers_dp_write_dsc_enable() 742 DP_DSC_ENABLE, &enable_dsc, 1); in dm_helpers_dp_write_dsc_enable() 749 DP_DSC_ENABLE, &enable_dsc, 1); in dm_helpers_dp_write_dsc_enable() 757 DP_DSC_ENABLE, in dm_helpers_dp_write_dsc_enable() 769 ret = dm_helpers_dp_write_dpcd(ctx, stream->link, DP_DSC_ENABLE, &enable_dsc, 1); in dm_helpers_dp_write_dsc_enable() 773 ret = dm_helpers_dp_write_dpcd(ctx, stream->link, DP_DSC_ENABLE, &enable_dsc, 1); in dm_helpers_dp_write_dsc_enable()
|
/linux-6.3-rc2/include/drm/display/ |
A D | drm_dp.h | 698 #define DP_DSC_ENABLE 0x160 /* DP 1.4 */ macro
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_dp.c | 2249 ret = drm_dp_dpcd_writeb(&intel_dp->aux, DP_DSC_ENABLE, in intel_dp_sink_set_decompression_state()
|
Completed in 25 milliseconds