On Fri, 2009-02-20 at 13:46 +0800, Zou, Nanhai wrote:
> >+struct drm_i915_gem_page_flip {
> >+    /** Handle of new front buffer */
> 
>      Should this be handle of new front buffer or handle of the execbuf?

I can't see how this can be an execbuf here. Do you mind elaborating?

Anyway this reminded me that we want a buffer offset along with the
handle.

> >+    uint32_t handle;
> >+
> >+    /**
> >+     * page flip flags (wait on flip only for now)
> >+     */
> >+    uint32_t flags;
> >+
> >+    /**
> >+     * pipe to flip
> >+     */
> >+    uint32_t pipe;
> >+
> >+    /**
> >+     * screen dimensions for flip
> >+     */
> >+    uint32_t x;
> >+    uint32_t y;
> >+};
> >+
> > #endif                              /* _I915_DRM_H_ */



------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to