Home
last modified time | relevance | path

Searched refs:TRUNCATE_DEPTH (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_opp.c117 if (params->flags.TRUNCATE_DEPTH == 1) in set_truncation()
122 else if (params->flags.TRUNCATE_DEPTH == 2) in set_truncation()
137 params->flags.TRUNCATE_DEPTH, in set_truncation()
162 if (params->flags.TRUNCATE_DEPTH == 1) in dce60_set_truncation()
166 else if (params->flags.TRUNCATE_DEPTH == 2) in dce60_set_truncation()
180 params->flags.TRUNCATE_DEPTH); in dce60_set_truncation()
H A Ddce_transform.c816 if (bit_depth_params->flags.TRUNCATE_DEPTH == 0 || in program_bit_depth_reduction()
817 bit_depth_params->flags.TRUNCATE_DEPTH == 1) in program_bit_depth_reduction()
819 else if (bit_depth_params->flags.TRUNCATE_DEPTH == 2) in program_bit_depth_reduction()
876 if (bit_depth_params->flags.TRUNCATE_DEPTH == 0 || in dce60_program_bit_depth_reduction()
877 bit_depth_params->flags.TRUNCATE_DEPTH == 1) in dce60_program_bit_depth_reduction()
879 else if (bit_depth_params->flags.TRUNCATE_DEPTH == 2) in dce60_program_bit_depth_reduction()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dopp.h74 uint32_t TRUNCATE_DEPTH:2; member
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn10/
H A Ddcn10_opp.c56 FMT_TRUNCATE_DEPTH, params->flags.TRUNCATE_DEPTH, in opp1_set_truncation()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c5064 fmt_bit_depth->flags.TRUNCATE_DEPTH = 0; in resource_build_bit_depth_reduction_params()
5069 fmt_bit_depth->flags.TRUNCATE_DEPTH = 1; in resource_build_bit_depth_reduction_params()
5077 fmt_bit_depth->flags.TRUNCATE_DEPTH = 2; in resource_build_bit_depth_reduction_params()
5093 fmt_bit_depth->flags.TRUNCATE_DEPTH = 2; in resource_build_bit_depth_reduction_params()