diff options
author | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-09-06 15:14:18 +0300 |
---|---|---|
committer | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2018-09-06 15:14:18 +0300 |
commit | 01a84c11a5e6a4f78834c66c7eb84bcdfea6eafc (patch) | |
tree | f521cf76cb9435859c0fe84dc39e8feb3150abc2 | |
parent | 31962ca6a26087eea255c000ea9fa4ffbdad697b (diff) |
drm/i915: Update DRIVER_DATE to 20180906drm-intel-next-2018-09-06
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 4 |
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 767615ecdea5..f63dca7f396a 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h @@ -86,8 +86,8 @@ #define DRIVER_NAME "i915" #define DRIVER_DESC "Intel Graphics" -#define DRIVER_DATE "20180903" -#define DRIVER_TIMESTAMP 1535975875 +#define DRIVER_DATE "20180906" +#define DRIVER_TIMESTAMP 1536236058 /* 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 |