Skip to content

Commit 46c0cd8

Browse files
committed
drm/i915: Update DRIVER_DATE to 20190202
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
1 parent 5e0f5a5 commit 46c0cd8

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
@@ -91,8 +91,8 @@
9191

9292
#define DRIVER_NAME "i915"
9393
#define DRIVER_DESC "Intel Graphics"
94-
#define DRIVER_DATE "20190129"
95-
#define DRIVER_TIMESTAMP 1548812351
94+
#define DRIVER_DATE "20190202"
95+
#define DRIVER_TIMESTAMP 1549095268
9696

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

0 commit comments

Comments
 (0)