Searched refs:bit_depth_params (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_transform.c | 796 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 D | dc_stream.h | 268 struct bit_depth_reduction_params bit_depth_params; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_transform_v.c | 628 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 D | dc_hw_sequencer.c | 2460 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 D | dc.c | 861 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 D | dce110_hwseq.c | 1483 &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 D | dcn10_resource.c | 1043 &pipe_ctx->stream->bit_depth_params); in build_pipe_hw_param()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dce110/ |
| H A D | dce110_resource.c | 930 &pipe_ctx->stream->bit_depth_params); in dce110_resource_build_pipe_hw_param()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 2214 &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 D | dcn20_resource.c | 1305 &pipe_ctx->stream->bit_depth_params); in build_pipe_hw_param()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 2001 &pipe_ctx->stream->bit_depth_params, in dcn20_program_pipe()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| H A D | dcn10_hwseq.c | 1238 &stream->bit_depth_params, in dcn10_enable_stream_timing()
|