diff options
author | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2019-04-17 12:07:47 +0300 |
---|---|---|
committer | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | 2019-04-17 12:07:47 +0300 |
commit | ad2c467aa92e283e9e8009bb9eb29a5c6a2d1217 (patch) | |
tree | 729477bab73018b7458b63af3e75968970a39fd0 /drivers | |
parent | 5b354966d0d470488d8dd244f0b5d82e9ecc4e18 (diff) | |
download | linux-ad2c467aa92e283e9e8009bb9eb29a5c6a2d1217.tar.xz |
drm/i915: Update DRIVER_DATE to 20190417
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Diffstat (limited to 'drivers')
-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 35d0782c077e..066fd2a12851 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h @@ -93,8 +93,8 @@ #define DRIVER_NAME "i915" #define DRIVER_DESC "Intel Graphics" -#define DRIVER_DATE "20190404" -#define DRIVER_TIMESTAMP 1554389037 +#define DRIVER_DATE "20190417" +#define DRIVER_TIMESTAMP 1555492067 /* 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 |