diff options
author | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-09-06 15:54:43 +0200 |
---|---|---|
committer | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-09-06 15:54:43 +0200 |
commit | a28957b8f10be714f076fb3981a3b1a0318c48c2 (patch) | |
tree | f081f47c49f5b0be15dc9eb9d9096aa58ced5533 /drivers/gpu/drm/i915/i915_drv.h | |
parent | Merge tag 'gvt-next-2018-09-04' of https://github.com/intel/gvt-linux into dr... (diff) | |
download | linux-a28957b8f10be714f076fb3981a3b1a0318c48c2.tar.xz linux-a28957b8f10be714f076fb3981a3b1a0318c48c2.zip |
drm/i915: Update DRIVER_DATE to 20180906
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-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 bf78b8f1eb17..2ccb982a5dba 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 "20180906" -#define DRIVER_TIMESTAMP 1536241554 +#define DRIVER_TIMESTAMP 1536242083 /* 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 |