Home
last modified time | relevance | path

Searched defs:intel_uc_fw (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.h83 struct intel_uc_fw { struct
84 enum intel_uc_fw_type type; argument
86 const enum intel_uc_fw_status status; argument
89 struct intel_uc_fw_file file_wanted; argument
90 struct intel_uc_fw_file file_selected; argument
91 bool user_overridden;
92 size_t size;
93 struct drm_i915_gem_object *obj;
118 void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, argument