Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.h68 struct intel_uc_fw { struct
69 enum intel_uc_fw_type type; argument
71 const enum intel_uc_fw_status status; argument
96 void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.h90 struct intel_uc_fw { struct
91 enum intel_uc_fw_type type; argument
93 const enum intel_uc_fw_status status; argument
96 struct intel_uc_fw_file file_wanted; argument
97 struct intel_uc_fw_file file_selected; argument
98 bool user_overridden;
99 size_t size;
100 struct drm_i915_gem_object *obj;
107 bool needs_ggtt_mapping;
115 struct i915_vma_resource vma_res;
[all …]