Home
last modified time | relevance | path

Searched refs:fmt_bit_depth (Results 1 – 6 of 6) 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.c4935 struct bit_depth_reduction_params *fmt_bit_depth) in resource_build_bit_depth_reduction_params() argument
4941 memset(fmt_bit_depth, 0, sizeof(*fmt_bit_depth)); in resource_build_bit_depth_reduction_params()
4963 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
4964 fmt_bit_depth->flags.TRUNCATE_DEPTH = 0; in resource_build_bit_depth_reduction_params()
4968 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
4969 fmt_bit_depth->flags.TRUNCATE_DEPTH = 1; in resource_build_bit_depth_reduction_params()
4976 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
4977 fmt_bit_depth->flags.TRUNCATE_DEPTH = 2; in resource_build_bit_depth_reduction_params()
4979 fmt_bit_depth->flags.TRUNCATE_MODE = 1; in resource_build_bit_depth_reduction_params()
4992 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/
H A Dresource.h591 struct bit_depth_reduction_params *fmt_bit_depth);