bit_depth_params  441 drivers/gpu/drm/amd/display/dc/core/dc.c 	stream->bit_depth_params = params;
bit_depth_params  448 drivers/gpu/drm/amd/display/dc/core/dc.c 			&stream->bit_depth_params);
bit_depth_params 1934 drivers/gpu/drm/amd/display/dc/core/dc.c 									&pipe_ctx->stream->bit_depth_params);
bit_depth_params 1936 drivers/gpu/drm/amd/display/dc/core/dc.c 						&stream->bit_depth_params,
bit_depth_params 1941 drivers/gpu/drm/amd/display/dc/core/dc.c 							&stream->bit_depth_params,
bit_depth_params 3104 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		pipe_ctx->stream->bit_depth_params = params;
bit_depth_params 3144 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		pipe_ctx->stream->bit_depth_params = params;
bit_depth_params  173 drivers/gpu/drm/amd/display/dc/dc_stream.h 	struct bit_depth_reduction_params bit_depth_params;
bit_depth_params  621 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 	const struct bit_depth_reduction_params *bit_depth_params)
bit_depth_params  629 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 	spatial_dither_enable = bit_depth_params->flags.SPATIAL_DITHER_ENABLED;
bit_depth_params  634 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 	if (bit_depth_params->flags.TRUNCATE_ENABLED) {
bit_depth_params  637 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 		trunc_mode = bit_depth_params->flags.TRUNCATE_MODE ?
bit_depth_params  641 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 		if (bit_depth_params->flags.TRUNCATE_DEPTH == 0 ||
bit_depth_params  642 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 		    bit_depth_params->flags.TRUNCATE_DEPTH == 1)
bit_depth_params  644 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 		else if (bit_depth_params->flags.TRUNCATE_DEPTH == 2)
bit_depth_params  662 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 		   bit_depth_params->flags.FRAME_RANDOM,
bit_depth_params  663 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 		   bit_depth_params->flags.RGB_RANDOM,
bit_depth_params  664 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 		   bit_depth_params->flags.HIGHPASS_RANDOM);
bit_depth_params  750 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 	const struct bit_depth_reduction_params *bit_depth_params)
bit_depth_params  786 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 	program_bit_depth_reduction(xfm_dce, color_depth, bit_depth_params);
bit_depth_params 1249 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		&pipe_ctx->stream->bit_depth_params);
bit_depth_params 1398 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		&stream->bit_depth_params,
bit_depth_params 1410 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 				&stream->bit_depth_params,
bit_depth_params  852 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 			&pipe_ctx->stream->bit_depth_params);
bit_depth_params  631 drivers/gpu/drm/amd/display/dc/dce110/dce110_transform_v.c 	const struct bit_depth_reduction_params *bit_depth_params)
bit_depth_params  780 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 				&stream->bit_depth_params,
bit_depth_params 1033 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 					&pipe_ctx->stream->bit_depth_params);
bit_depth_params 1491 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c 					&pipe_ctx->stream->bit_depth_params);
bit_depth_params  128 drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h 			const struct bit_depth_reduction_params *bit_depth_params);
bit_depth_params  193 drivers/gpu/drm/amd/display/dc/inc/hw/transform.h 			const struct bit_depth_reduction_params *bit_depth_params);