HomeSort by: relevance | last modified time | path
    Searched refs:out_transfer_func (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_color.c 354 stream->out_transfer_func->type = TF_TYPE_DISTRIBUTED_POINTS;
355 stream->out_transfer_func->tf = TRANSFER_FUNCTION_SRGB;
357 r = __set_legacy_tf(stream->out_transfer_func, regamma_lut,
363 stream->out_transfer_func->type = TF_TYPE_DISTRIBUTED_POINTS;
364 stream->out_transfer_func->tf = TRANSFER_FUNCTION_LINEAR;
366 r = __set_output_tf(stream->out_transfer_func, regamma_lut,
375 stream->out_transfer_func->type = TF_TYPE_BYPASS;
376 stream->out_transfer_func->tf = TRANSFER_FUNCTION_LINEAR;
amdgpu_dm.c 3839 stream->out_transfer_func->type = TF_TYPE_PREDEFINED;
3840 stream->out_transfer_func->tf = TRANSFER_FUNCTION_SRGB;
6573 bundle->stream_update.out_transfer_func =
6574 acrtc_state->stream->out_transfer_func;
7857 bundle->stream_update.out_transfer_func =
7858 new_dm_crtc_state->stream->out_transfer_func;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_stream.c 125 stream->out_transfer_func = dc_create_transfer_func();
126 stream->out_transfer_func->type = TF_TYPE_BYPASS;
127 stream->out_transfer_func->ctx = stream->ctx;
136 if (stream->out_transfer_func != NULL) {
137 dc_transfer_func_release(stream->out_transfer_func);
138 stream->out_transfer_func = NULL;
192 if (new_stream->out_transfer_func)
193 dc_transfer_func_retain(new_stream->out_transfer_func);
394 wb_info->dwb_params.out_transfer_func = stream->out_transfer_func;
    [all...]
amdgpu_dc.c 1728 if (stream_update->out_transfer_func)
1954 if (update->out_transfer_func &&
1955 stream->out_transfer_func != update->out_transfer_func) {
1956 stream->out_transfer_func->sdr_ref_white_level =
1957 update->out_transfer_func->sdr_ref_white_level;
1958 stream->out_transfer_func->tf = update->out_transfer_func->tf;
1959 stream->out_transfer_func->type =
1960 update->out_transfer_func->type
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_stream.h 154 struct dc_transfer_func *out_transfer_func; member in struct:dc_stream_state
235 struct dc_transfer_func *out_transfer_func; member in struct:dc_stream_update
dc_types.h 506 struct dc_transfer_func *out_transfer_func; member in struct:dc_dwb_params
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 756 && mpc->funcs->set_output_gamma && stream->out_transfer_func) {
757 if (stream->out_transfer_func->type == TF_TYPE_HWPWL)
758 params = &stream->out_transfer_func->pwl;
759 else if (pipe_ctx->stream->out_transfer_func->type ==
762 stream->out_transfer_func,
768 if (stream->out_transfer_func->type == TF_TYPE_PREDEFINED)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 1547 if (stream->out_transfer_func &&
1548 stream->out_transfer_func->type == TF_TYPE_PREDEFINED &&
1549 stream->out_transfer_func->tf == TRANSFER_FUNCTION_SRGB)
1556 stream->out_transfer_func,
1565 stream->out_transfer_func != NULL) {
1567 stream->out_transfer_func,
2095 if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_PQ) {
2101 if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_PQ) {
2104 } else if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_GAMMA22) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 614 if (stream->out_transfer_func &&
615 stream->out_transfer_func->type == TF_TYPE_PREDEFINED &&
616 stream->out_transfer_func->tf == TRANSFER_FUNCTION_SRGB) {
618 } else if (dce110_translate_regamma_to_hw_format(stream->out_transfer_func,

Completed in 26 milliseconds