Searched defs:dc_context (Results 1 – 2 of 2) sorted by relevance
777 struct dc_context { struct778 struct dc *dc;780 void *driver_context; /* e.g. amdgpu_device */781 struct dal_logger *logger;782 struct dc_perf_trace *perf_trace;783 void *cgs_device;785 enum dce_environment dce_environment;786 struct hw_asic_id asic_id;791 enum dce_version dce_version;792 struct dc_bios *dc_bios;[all …]
1112 void hwss_wait_for_outstanding_hw_updates(struct dc *dc, struct dc_state *dc_context) in hwss_wait_for_outstanding_hw_updates()1158 void hwss_process_outstanding_hw_updates(struct dc *dc, struct dc_state *dc_context) in hwss_process_outstanding_hw_updates()