diff options
author | Rick Tillery <rtillery@ti.com> | 2012-07-19 13:40:02 -0500 |
---|---|---|
committer | Rick Tillery <rtillery@ti.com> | 2012-07-19 14:18:26 -0500 |
commit | 521f41023b2450808af932dc5068bff0838642b9 (patch) | |
tree | 6e4ff7e1c66be053881dd8ad8750f4779c5b99c3 /bltsville/include/bverror.h | |
parent | 8f8325a8584a91ccaa678ed6ab2f8868549e7e0b (diff) | |
download | hardware_ti_omap4-521f41023b2450808af932dc5068bff0838642b9.zip hardware_ti_omap4-521f41023b2450808af932dc5068bff0838642b9.tar.gz hardware_ti_omap4-521f41023b2450808af932dc5068bff0838642b9.tar.bz2 |
BV: Update headers to 2.2: Add bvbltparams.src2auxdstrect,
bvbltparams.maskauxdstrect, BVFLAG_SRC2_AUXDSTRECT and BVFLAG_MASK_AUXDSTRECT;
Add BVAT_reserved2 bvauxtype; Updated documentation (+ new images)
Change-Id: I6a427019ab8d5ca4d6fd725d37f8d6abf8b2e55b
Signed-off-by: Rick Tillery <rtillery@ti.com>
Diffstat (limited to 'bltsville/include/bverror.h')
-rw-r--r-- | bltsville/include/bverror.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bltsville/include/bverror.h b/bltsville/include/bverror.h index 787dfaf..15c3ba7 100644 --- a/bltsville/include/bverror.h +++ b/bltsville/include/bverror.h @@ -293,7 +293,7 @@ enum bverror { BVERR_MEMORY_ERROR = /* async operation triggered memory error */ BVERRDEF_VENDOR_ALL + 51000, - BVERR_FORMAT = /* unsupported bvcopparams.bvsurfgeom.format */ + BVERR_FORMAT = /* unsupported format */ BVERRDEF_VENDOR_ALL + 52000, BVERR_CACHEOP = /* unsupported cache operation */ |