Re: [PATCH 1/2] drm: vblank: use ktime_t instead of timeval

From: Arnd Bergmann
Date: Wed Oct 11 2017 - 15:00:51 EST


On Wed, Oct 11, 2017 at 7:36 PM, Sean Paul <seanpaul@xxxxxxxxxxxx> wrote:
> On Wed, Oct 11, 2017 at 05:20:12PM +0200, Arnd Bergmann wrote:
>
> Hi Arnd,
> Keith posted something very similar with:
> <20171011004514.9500-2-keithp@xxxxxxxxxx> "drm: Widen vblank UAPI to 64 bits.
> Change vblank time to ktime_t"
>
> It looks like perhaps Keith missed one of the comment tweaks that you have
> below.

That is an interesting coincidence, I created my patch earlier this week
without having any idea that others were looking at the same files.

Arnd