Searched refs:bit_depth_params (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
A D | dce_transform.c | 804 if (bit_depth_params->flags.TRUNCATE_ENABLED) { 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() 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() 864 if (bit_depth_params->flags.TRUNCATE_ENABLED) { in dce60_program_bit_depth_reduction() 872 bit_depth_params->flags.TRUNCATE_DEPTH == 1) in dce60_program_bit_depth_reduction() 892 bit_depth_params->flags.FRAME_RANDOM, in dce60_program_bit_depth_reduction() 893 bit_depth_params->flags.RGB_RANDOM, in dce60_program_bit_depth_reduction() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | dpp.h | 165 const struct bit_depth_reduction_params *bit_depth_params);
|
A D | transform.h | 191 const struct bit_depth_reduction_params *bit_depth_params);
|
/linux/drivers/gpu/drm/amd/display/dc/ |
A D | dc_stream.h | 213 struct bit_depth_reduction_params bit_depth_params; member
|
/linux/drivers/gpu/drm/amd/display/dc/dce60/ |
A D | dce60_hw_sequencer.c | 249 &pipe_ctx->stream->bit_depth_params); in dce60_program_scaler()
|
/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
A D | dce110_transform_v.c | 630 const struct bit_depth_reduction_params *bit_depth_params) in dce110_xfmv_set_pixel_storage_depth() argument
|
A D | dce110_hw_sequencer.c | 1439 &pipe_ctx->stream->bit_depth_params); 1616 &stream->bit_depth_params, 1627 &stream->bit_depth_params,
|
A D | dce110_resource.c | 925 &pipe_ctx->stream->bit_depth_params); in dce110_resource_build_pipe_hw_param()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc.c | 731 stream->bit_depth_params = params; in dc_stream_set_dither_option() 738 &stream->bit_depth_params); in dc_stream_set_dither_option() 2732 &pipe_ctx->stream->bit_depth_params); in commit_planes_do_stream_update() 2734 &stream->bit_depth_params, in commit_planes_do_stream_update() 2738 &stream->bit_depth_params, in commit_planes_do_stream_update()
|
A D | dc_link_dp.c | 5071 pipe_ctx->stream->bit_depth_params = params; 5138 pipe_ctx->stream->bit_depth_params = params;
|
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_resource.c | 1113 &pipe_ctx->stream->bit_depth_params); in build_pipe_hw_param()
|
A D | dcn10_hw_sequencer.c | 921 &stream->bit_depth_params, in dcn10_enable_stream_timing()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_hwseq.c | 1650 &pipe_ctx->stream->bit_depth_params, in dcn20_program_pipe()
|
A D | dcn20_resource.c | 1667 &pipe_ctx->stream->bit_depth_params); in build_pipe_hw_param()
|
Completed in 57 milliseconds