Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
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()
Ddce_transform.c641 if (bit_depth_params->flags.TRUNCATE_DEPTH == 0 || in program_bit_depth_reduction()
642 bit_depth_params->flags.TRUNCATE_DEPTH == 1) in program_bit_depth_reduction()
644 else if (bit_depth_params->flags.TRUNCATE_DEPTH == 2) in program_bit_depth_reduction()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Dopp.h58 uint32_t TRUNCATE_DEPTH:2; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_opp.c55 FMT_TRUNCATE_DEPTH, params->flags.TRUNCATE_DEPTH, in opp1_set_truncation()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2806 fmt_bit_depth->flags.TRUNCATE_DEPTH = 0; in resource_build_bit_depth_reduction_params()
2811 fmt_bit_depth->flags.TRUNCATE_DEPTH = 1; in resource_build_bit_depth_reduction_params()
2819 fmt_bit_depth->flags.TRUNCATE_DEPTH = 2; in resource_build_bit_depth_reduction_params()
2833 fmt_bit_depth->flags.TRUNCATE_DEPTH = 2; in resource_build_bit_depth_reduction_params()