Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.c791 const struct bit_depth_reduction_params *bit_depth_params) in program_bit_depth_reduction() argument
799 spatial_dither_enable = bit_depth_params->flags.SPATIAL_DITHER_ENABLED; in program_bit_depth_reduction()
804 if (bit_depth_params->flags.TRUNCATE_ENABLED) { in program_bit_depth_reduction()
807 trunc_mode = bit_depth_params->flags.TRUNCATE_MODE ? in program_bit_depth_reduction()
811 if (bit_depth_params->flags.TRUNCATE_DEPTH == 0 || in program_bit_depth_reduction()
812 bit_depth_params->flags.TRUNCATE_DEPTH == 1) in program_bit_depth_reduction()
814 else if (bit_depth_params->flags.TRUNCATE_DEPTH == 2) in program_bit_depth_reduction()
832 bit_depth_params->flags.FRAME_RANDOM, in program_bit_depth_reduction()
833 bit_depth_params->flags.RGB_RANDOM, in program_bit_depth_reduction()
834 bit_depth_params->flags.HIGHPASS_RANDOM); in program_bit_depth_reduction()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtransform.h178 const struct bit_depth_reduction_params *bit_depth_params);
H A Ddpp.h232 const struct bit_depth_reduction_params *bit_depth_params);
/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c446 pipe_ctx->stream->bit_depth_params = params; in set_crtc_test_pattern()
485 pipe_ctx->stream->bit_depth_params = params; in set_crtc_test_pattern()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h259 struct bit_depth_reduction_params bit_depth_params; member
/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c249 &pipe_ctx->stream->bit_depth_params); in dce60_program_scaler()
/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/hwss/dce110/
H A Ddce110_hwseq.c1486 &pipe_ctx->stream->bit_depth_params); in program_scaler()
1617 &stream->bit_depth_params, in dce110_apply_single_controller_ctx_to_hw()
1635 &stream->bit_depth_params, in dce110_apply_single_controller_ctx_to_hw()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c779 stream->bit_depth_params = params; in dc_stream_set_dither_option()
786 &stream->bit_depth_params); in dc_stream_set_dither_option()
3311 &pipe_ctx->stream->bit_depth_params); in commit_planes_do_stream_update()
3313 &stream->bit_depth_params, in commit_planes_do_stream_update()
3317 &stream->bit_depth_params, in commit_planes_do_stream_update()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1054 &pipe_ctx->stream->bit_depth_params); in build_pipe_hw_param()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.c925 &pipe_ctx->stream->bit_depth_params); in dce110_resource_build_pipe_hw_param()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1304 &pipe_ctx->stream->bit_depth_params); in build_pipe_hw_param()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1977 &pipe_ctx->stream->bit_depth_params, in dcn20_program_pipe()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1020 &stream->bit_depth_params, in dcn10_enable_stream_timing()