Searched defs:dc_context (Results 1 – 2 of 2) sorted by relevance
802 struct dc_context { struct803 struct dc *dc;805 void *driver_context; /* e.g. amdgpu_device */806 struct dal_logger *logger;807 struct dc_perf_trace *perf_trace;808 void *cgs_device;810 enum dce_environment dce_environment;811 struct hw_asic_id asic_id;816 enum dce_version dce_version;817 struct dc_bios *dc_bios;[all …]
2151 void hwss_wait_for_outstanding_hw_updates(struct dc *dc, struct dc_state *dc_context) in hwss_wait_for_outstanding_hw_updates()2197 void hwss_process_outstanding_hw_updates(struct dc *dc, struct dc_state *dc_context) in hwss_process_outstanding_hw_updates()