aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu')
-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 6f341822653c..5df26ccda8a4 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 "20181221" 93#define DRIVER_DATE "20190110"
94#define DRIVER_TIMESTAMP 1545422678 94#define DRIVER_TIMESTAMP 1547162337
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