Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/i915: Update DRIVER_DATE to 20190311

Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>

+2 -2
+2 -2
drivers/gpu/drm/i915/i915_drv.h
··· 92 92 93 93 #define DRIVER_NAME "i915" 94 94 #define DRIVER_DESC "Intel Graphics" 95 - #define DRIVER_DATE "20190220" 96 - #define DRIVER_TIMESTAMP 1550657146 95 + #define DRIVER_DATE "20190311" 96 + #define DRIVER_TIMESTAMP 1552292224 97 97 98 98 /* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and 99 99 * WARN_ON()) for hw state sanity checks to check for unexpected conditions