package: version up
authorKitae Kim <kt920.kim@samsung.com>
Fri, 25 Oct 2013 02:03:09 +0000 (11:03 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Fri, 25 Oct 2013 02:03:09 +0000 (11:03 +0900)
Update package version

Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
drivers/maru/maru_brill_codec.c
package/changelog
package/pkginfo.manifest

index 01c2fb31e8db0242ce212cb8718b6b920004aafb..c07d2ba92fda47cbc481fffcd0c27e9f71cdc958 100644 (file)
@@ -184,7 +184,7 @@ struct maru_brill_codec_device {
 #define DEVICE_MEMORY_COUNT    8
 #define CODEC_CONTEXT_SIZE     1024
 
-#define CODEC_S_DEVICE_MEM_COUNT       63      // small                (256K)  8M
+#define CODEC_S_DEVICE_MEM_COUNT       62      // small                (256K)  8M
 // #define CODEC_XS_DEVICE_MEM_COUNT   8       // extra small  (1M)    8M
 #define CODEC_M_DEVICE_MEM_COUNT       4       // medium               (2M)    8M
 #define CODEC_L_DEVICE_MEM_COUNT       2       // large                (4M)    8M
@@ -247,7 +247,7 @@ static void maru_brill_codec_divide_device_memory(void)
        }
 
        for (cnt = 0; cnt < CODEC_S_DEVICE_MEM_COUNT; index++, cnt++) {
-               elem[index].mem_offset = (index + 1) * CODEC_S_DEVICE_MEM_SIZE;
+               elem[index].mem_offset = (index + 2) * CODEC_S_DEVICE_MEM_SIZE;
                elem[index].occupied = false;
                list_add_tail(&elem[index].entry, &maru_brill_codec->avail_s_memblk);
        }
index 1ce050580092efcd096a306f751d3bc404c39e81..a6b996c338714ba149bc5d45cca788906c3c9e86 100644 (file)
@@ -1,3 +1,6 @@
+* 1.4.29
+- cached codec information in the driver. 
+== Kitae Kim <kt920.kim@samsung.com> 2013-10-25
 * 1.4.28
 - added flush buffer routine. 
 == Kitae Kim <kt920.kim@samsung.com> 2013-10-18
index e3b88f9e746977e23427199ee9fc8bbfefbed5c7..421d9f03e0799c5f95f1b63f38dbc7682454ad69 100644 (file)
@@ -1,4 +1,4 @@
-Version: 1.4.28
+Version: 1.4.29
 Maintainer: Yeong-Kyoon, Lee <yeongkyoon.lee@samsung.com>
 Source: emulator-kernel