Searched hist:"2 c83f581611491e5efcc619e1198f0fcad9f330b" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_plane.h | diff 2c83f581611491e5efcc619e1198f0fcad9f330b Wed Apr 13 04:28:02 CDT 2016 Tina Ruchandani <ruchandani.tina@gmail.com> 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>
|
H A D | sti_plane.c | diff 2c83f581611491e5efcc619e1198f0fcad9f330b Wed Apr 13 04:28:02 CDT 2016 Tina Ruchandani <ruchandani.tina@gmail.com> 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>
|