Re: [Intel-gfx] [RFC 0/4] drm: add raw monotonic timestamp support

2012-10-11 Thread Laurent Pinchart
(CC'ing linux-media) On Friday 05 October 2012 16:36:58 Imre Deak wrote: > This is needed to make applications depending on vblank/page flip > timestamps independent of time ajdustments. We're in the process to switching to CLOCK_MONOTONIC timestamps in V4L2. The reason why we're using CLOCK_MON

Re: [Intel-gfx] [RFC 0/4] drm: add raw monotonic timestamp support

2012-10-11 Thread Laurent Pinchart
Hi Imre, On Friday 05 October 2012 16:36:58 Imre Deak wrote: > This is needed to make applications depending on vblank/page flip > timestamps independent of time ajdustments. > > I've tested these with an updated intel-gpu-test/flip_test and will send > the update for that once there's no objecti

Re: [Intel-gfx] [RFC 0/4] drm: add raw monotonic timestamp support

2012-10-11 Thread Imre Deak
On Thu, 2012-10-11 at 12:32 +0200, Laurent Pinchart wrote: > Hi Imre, > > On Friday 05 October 2012 16:36:58 Imre Deak wrote: > > This is needed to make applications depending on vblank/page flip > > timestamps independent of time ajdustments. > > > > I've tested these with an updated intel-gpu-t

Re: [Intel-gfx] [RFC 0/4] drm: add raw monotonic timestamp support

2012-10-11 Thread Imre Deak
Hi, On Thu, 2012-10-11 at 12:29 +0200, Laurent Pinchart wrote: > (CC'ing linux-media) > > On Friday 05 October 2012 16:36:58 Imre Deak wrote: > > This is needed to make applications depending on vblank/page flip > > timestamps independent of time ajdustments. > > We're in the process to switchin

Re: [Intel-gfx] [RFC 0/4] drm: add raw monotonic timestamp support (Imre Deak)

2012-10-08 Thread Imre Deak
Deak > > To: Daniel Vetter, Chris Wilson > > , Kristian H?gsberg > > Cc:intel-gfx@lists.freedesktop.org,dri-de...@lists.freedesktop.org > > Subject: [Intel-gfx] [RFC 0/4] drm: add raw monotonic timestamp > > support > > Message-ID:<1349444222-22274-1-git-send-email-imre.d.

Re: [Intel-gfx] [RFC 0/4] drm: add raw monotonic timestamp support

2012-10-08 Thread Imre Deak
On Fri, 2012-10-05 at 16:07 -0700, Eric Anholt wrote: > Imre Deak writes: > > > This is needed to make applications depending on vblank/page flip > > timestamps independent of time ajdustments. > > > > I've tested these with an updated intel-gpu-test/flip_test and will send > > the update for tha

Re: [Intel-gfx] [RFC 0/4] drm: add raw monotonic timestamp support (Imre Deak)

2012-10-05 Thread Mario Kleiner
: Fri, 5 Oct 2012 16:36:58 +0300 From: Imre Deak To: Daniel Vetter,Chris Wilson , Kristian H?gsberg Cc:intel-gfx@lists.freedesktop.org,dri-de...@lists.freedesktop.org Subject: [Intel-gfx] [RFC 0/4] drm: add raw monotonic timestamp support Message-ID:<1349444222-22274-1-

Re: [Intel-gfx] [RFC 0/4] drm: add raw monotonic timestamp support

2012-10-05 Thread Eric Anholt
Imre Deak writes: > This is needed to make applications depending on vblank/page flip > timestamps independent of time ajdustments. > > I've tested these with an updated intel-gpu-test/flip_test and will send > the update for that once there's no objection about this patchset. > > The patchset is

[Intel-gfx] [RFC 0/4] drm: add raw monotonic timestamp support

2012-10-05 Thread Imre Deak
This is needed to make applications depending on vblank/page flip timestamps independent of time ajdustments. I've tested these with an updated intel-gpu-test/flip_test and will send the update for that once there's no objection about this patchset. The patchset is based on danvet's dinq branch w