Home
last modified time | relevance | path

Searched refs:out_tf (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c743 static int amdgpu_dm_set_atomic_regamma(struct dc_transfer_func *out_tf, in amdgpu_dm_set_atomic_regamma() argument
762 out_tf->type = TF_TYPE_DISTRIBUTED_POINTS; in amdgpu_dm_set_atomic_regamma()
763 out_tf->tf = tf; in amdgpu_dm_set_atomic_regamma()
764 out_tf->sdr_ref_white_level = SDR_WHITE_LEVEL_INIT_VALUE; in amdgpu_dm_set_atomic_regamma()
766 ret = __set_output_tf(out_tf, regamma_lut, regamma_size, has_rom); in amdgpu_dm_set_atomic_regamma()
772 out_tf->type = TF_TYPE_BYPASS; in amdgpu_dm_set_atomic_regamma()
773 out_tf->tf = TRANSFER_FUNCTION_LINEAR; in amdgpu_dm_set_atomic_regamma()
1197 struct dc_transfer_func *out_tf; in amdgpu_dm_check_crtc_color_mgmt() local
1227 out_tf = kvzalloc(sizeof(*out_tf), GFP_KERNEL); in amdgpu_dm_check_crtc_color_mgmt()
1228 if (!out_tf) in amdgpu_dm_check_crtc_color_mgmt()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2180 pipe_ctx->stream->update_flags.bits.out_tf) in dcn401_program_pipe()
2334 pipe_ctx->stream->update_flags.bits.out_tf) { in dcn401_program_pipe_sequence()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2986 su_flags->bits.out_tf = 1; in check_update_surfaces_for_stream()
3033 su_flags->bits.out_tf = 1; in check_update_surfaces_for_stream()
H A Ddc_hw_sequencer.c848 if (hws->funcs.set_output_transfer_func && current_mpc_pipe->stream->update_flags.bits.out_tf) { in hwss_build_fast_sequence()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1997 pipe_ctx->stream->update_flags.bits.out_tf) in dcn20_program_pipe()