Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A 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()
H A Ddce_opp.h351 struct bit_depth_reduction_params *fmt_bit_depth,
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4703 struct bit_depth_reduction_params *fmt_bit_depth) in resource_build_bit_depth_reduction_params() argument
4709 memset(fmt_bit_depth, 0, sizeof(*fmt_bit_depth)); in resource_build_bit_depth_reduction_params()
4731 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
4732 fmt_bit_depth->flags.TRUNCATE_DEPTH = 0; in resource_build_bit_depth_reduction_params()
4736 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
4737 fmt_bit_depth->flags.TRUNCATE_DEPTH = 1; in resource_build_bit_depth_reduction_params()
4744 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
4745 fmt_bit_depth->flags.TRUNCATE_DEPTH = 2; in resource_build_bit_depth_reduction_params()
4747 fmt_bit_depth->flags.TRUNCATE_MODE = 1; in resource_build_bit_depth_reduction_params()
4760 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/opp/dcn10/
H A Ddcn10_opp.c302 struct bit_depth_reduction_params *fmt_bit_depth, in opp1_program_fmt() argument
314 fmt_bit_depth); in opp1_program_fmt()
H A Ddcn10_opp.h175 struct bit_depth_reduction_params *fmt_bit_depth,
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dopp.h307 struct bit_depth_reduction_params *fmt_bit_depth,
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h582 struct bit_depth_reduction_params *fmt_bit_depth);