diff options
author | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-09-21 12:26:37 +0300 |
---|---|---|
committer | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-09-21 12:26:37 +0300 |
commit | 448626103dad54ec5d06722e955586b5d557625d (patch) | |
tree | 3d0868be66f2561ff219f5abbd549ab0e12b17a2 | |
parent | 8169671ababf306e22f8cf064184032ff74eb508 (diff) |
drm/i915: Update DRIVER_DATE to 20180921drm-intel-next-2018-09-21
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index d82b912bee9a..808204a7ca7c 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h @@ -87,7 +87,7 @@ #define DRIVER_NAME "i915" #define DRIVER_DESC "Intel Graphics" #define DRIVER_DATE "20180921" -#define DRIVER_TIMESTAMP 1537514460 +#define DRIVER_TIMESTAMP 1537521997 /* 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 |