drm: Asynchronouse page flipping interface and Intel implementation

2013-07-23 Thread Daniel Vetter
On Mon, Jul 22, 2013 at 06:49:57PM -0700, Keith Packard wrote: > Here's a sequence of five patches that exposes an interface to request > of the driver that the page flipping request be executed without > waiting for vblank. It's optional, and drivers can expose whether it > is supported through

drm: Asynchronouse page flipping interface and Intel implementation

2013-07-23 Thread Keith Packard
Daniel Vetter writes: > Quick comments on the i915 kernel part: > - Iirc the w/a database has a bunch of entries about async flips. Those > need to be addressed and annoted with the new w/a tag comment format > Damien recently created. Where does this database live? > - kms_flip needs to

drm: Asynchronouse page flipping interface and Intel implementation

2013-07-22 Thread Keith Packard
Here's a sequence of five patches that exposes an interface to request of the driver that the page flipping request be executed without waiting for vblank. It's optional, and drivers can expose whether it is supported through the existing GETCAP ioctl. This supports only Ivybridge and Sandybridge

drm: Asynchronouse page flipping interface and Intel implementation

2013-07-22 Thread Keith Packard
Here's a sequence of five patches that exposes an interface to request of the driver that the page flipping request be executed without waiting for vblank. It's optional, and drivers can expose whether it is supported through the existing GETCAP ioctl. This supports only Ivybridge and Sandybridge