aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index c5f01964f0fb..b1c31967194b 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -90,8 +90,8 @@
90 90
91#define DRIVER_NAME "i915" 91#define DRIVER_NAME "i915"
92#define DRIVER_DESC "Intel Graphics" 92#define DRIVER_DESC "Intel Graphics"
93#define DRIVER_DATE "20181122" 93#define DRIVER_DATE "20181204"
94#define DRIVER_TIMESTAMP 1542898187 94#define DRIVER_TIMESTAMP 1543944377
95 95
96/* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and 96/* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and
97 * WARN_ON()) for hw state sanity checks to check for unexpected conditions 97 * WARN_ON()) for hw state sanity checks to check for unexpected conditions