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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
hw_sequencer_private.h 73 void (*init_pipes)(struct dc *dc, struct dc_state *context); member in struct:hwseq_private_funcs
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 1569 if (hws->funcs.init_pipes)
1570 hws->funcs.init_pipes(dc, context);
2354 static void init_pipes(struct dc *dc, struct dc_state *context) function in typeref:typename:void
2759 .init_pipes = init_pipes,

Completed in 14 milliseconds