Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.c796 const struct bit_depth_reduction_params *bit_depth_params) in program_bit_depth_reduction() argument
804 spatial_dither_enable = bit_depth_params->flags.SPATIAL_DITHER_ENABLED; in program_bit_depth_reduction()
809 if (bit_depth_params->flags.TRUNCATE_ENABLED) { in program_bit_depth_reduction()
812 trunc_mode = bit_depth_params->flags.TRUNCATE_MODE ? in program_bit_depth_reduction()
816 if (bit_depth_params->flags.TRUNCATE_DEPTH == 0 || in program_bit_depth_reduction()
817 bit_depth_params->flags.TRUNCATE_DEPTH == 1) in program_bit_depth_reduction()
819 else if (bit_depth_params->flags.TRUNCATE_DEPTH == 2) in program_bit_depth_reduction()
837 bit_depth_params->flags.FRAME_RANDOM, in program_bit_depth_reduction()
838 bit_depth_params->flags.RGB_RANDOM, in program_bit_depth_reduction()
839 bit_depth_params->flags.HIGHPASS_RANDOM); in program_bit_depth_reduction()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h268 struct bit_depth_reduction_params bit_depth_params; member
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_transform_v.c628 const struct bit_depth_reduction_params *bit_depth_params) in dce110_xfmv_set_pixel_storage_depth() argument
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2460 struct bit_depth_reduction_params bit_depth_params; in hwss_opp_program_bit_depth_reduction() local
2463 memset(&bit_depth_params, 0, sizeof(bit_depth_params)); in hwss_opp_program_bit_depth_reduction()
2465 resource_build_bit_depth_reduction_params(pipe_ctx->stream, &bit_depth_params); in hwss_opp_program_bit_depth_reduction()
2468 opp->funcs->opp_program_bit_depth_reduction(opp, &bit_depth_params); in hwss_opp_program_bit_depth_reduction()
H A Ddc.c861 stream->bit_depth_params = params; in dc_stream_set_dither_option()
868 &stream->bit_depth_params); in dc_stream_set_dither_option()
3737 &pipe_ctx->stream->bit_depth_params); in commit_planes_do_stream_update()
3739 &stream->bit_depth_params, in commit_planes_do_stream_update()
3743 &stream->bit_depth_params, in commit_planes_do_stream_update()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1483 &pipe_ctx->stream->bit_depth_params); in program_scaler()
1614 &stream->bit_depth_params, in dce110_apply_single_controller_ctx_to_hw()
1632 &stream->bit_depth_params, in dce110_apply_single_controller_ctx_to_hw()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1043 &pipe_ctx->stream->bit_depth_params); in build_pipe_hw_param()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.c930 &pipe_ctx->stream->bit_depth_params); in dce110_resource_build_pipe_hw_param()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2214 &pipe_ctx->stream->bit_depth_params, in dcn401_program_pipe()
2365 &pipe_ctx->stream->bit_depth_params, &pipe_ctx->stream->clamping); in dcn401_program_pipe_sequence()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1305 &pipe_ctx->stream->bit_depth_params); in build_pipe_hw_param()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2001 &pipe_ctx->stream->bit_depth_params, in dcn20_program_pipe()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1238 &stream->bit_depth_params, in dcn10_enable_stream_timing()