drm/sti: Use 64-bit timestamps
authorTina Ruchandani <ruchandani.tina@gmail.com>
Wed, 13 Apr 2016 09:28:02 +0000 (02:28 -0700)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Mon, 27 Jun 2016 08:18:09 +0000 (10:18 +0200)
commit2c83f581611491e5efcc619e1198f0fcad9f330b
treeca23b1199709c00a324235bc1d9cea3d37c39ab4
parent2a3467063ae3b17264578626dec2377dd48cd1c3
drm/sti: Use 64-bit timestamps

'struct timespec' uses a 32-bit field for seconds, which
will overflow in year 2038 and beyond. This patch is part
of a larger attempt to remove instances of timeval, timespec
and time_t, all of which suffer from the y2038 issue, from the
kernel.

Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com>
drivers/gpu/drm/sti/sti_plane.c
drivers/gpu/drm/sti/sti_plane.h