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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_hwss.c 323 pipes[i].stream_res.stream_enc != NULL &&
327 pipes[i].stream_res.stream_enc->funcs->dp_blank(
328 pipes[i].stream_res.stream_enc);
369 pipes[i].stream_res.stream_enc->funcs->
371 pipes[i].stream_res.stream_enc, false);
456 DC_LOG_DSC("Setting stream encoder DSC config for engine %d:", (int)pipe_ctx->stream_res.stream_enc->id);
458 pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_config(pipe_ctx->stream_res.stream_enc,
481 pipe_ctx->stream_res.stream_enc->funcs->dp_set_dsc_config(
482 pipe_ctx->stream_res.stream_enc,
    [all...]
amdgpu_dc_link.c 2092 eng_id = pipe_ctx->stream_res.stream_enc->id;
2664 struct stream_encoder *stream_enc,
2699 work_table[i].stream_enc = stream_enc;
2719 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc;
2730 * stream_enc is available.
2740 link, pipe_ctx->stream_res.stream_enc, &proposed_table);
2754 DC_LOG_MST("stream_enc[%d]: %p "
2758 (const void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc,
2802 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc;
    [all...]
amdgpu_dc_resource.c 283 pool->stream_enc[i] = create_funcs->create_stream_encoder(i, ctx);
284 if (pool->stream_enc[i] == NULL)
295 pool->stream_enc[pool->stream_enc_count] =
298 if (pool->stream_enc[pool->stream_enc_count] == NULL) {
1322 free_pipe->stream_res.stream_enc = tail_pipe->stream_res.stream_enc;
1610 struct stream_encoder *stream_enc,
1616 if (pool->stream_enc[i] == stream_enc)
1760 ASSERT(del_pipe->stream_res.stream_enc);
    [all...]
amdgpu_dc.c 322 if (pipe->stream == stream && pipe->stream_res.stream_enc) {
1072 if (dc->res_pool->stream_enc[i]->id == enc_inst) {
1074 se = dc->res_pool->stream_enc[i];
1076 tg_inst = dc->res_pool->stream_enc[i]->funcs->dig_source_otg(
1077 dc->res_pool->stream_enc[i]);
amdgpu_dc_link_dp.c 1536 pipe_ctx->stream_res.stream_enc->id, true);
3853 pipes->stream_res.stream_enc->funcs->dp_blank(pipe_ctx->stream_res.stream_enc);
3956 pipe_ctx->stream_res.stream_enc->funcs->dp_set_stream_attribute(pipe_ctx->stream_res.stream_enc,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 638 if (pipe_ctx->stream_res.stream_enc == NULL)
648 pipe_ctx->stream_res.stream_enc->funcs->update_hdmi_info_packets(
649 pipe_ctx->stream_res.stream_enc,
652 pipe_ctx->stream_res.stream_enc->funcs->update_dp_info_packets(
653 pipe_ctx->stream_res.stream_enc,
674 pipe_ctx->stream_res.stream_enc->id, true);
695 pipe_ctx->stream_res.stream_enc->funcs->dp_audio_enable(pipe_ctx->stream_res.stream_enc);
979 pipe_ctx->stream_res.stream_enc->funcs->audio_mute_control(
980 pipe_ctx->stream_res.stream_enc, false)
    [all...]
amdgpu_dce110_resource.c 829 if (pool->base.stream_enc[i] != NULL)
830 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i]));
1186 pool->stream_enc[i]) {
1191 if (pool->stream_enc[i]->id ==
1193 return pool->stream_enc[i];
1202 return pool->stream_enc[j];
  /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
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce100/
amdgpu_dce100_resource.c 772 if (pool->base.stream_enc[i] != NULL)
773 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i]));
918 pool->stream_enc[i]) {
923 if (pool->stream_enc[i]->id ==
925 return pool->stream_enc[i];
943 return pool->stream_enc[j];
  /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...]
amdgpu_dcn20_resource.c 1319 if (pool->base.stream_enc[i] != NULL) {
1320 kfree(DCN10STRENC_FROM_STRENC(pool->base.stream_enc[i]));
1321 pool->base.stream_enc[i] = NULL;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_resource.c 934 if (pool->base.stream_enc[i] != NULL) {
935 kfree(DCN10STRENC_FROM_STRENC(pool->base.stream_enc[i]));
936 pool->base.stream_enc[i] = NULL;
1270 pool->stream_enc[i]) {
1275 if (pool->stream_enc[i]->id ==
1277 return pool->stream_enc[i];
1286 return pool->stream_enc[j];
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;
amdgpu_dcn10_hw_sequencer.c 414 struct stream_encoder *enc = pool->stream_enc[i];
870 if (pipe_ctx->stream_res.stream_enc == NULL) {
3248 pipe_ctx->stream_res.stream_enc->funcs->dp_unblank(pipe_ctx->stream_res.stream_enc, &params);
3261 pipe_ctx->stream_res.stream_enc->funcs->send_immediate_sdp_message(
3262 pipe_ctx->stream_res.stream_enc,
  /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/dce120/
amdgpu_dce120_resource.c 643 if (pool->base.stream_enc[i] != NULL)
644 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i]));
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_resource.c 874 if (pool->base.stream_enc[i] != NULL) {
875 kfree(DCN10STRENC_FROM_STRENC(pool->base.stream_enc[i]));
876 pool->base.stream_enc[i] = NULL;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/
amdgpu_dce112_resource.c 790 if (pool->base.stream_enc[i] != NULL)
791 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i]));
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce80/
amdgpu_dce80_resource.c 820 if (pool->base.stream_enc[i] != NULL)
821 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i]));

Completed in 36 milliseconds