[PATCH 1/7] xfree86: Bump video ABI to 14

Aaron Plattner aplattner at nvidia.com
Mon Sep 24 13:26:05 PDT 2012


On 09/20/2012 01:56 PM, Adam Jackson wrote:
> Signed-off-by: Adam Jackson <ajax at redhat.com>
> ---
>   hw/xfree86/common/xf86Module.h |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h
> index 83f9790..fd90aac 100644
> --- a/hw/xfree86/common/xf86Module.h
> +++ b/hw/xfree86/common/xf86Module.h
> @@ -80,7 +80,7 @@ typedef enum {
>    * mask is 0xFFFF0000.
>    */
>   #define ABI_ANSIC_VERSION	SET_ABI_VERSION(0, 4)
> -#define ABI_VIDEODRV_VERSION	SET_ABI_VERSION(13, 0)
> +#define ABI_VIDEODRV_VERSION	SET_ABI_VERSION(14, 0)
>   #define ABI_XINPUT_VERSION	SET_ABI_VERSION(18, 0)
>   #define ABI_EXTENSION_VERSION	SET_ABI_VERSION(7, 0)
>   #define ABI_FONT_VERSION	SET_ABI_VERSION(0, 6)

Given the rest of these changes,

Reviewed-by: Aaron Plattner <aplattner at nvidia.com>


More information about the xorg-devel mailing list