Home
last modified time | relevance | path

Searched refs:fmt_bit_depth (Results 1 – 5 of 5) 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.c5035 struct bit_depth_reduction_params *fmt_bit_depth) in resource_build_bit_depth_reduction_params() argument
5041 memset(fmt_bit_depth, 0, sizeof(*fmt_bit_depth)); in resource_build_bit_depth_reduction_params()
5063 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
5064 fmt_bit_depth->flags.TRUNCATE_DEPTH = 0; in resource_build_bit_depth_reduction_params()
5068 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
5069 fmt_bit_depth->flags.TRUNCATE_DEPTH = 1; in resource_build_bit_depth_reduction_params()
5076 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
5077 fmt_bit_depth->flags.TRUNCATE_DEPTH = 2; in resource_build_bit_depth_reduction_params()
5079 fmt_bit_depth->flags.TRUNCATE_MODE = 1; in resource_build_bit_depth_reduction_params()
5092 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
[all …]
H A Ddc_hw_sequencer.c1834 struct bit_depth_reduction_params *fmt_bit_depth, in hwss_add_opp_program_fmt() argument
1839 …eq_state->steps[*seq_state->num_steps].params.opp_program_fmt_params.fmt_bit_depth = fmt_bit_depth; in hwss_add_opp_program_fmt()
2448 struct bit_depth_reduction_params *fmt_bit_depth = params->opp_program_fmt_params.fmt_bit_depth; in hwss_opp_program_fmt() local
2452 opp->funcs->opp_program_fmt(opp, fmt_bit_depth, clamping); in hwss_opp_program_fmt()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h342 struct bit_depth_reduction_params *fmt_bit_depth; member
1705 struct output_pixel_processor *opp, struct bit_depth_reduction_params *fmt_bit_depth,