HomeSort by: relevance | last modified time | path
    Searched defs:stream_enc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_link.h 47 const struct stream_encoder *stream_enc; member in struct:link_mst_stream_allocation
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_link_encoder.c 1220 const struct stream_encoder *stream_enc = stream_allocation->stream_enc; local in function:fill_stream_allocation_row_info
1222 if (stream_enc) {
1223 *src = stream_enc->id;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_link_encoder.c 1186 const struct stream_encoder *stream_enc = stream_allocation->stream_enc; local in function:fill_stream_allocation_row_info
1188 if (stream_enc) {
1189 *src = stream_enc->id;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 1988 pipe_ctx->stream_res.stream_enc->funcs->dp_set_odm_combine(
1989 pipe_ctx->stream_res.stream_enc, params.opp_cnt > 1);
1990 pipe_ctx->stream_res.stream_enc->funcs->dp_unblank(pipe_ctx->stream_res.stream_enc, &params);
2018 if (pipe_ctx->stream_res.stream_enc == NULL) {
2233 pipe_ctx->stream_res.stream_enc->id, true);
2259 pipe_ctx->stream_res.stream_enc->funcs->dp_audio_enable(pipe_ctx->stream_res.stream_enc);
2268 struct stream_encoder *stream_enc = pipe_ctx->stream_res.stream_enc; local in function:dcn20_program_dmdata_engine
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h 168 struct stream_encoder *stream_enc[MAX_PIPES * 2]; member in struct:resource_pool
234 struct stream_encoder *stream_enc; member in struct:stream_resource

Completed in 56 milliseconds