video_common: Updated version from 2.0 to 2.1.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-11-09 20:46:18 -08:00 committed by Nava kishore Manne
parent 0b34da9303
commit 4517e43f00
8 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
##******************************************************************************
##
## Copyright (C) 2014 Xilinx, Inc. All rights reserved.
## Copyright (C) 2015 Xilinx, Inc. All rights reserved.
##
## Permission is hereby granted, free of charge, to any person obtaining a copy
## of this software and associated documentation files (the "Software"), to deal
@ -36,6 +36,6 @@ BEGIN driver video_common
OPTION supported_peripherals = ();
OPTION driver_state = ACTIVE;
OPTION copyfiles = all;
OPTION VERSION = 2.0;
OPTION VERSION = 2.1;
OPTION NAME = video_common;
END driver

View file

@ -33,7 +33,7 @@
/**
*
* @file xvidc.c
* @addtogroup video_common_v2_0
* @addtogroup video_common_v2_1
* @{
*
* Contains common utility functions that are typically used by video-related

View file

@ -33,7 +33,7 @@
/**
*
* @file xvidc.h
* @addtogroup video_common_v2_0
* @addtogroup video_common_v2_1
* @{
* @details
*

View file

@ -33,7 +33,7 @@
/**
*
* @file xvidc_dp159.c
* @addtogroup video_common_v2_0
* @addtogroup video_common_v2_1
* @{
*
* This file contains a set of functions to configure the DP159.

View file

@ -33,7 +33,7 @@
/**
*
* @file xvidc_dp159.h
* @addtogroup video_common_v2_0
* @addtogroup video_common_v2_1
* @{
*
* This is the header file contains macros, enum, structure and function

View file

@ -33,7 +33,7 @@
/**
*
* @file xvidc_edid.c
* @addtogroup video_common_v2_0
* @addtogroup video_common_v2_1
* @{
*
* Contains function definitions related to the Extended Display Identification

View file

@ -33,7 +33,7 @@
/**
*
* @file xvidc_edid.h
* @addtogroup video_common_v2_0
* @addtogroup video_common_v2_1
* @{
*
* Contains macros, definitions, and function declarations related to the

View file

@ -33,7 +33,7 @@
/**
*
* @file xvidc_timings_table.c
* @addtogroup video_common_v2_0
* @addtogroup video_common_v2_1
* @{
*
* Contains video timings for various standard resolutions.