Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_opp.c652 struct bit_depth_reduction_params *fmt_bit_depth, in dce110_opp_program_fmt() argument
663 fmt_bit_depth); in dce110_opp_program_fmt()
678 struct bit_depth_reduction_params *fmt_bit_depth, in dce60_opp_program_fmt() argument
689 fmt_bit_depth); in dce60_opp_program_fmt()
Ddce_opp.h351 struct bit_depth_reduction_params *fmt_bit_depth,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c4658 struct bit_depth_reduction_params *fmt_bit_depth) in resource_build_bit_depth_reduction_params() argument
4664 memset(fmt_bit_depth, 0, sizeof(*fmt_bit_depth)); in resource_build_bit_depth_reduction_params()
4686 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
4687 fmt_bit_depth->flags.TRUNCATE_DEPTH = 0; in resource_build_bit_depth_reduction_params()
4691 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
4692 fmt_bit_depth->flags.TRUNCATE_DEPTH = 1; in resource_build_bit_depth_reduction_params()
4699 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
4700 fmt_bit_depth->flags.TRUNCATE_DEPTH = 2; in resource_build_bit_depth_reduction_params()
4702 fmt_bit_depth->flags.TRUNCATE_MODE = 1; in resource_build_bit_depth_reduction_params()
4715 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/opp/dcn10/
Ddcn10_opp.c302 struct bit_depth_reduction_params *fmt_bit_depth, in opp1_program_fmt() argument
314 fmt_bit_depth); in opp1_program_fmt()
Ddcn10_opp.h175 struct bit_depth_reduction_params *fmt_bit_depth,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Dopp.h307 struct bit_depth_reduction_params *fmt_bit_depth,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h582 struct bit_depth_reduction_params *fmt_bit_depth);