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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
dmub_psr.c 155 copy_settings_data->opp_inst = pipe_ctx->stream_res.opp->inst;
157 copy_settings_data->opp_inst = 0;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/
dmub_cmd.h 224 uint8_t opp_inst; member in struct:dmub_cmd_psr_copy_settings_data
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 618 int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst }; local
630 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst;
637 opp_inst, opp_cnt,
918 int opp_inst[MAX_PIPES] = { pipe_ctx->stream_res.opp->inst }; local
921 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst;
928 opp_inst, opp_cnt,
1371 int opp_inst; local
1374 for (opp_inst = 0; opp_inst < opp_count; opp_inst++)
    [all...]

Completed in 56 milliseconds