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

Barry Scott barry.scott at onelan.co.uk
Wed Jun 13 04:31:40 PDT 2007


Michel Dänzer wrote:
> On Wed, 2007-06-13 at 12:34 +0200, Michel Dänzer wrote:
>   
>> 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.
>>     
>
> Actually, I guess you're asking because it doesn't build for you? You
> need libdrm from current drm GIT.
>
>   
Indeed it does not build. I'll get libdrm from git.
I can use the runtime that is in the 2.6.21 kernel.

Barry




More information about the xorg mailing list