Commit e853ab7c authored by Tvrtko Ursulin's avatar Tvrtko Ursulin
parent 90248800
...@@ -103,7 +103,6 @@ enum intel_guc_fw_status { ...@@ -103,7 +103,6 @@ enum intel_guc_fw_status {
* of fetching, caching, and loading the firmware image into the GuC. * of fetching, caching, and loading the firmware image into the GuC.
*/ */
struct intel_guc_fw { struct intel_guc_fw {
struct drm_device * guc_dev;
const char * guc_fw_path; const char * guc_fw_path;
size_t guc_fw_size; size_t guc_fw_size;
struct drm_i915_gem_object * guc_fw_obj; struct drm_i915_gem_object * guc_fw_obj;
......
...@@ -754,7 +754,6 @@ void intel_guc_init(struct drm_device *dev) ...@@ -754,7 +754,6 @@ void intel_guc_init(struct drm_device *dev)
fw_path = ""; /* unknown device */ fw_path = ""; /* unknown device */
} }
guc_fw->guc_dev = dev;
guc_fw->guc_fw_path = fw_path; guc_fw->guc_fw_path = fw_path;
guc_fw->guc_fw_fetch_status = GUC_FIRMWARE_NONE; guc_fw->guc_fw_fetch_status = GUC_FIRMWARE_NONE;
guc_fw->guc_fw_load_status = GUC_FIRMWARE_NONE; guc_fw->guc_fw_load_status = GUC_FIRMWARE_NONE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment