Skip to content

Commit cd9f468

Browse files
committed
drm/i915: Update DRIVER_DATE to 20170529
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
1 parent c9e0c6d commit cd9f468

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
@@ -80,8 +80,8 @@
8080

8181
#define DRIVER_NAME "i915"
8282
#define DRIVER_DESC "Intel Graphics"
83-
#define DRIVER_DATE "20170515"
84-
#define DRIVER_TIMESTAMP 1494832308
83+
#define DRIVER_DATE "20170529"
84+
#define DRIVER_TIMESTAMP 1496041258
8585

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

0 commit comments

Comments
 (0)