Skip to content

Commit fed8165

Browse files
drm/i915: Update DRIVER_DATE to 20180221
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
1 parent 1c9b6b1 commit fed8165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/i915/i915_drv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383

8484
#define DRIVER_NAME "i915"
8585
#define DRIVER_DESC "Intel Graphics"
86-
#define DRIVER_DATE "20180214"
87-
#define DRIVER_TIMESTAMP 1518601107
86+
#define DRIVER_DATE "20180221"
87+
#define DRIVER_TIMESTAMP 1519219289
8888

8989
/* Use I915_STATE_WARN(x) and I915_STATE_WARN_ON() (rather than WARN() and
9090
* WARN_ON()) for hw state sanity checks to check for unexpected conditions

0 commit comments

Comments
 (0)