[PATCH 1/2] libdrm: update drm headers from kernel, including new overlay ioctls & structs

2012-02-06 Thread Lan, Hai
To improve the conformability and avoid compiling error with libva/intel-driver(expected specifier-qualifier-list before uint32_t), I think it's better to use __u32 instead of using uint32_t. Thanks and best regards. Hai Lan > #define DRM_MODE_FB_DIRTY_ANNOTATE_COPY 0x01 > #define

RE: [PATCH 1/2] libdrm: update drm headers from kernel, including new overlay ioctls structs

2012-02-05 Thread Lan, Hai
To improve the conformability and avoid compiling error with libva/intel-driver(expected specifier-qualifier-list before uint32_t), I think it's better to use __u32 instead of using uint32_t. Thanks and best regards. Hai Lan #define DRM_MODE_FB_DIRTY_ANNOTATE_COPY 0x01 #define

[PATCH 1/2] libdrm: update drm headers from kernel, including new overlay ioctls & structs

2011-12-06 Thread Jesse Barnes
On Tue, 6 Dec 2011 15:23:57 -0800 Jesse Barnes wrote: > Add structs and functions necessary for the new plane and fb handling code, > including a new header, drm_fourcc.h, that includes the surface formats > supported by various DRM drivers. > > Signed-off-by: Jesse Barnes > --- Arg some

[PATCH 1/2] libdrm: update drm headers from kernel, including new overlay ioctls & structs

2011-12-06 Thread Jesse Barnes
Add structs and functions necessary for the new plane and fb handling code, including a new header, drm_fourcc.h, that includes the surface formats supported by various DRM drivers. Signed-off-by: Jesse Barnes --- include/drm/Makefile.am |1 + include/drm/drm.h| 13 -

[PATCH 1/2] libdrm: update drm headers from kernel, including new overlay ioctls structs

2011-12-06 Thread Jesse Barnes
Add structs and functions necessary for the new plane and fb handling code, including a new header, drm_fourcc.h, that includes the surface formats supported by various DRM drivers. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- include/drm/Makefile.am |1 + include/drm/drm.h

Re: [PATCH 1/2] libdrm: update drm headers from kernel, including new overlay ioctls structs

2011-12-06 Thread Jesse Barnes
On Tue, 6 Dec 2011 15:23:57 -0800 Jesse Barnes jbar...@virtuousgeek.org wrote: Add structs and functions necessary for the new plane and fb handling code, including a new header, drm_fourcc.h, that includes the surface formats supported by various DRM drivers. Signed-off-by: Jesse Barnes