Home
last modified time | relevance | path

Searched refs:fmt_bit_depth (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2620 struct bit_depth_reduction_params *fmt_bit_depth) in resource_build_bit_depth_reduction_params() argument
2626 memset(fmt_bit_depth, 0, sizeof(*fmt_bit_depth)); in resource_build_bit_depth_reduction_params()
2648 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
2649 fmt_bit_depth->flags.TRUNCATE_DEPTH = 0; in resource_build_bit_depth_reduction_params()
2653 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
2654 fmt_bit_depth->flags.TRUNCATE_DEPTH = 1; in resource_build_bit_depth_reduction_params()
2661 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
2662 fmt_bit_depth->flags.TRUNCATE_DEPTH = 2; in resource_build_bit_depth_reduction_params()
2675 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
2676 fmt_bit_depth->flags.TRUNCATE_DEPTH = 2; in resource_build_bit_depth_reduction_params()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_opp.c280 struct bit_depth_reduction_params *fmt_bit_depth, in opp1_program_fmt() argument
292 fmt_bit_depth); in opp1_program_fmt()
Ddcn10_opp.h171 struct bit_depth_reduction_params *fmt_bit_depth,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/
Ddce_opp.c506 struct bit_depth_reduction_params *fmt_bit_depth, in dce110_opp_program_fmt() argument
517 fmt_bit_depth); in dce110_opp_program_fmt()
Ddce_opp.h303 struct bit_depth_reduction_params *fmt_bit_depth,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h174 struct bit_depth_reduction_params *fmt_bit_depth);
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dopp.h277 struct bit_depth_reduction_params *fmt_bit_depth,