Home
last modified time | relevance | path

Searched refs:edp_dsc_support (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c182 link->dc->caps.edp_dsc_support)) && in dmub_replay_copy_settings()
H A Ddmub_psr.c400 link->dc->caps.edp_dsc_support)) && in dmub_psr_copy_settings()
/linux-6.15/drivers/gpu/drm/amd/display/modules/power/
H A Dpower_helpers.c952 !dc->caps.edp_dsc_support || in psr_su_set_dsc_slice_height()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h282 bool edp_dsc_support; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1762 dc->caps.edp_dsc_support = true; in dcn316_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1844 dc->caps.edp_dsc_support = true; in dcn314_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1852 dc->caps.edp_dsc_support = true; in dcn35_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1886 dc->caps.edp_dsc_support = true; in dcn315_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1917 dc->caps.edp_dsc_support = true; in dcn31_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1742 dc->caps.edp_dsc_support = true; in dcn321_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c1825 dc->caps.edp_dsc_support = true; in dcn36_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1824 dc->caps.edp_dsc_support = true; in dcn351_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1880 dc->caps.edp_dsc_support = true; in dcn401_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c362 || !link->dc->caps.edp_dsc_support)) in dp_should_enable_fec()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2187 dc->caps.edp_dsc_support = true; in dcn32_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6823 … dc->caps.edp_dsc_support && aconnector->dsc_settings.dsc_force_enable != DSC_CLK_FORCE_DISABLE) { in apply_dsc_policy_for_stream()