xf86-video-intel: 4 commits - configure.ac src/i830_dri.c src/i830_driver.c src/i830_exa.c src/i830.h src/i830_render.c src/i915_reg.h src/i915_render.c src/i915_video.c src/i965_render.c src/i965_video.c

Michel Dänzer michel at tungstengraphics.com
Wed Jun 13 03:34:27 PDT 2007


On Wed, 2007-06-13 at 11:19 +0100, Barry Scott wrote:
> Michel Dänzer wrote:
> > On Tue, 2007-06-12 at 10:03 -0700, Eric Anholt wrote:
> >   
> >> diff --git a/src/i830_dri.c b/src/i830_dri.c
> >> index a17770b..4746be0 100644
> >> --- a/src/i830_dri.c
> >> +++ b/src/i830_dri.c
> >> @@ -83,10 +83,8 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
> >>  
> >>  #include "i915_drm.h"
> >>  
> >> -/* This block and the corresponding configure test can be removed when
> >> - * libdrm >= 2.3.1 is required.
> >> - */
> >> -#ifndef HAVE_I915_FLIP
> >> +/* This block can be removed when libdrm >= 2.3.1 is required. */
> >> +#ifndef DRM_IOCTL_I915_FLIP
> >>  
> >>  #define DRM_VBLANK_FLIP 0x8000000
> >>  
> >>     
> >
> > This is not correct; DRM_IOCTL_I915_FLIP was already defined before the
> > addition of drm_i915_flip_t.
> >
> >
> >   
> I want to test this version of the driver. What do I need to update to 
> get drm_i915_flip_t defined and supported at runtime?

If it builds, it's fine.


-- 
Earthling Michel Dänzer           |          http://tungstengraphics.com
Libre software enthusiast         |          Debian, X and DRI developer




More information about the xorg mailing list