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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_init.c 64 .log_hw_state = dcn10_log_hw_state,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_init.c 67 .log_hw_state = dcn10_log_hw_state,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_init.c 68 .log_hw_state = dcn10_log_hw_state,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
hw_sequencer.h 185 void (*log_hw_state)(struct dc *dc, struct dc_log_buffer_ctx *log_ctx); member in struct:hw_sequencer_funcs
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_debugfs.c 1036 if (!dc->hwss.log_hw_state)
1039 dc->hwss.log_hw_state(dc, &log_ctx);
1074 if (dc->hwss.log_hw_state)
1075 dc->hwss.log_hw_state(dc, NULL);

Completed in 16 milliseconds