backends/drm: work around the NVidia driver not reporting timestamps better
The assumption of t = current time
if the driver doesn't report time stamps causes KWin to mis-predict future page flip timing and drop frames. In order to work around that, assume t = current time - 3ms
, to calculate in latency caused by event processing.