Home
last modified time | relevance | path

Searched refs:bit_depth_params (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_transform.c621 const struct bit_depth_reduction_params *bit_depth_params) in program_bit_depth_reduction() argument
634 if (bit_depth_params->flags.TRUNCATE_ENABLED) { in program_bit_depth_reduction()
637 trunc_mode = bit_depth_params->flags.TRUNCATE_MODE ? in program_bit_depth_reduction()
641 if (bit_depth_params->flags.TRUNCATE_DEPTH == 0 || in program_bit_depth_reduction()
642 bit_depth_params->flags.TRUNCATE_DEPTH == 1) in program_bit_depth_reduction()
644 else if (bit_depth_params->flags.TRUNCATE_DEPTH == 2) in program_bit_depth_reduction()
662 bit_depth_params->flags.FRAME_RANDOM, in program_bit_depth_reduction()
663 bit_depth_params->flags.RGB_RANDOM, in program_bit_depth_reduction()
664 bit_depth_params->flags.HIGHPASS_RANDOM); in program_bit_depth_reduction()
750 const struct bit_depth_reduction_params *bit_depth_params) in dce_transform_set_pixel_storage_depth() argument
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Ddpp.h72 const struct bit_depth_reduction_params *bit_depth_params);
H A Dtransform.h193 const struct bit_depth_reduction_params *bit_depth_params);
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_stream.h92 struct bit_depth_reduction_params bit_depth_params; member
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_transform_v.c629 const struct bit_depth_reduction_params *bit_depth_params) in dce110_xfmv_set_pixel_storage_depth() argument
H A Ddce110_hw_sequencer.c1277 &pipe_ctx->stream->bit_depth_params); in program_scaler()
1399 &stream->bit_depth_params, in apply_single_controller_ctx_to_hw()
1429 &stream->bit_depth_params, in apply_single_controller_ctx_to_hw()
H A Ddce110_resource.c771 &pipe_ctx->stream->bit_depth_params); in dce110_resource_build_pipe_hw_param()
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc.c350 stream->bit_depth_params = params; in dc_stream_set_dither_option()
357 &stream->bit_depth_params); in dc_stream_set_dither_option()
H A Ddc_link_dp.c2569 pipe_ctx->stream->bit_depth_params = params; in set_crtc_test_pattern()
2582 pipe_ctx->stream->bit_depth_params = params; in set_crtc_test_pattern()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c964 &pipe_ctx->stream->bit_depth_params); in build_pipe_hw_param()
H A Ddcn10_hw_sequencer.c677 &stream->bit_depth_params, in dcn10_enable_stream_timing()