Lines Matching refs:hwe
219 void xe_tuning_process_engine(struct xe_hw_engine *hwe)
221 struct xe_rtp_process_ctx ctx = XE_RTP_PROCESS_CTX_INITIALIZER(hwe);
224 hwe->gt->tuning_active.engine,
227 &hwe->reg_sr, false);
233 * @hwe: engine instance to process tunings for
235 * Process LRC table for this platform, saving in @hwe all the tunings that need
239 void xe_tuning_process_lrc(struct xe_hw_engine *hwe)
241 struct xe_rtp_process_ctx ctx = XE_RTP_PROCESS_CTX_INITIALIZER(hwe);
244 hwe->gt->tuning_active.lrc,
247 &hwe->reg_lrc, true);