]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/gpu/drm/i915/i915_drv.h
Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm-misc...
[thirdparty/linux.git] / drivers / gpu / drm / i915 / i915_drv.h
index 8b80b9d23be913761dfcd0fa9ae1dba89d1c50f9..b00f0845cbc3594101ce009cfbae52ea0015aa64 100644 (file)
@@ -822,6 +822,9 @@ struct i915_selftest_stash {
 struct drm_i915_private {
        struct drm_device drm;
 
+       /* FIXME: Device release actions should all be moved to drmm_ */
+       bool do_release;
+
        const struct intel_device_info __info; /* Use INTEL_INFO() to access. */
        struct intel_runtime_info __runtime; /* Use RUNTIME_INFO() to access. */
        struct intel_driver_caps caps;