Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3808 struct bit_depth_reduction_params *fmt_bit_depth) in resource_build_bit_depth_reduction_params()
3814 memset(fmt_bit_depth, 0, sizeof(*fmt_bit_depth)); in resource_build_bit_depth_reduction_params()
3836 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
3837 fmt_bit_depth->flags.TRUNCATE_DEPTH = 0; in resource_build_bit_depth_reduction_params()
3841 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
3842 fmt_bit_depth->flags.TRUNCATE_DEPTH = 1; in resource_build_bit_depth_reduction_params()
3849 fmt_bit_depth->flags.TRUNCATE_ENABLED = 1; in resource_build_bit_depth_reduction_params()
3850 fmt_bit_depth->flags.TRUNCATE_DEPTH = 2; in resource_build_bit_depth_reduction_params()
3863 fmt_bit_depth in resource_build_bit_depth_reduction_params()
3807 resource_build_bit_depth_reduction_params(struct dc_stream_state * stream,struct bit_depth_reduction_params * fmt_bit_depth) resource_build_bit_depth_reduction_params() argument
[all...]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_opp.c653 struct bit_depth_reduction_params *fmt_bit_depth, in dce110_opp_program_fmt() argument
664 fmt_bit_depth); in dce110_opp_program_fmt()
679 struct bit_depth_reduction_params *fmt_bit_depth, in dce60_opp_program_fmt() argument
690 fmt_bit_depth); in dce60_opp_program_fmt()
H A Ddce_opp.h350 struct bit_depth_reduction_params *fmt_bit_depth,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_opp.c288 struct bit_depth_reduction_params *fmt_bit_depth, in opp1_program_fmt() argument
300 fmt_bit_depth); in opp1_program_fmt()
H A Ddcn10_opp.h173 struct bit_depth_reduction_params *fmt_bit_depth,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dopp.h276 struct bit_depth_reduction_params *fmt_bit_depth,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h400 struct bit_depth_reduction_params *fmt_bit_depth);