summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJani Nikula2018-04-13 11:20:58 +0200
committerJani Nikula2018-04-13 11:20:58 +0200
commitfadec6eefe232696c5c471b40df33e6db616e854 (patch)
tree78eb8330ea995342105b6607ef872fa5362c9b5e /drivers
parentdrm/i915/cnl: Use mmio access to context status buffer (diff)
downloadkernel-qcow2-linux-fadec6eefe232696c5c471b40df33e6db616e854.tar.gz
kernel-qcow2-linux-fadec6eefe232696c5c471b40df33e6db616e854.tar.xz
kernel-qcow2-linux-fadec6eefe232696c5c471b40df33e6db616e854.zip
drm/i915: Update DRIVER_DATE to 20180413
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'drivers')
-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 649c0f2f3bae..e50d9589d6e3 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -84,8 +84,8 @@
#define DRIVER_NAME "i915"
#define DRIVER_DESC "Intel Graphics"
-#define DRIVER_DATE "20180308"
-#define DRIVER_TIMESTAMP 1520513379
+#define DRIVER_DATE "20180413"
+#define DRIVER_TIMESTAMP 1523611258
/* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and
* WARN_ON()) for hw state sanity checks to check for unexpected conditions