Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_resource.c2791 memset(fmt_bit_depth, 0, sizeof(*fmt_bit_depth)); in resource_build_bit_depth_reduction_params()
2814 fmt_bit_depth->flags.TRUNCATE_DEPTH = 0; in resource_build_bit_depth_reduction_params()
2819 fmt_bit_depth->flags.TRUNCATE_DEPTH = 1; in resource_build_bit_depth_reduction_params()
2827 fmt_bit_depth->flags.TRUNCATE_DEPTH = 2; in resource_build_bit_depth_reduction_params()
2841 fmt_bit_depth->flags.TRUNCATE_DEPTH = 2; in resource_build_bit_depth_reduction_params()
2842 fmt_bit_depth->flags.TRUNCATE_MODE = 1; in resource_build_bit_depth_reduction_params()
2855 fmt_bit_depth->flags.RGB_RANDOM = in resource_build_bit_depth_reduction_params()
2865 fmt_bit_depth->flags.RGB_RANDOM = in resource_build_bit_depth_reduction_params()
2874 fmt_bit_depth->flags.RGB_RANDOM = in resource_build_bit_depth_reduction_params()
2881 fmt_bit_depth->flags.FRAME_RANDOM = 0; in resource_build_bit_depth_reduction_params()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_opp.c278 struct bit_depth_reduction_params *fmt_bit_depth, in opp1_program_fmt() argument
290 fmt_bit_depth); in opp1_program_fmt()
H A Ddcn10_opp.h171 struct bit_depth_reduction_params *fmt_bit_depth,
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_opp.c504 struct bit_depth_reduction_params *fmt_bit_depth, in dce110_opp_program_fmt() argument
515 fmt_bit_depth); in dce110_opp_program_fmt()
H A Ddce_opp.h303 struct bit_depth_reduction_params *fmt_bit_depth,
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dresource.h167 struct bit_depth_reduction_params *fmt_bit_depth);
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dopp.h274 struct bit_depth_reduction_params *fmt_bit_depth,