video_common: Updated version to v2.0.

Due to DP159 API additions.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-08-04 01:38:07 -07:00 committed by Nava kishore Manne
parent 7ca1fb1844
commit 3b39183e40
8 changed files with 14 additions and 14 deletions

View file

@ -36,6 +36,6 @@ BEGIN driver video_common
OPTION supported_peripherals = ();
OPTION driver_state = ACTIVE;
OPTION copyfiles = all;
OPTION VERSION = 1.1;
OPTION VERSION = 2.0;
OPTION NAME = video_common;
END driver

View file

@ -33,8 +33,8 @@
/**
*
* @file xvidc.c
* @addtogroup video_common_v1_1
* @{
* @addtogroup video_common_v2_0
* @{
*
* Contains common utility functions that are typically used by video-related
* drivers and applications.

View file

@ -33,9 +33,9 @@
/**
*
* @file xvidc.h
* @addtogroup video_common_v1_1
* @{
* @details
* @addtogroup video_common_v2_0
* @{
* @details
*
* Contains common structures, definitions, macros, and utility functions that
* are typically used by video-related drivers and applications.

View file

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

View file

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

View file

@ -33,8 +33,8 @@
/**
*
* @file xvidc_edid.c
* @addtogroup video_common_v1_1
* @{
* @addtogroup video_common_v2_0
* @{
*
* Contains function definitions related to the Extended Display Identification
* Data (EDID) structure which is present in all monitors. All content in this

View file

@ -33,8 +33,8 @@
/**
*
* @file xvidc_edid.h
* @addtogroup video_common_v1_1
* @{
* @addtogroup video_common_v2_0
* @{
*
* Contains macros, definitions, and function declarations related to the
* Extended Display Identification Data (EDID) structure which is present in all

View file

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