summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libril: handle samsungs unsol responsescm-10.1.3cm-10.1Daniel Hillenbrand2013-09-054-18/+58
| | | | Change-Id: I8f13cfe68157417c36f541af7ea40680bd279c43
* NFC refactoringcm-10.1.3-RC2cm-10.1.3-RC1Qaweck2013-07-225-1/+7
| | | | Change-Id: Id239eae364b7e1eddc512acb3516be1c62a726d1
* samsung: ril: fix inclusion of secril-clientDaniel Hillenbrand2013-07-111-5/+5
| | | | Change-Id: I1266a59d88811fe0b3188dc63b83bace40f54398
* samsung: Remove multiple inclusion of RILSteve Kondik2013-07-092-2/+0
| | | | Change-Id: I2fee28ca533b9c0923d6bc9d736cf2f2284190e0
* Merge "samsung: move ril client out of exynos4" into cm-10.1Daniel Hillenbrand2013-07-0911-23/+7
|\
| * samsung: move ril client out of exynos4Daniel Hillenbrand2013-07-0811-23/+7
| | | | | | | | Change-Id: I8aa0470652c060a531d2cc7f2d8c68d3c40f5f95
* | samsung: libril: some code cleanupDaniel Hillenbrand2013-07-092-66/+68
| | | | | | | | Change-Id: Ie79369fce7d6c8832c3256c402a485090c177e61
* | samsung: libril: cleanup debugging codeDaniel Hillenbrand2013-07-091-4/+0
|/ | | | Change-Id: I1429a892071dbd55d8ffa41b304b1612261f4edc
* samsung: add libril for xmm626x modemscm-10.1.0.1Daniel Hillenbrand2013-07-0818-0/+8977
| | | | Change-Id: I3064271ac8d563f63b13278944639ab5a29ae87f
* Exynos4x12: liblights: ifdef exynos4x12 tabssbrissen2013-06-211-2/+16
| | | | Change-Id: I3461a6569bf7d3c65e72cc911282bb3ee8e52bc5
* exynos4: SecBuffer: add missing c++ ifdefsDaniel Hillenbrand2013-06-151-0/+4
| | | | Change-Id: I6c07d14675e5c6f835401d2660f208db8e757a71
* exynos4412: update fimg4xDaniel Hillenbrand2013-06-146-263/+272
| | | | | | http://git.insignal.co.kr/insignal/origen_quad-jb_mr1.1/android/hardware/samsung_slsi/exynos4/log/?h=origen_quad-jb_mr1.1 Change-Id: Idbcc372285b168fa171e195eed43e20c27182fab
* Fix macloader buffer overflowJavier Ferrer2013-05-211-2/+2
| | | | | | | | | | | Fixes this log entries. I/macloader( 1915): Writing murata to /data/.cid.info D/macloader( 1915): Setting permissions on /data/.cid.info F/libc ( 1915): *** vsprintf buffer overflow detected *** F/libc ( 1915): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 1915 (macloader) Change-Id: I1ccb257bada18030de76a2be40477172993ca2a0
* exynos4: hal: include: Exif.h: always keep two decimal places in macrosghepeu2013-05-101-7/+8
| | | | | | | | | | | | The APEX macros always rounded to int, losing too much precision. Ensure that we always keep at least two decimal digits. The more precise F-number comes from the value recorded by the camera closed source driver. Added a new macro APEX_SHUTTER_TO_EXPOSURE(x) (credit to tryptophane). Change-Id: Ief43c15c6517d8dc48d4d4bc9e93df9eb01e6b91
* macloader: add 5C:F8:A1 to muratacm-10.1.0-RC5cm-10.1.0-RC4cm-10.1.0-RC3cm-10.1.0-RC2cm-10.1.0-RC1cm-10.1.0Daniel Hillenbrand2013-05-051-12/+2
| | | | Change-Id: Ic328f6265ce9e5b09b86843b5dea3f1594d09163
* exynos4210: lights: add missing brightness checkcm-10.1-M3cm-10.1-M2codeworkx2013-03-021-4/+9
| | | | Change-Id: I7d307fbfe7581bfa76e7f4f6ce50f759683bf9dc
* exynos4: Add open source libsecion.angelsl2013-02-244-1/+294
| | | | | | | | This libsecion is reverse engineered from the libsecion.so blob and then written based on the Exynos 5 libion available in AOSP. Change-Id: Ibe69047c78491e3c7f3173b18fcabdf327fcfbd0 Signed-off-by: angelsl <hidingfromhidden@gmail.com>
* exynos3: power: Tuning and cleanupsSteve Kondik2013-02-191-12/+55
| | | | | | | | * Tune the governor for better power usage and interactivity * Reset tuning parameters if governor changes * Cleanup Change-Id: Ibe60ece836a0e56ba58e109bbea26cbd54d75421
* exynos4: update media headerscodeworkx2013-02-176-1391/+2716
| | | | Change-Id: Ia6221554d290c46f11c68e276dda41c8ebe3a7ab
* gralloc: Remove hackscm-10.1-M1Andrew Dodd2013-01-151-14/+0
| | | | | | | Stock gralloc doesn't have these alignment hacks. In fact they currently do nothing and won't until we fix HWC. Change-Id: I3427cf3fed84a023ba6ed69b0e0fe0b63ea00886
* gralloc: Add missing GRALLOC_USAGE_HW_FIMC1 logicAndrew Dodd2012-12-181-1/+1
| | | | | | | | | | This caused the ION pointer to get clobbered with a UMP pointer when FIMC1 memory was requested. After a while, camera would be unable to allocate buffers due to ION memory not being freed properly. Change-Id: I1ba1d27da924a0bb81631548e83c7f3e5789f319
* include ril for exynos4210R. Andrew Ohana2012-12-161-0/+1
| | | | | | | | Building libsecril-client from source works perfectly well on the i815. It will probably work well with the gsm devices as well. Change-Id: I4f394555d82fb48a86ea52212d9fb56ca0e8acd3
* macloader: add new murata valuecodeworkx2012-12-131-7/+9
| | | | Change-Id: I1bc1aa88ec58f406fcf46a7c118ef577d6b0fb78
* Merge "hwc: Pull in updates from exynos3 hwc" into mr1-stagingmr1-stagingDaniel Hillenbrand2012-12-111-33/+49
|\
| * hwc: Pull in updates from exynos3 hwcAndrew Dodd2012-12-111-33/+49
| | | | | | | | Change-Id: I61e1556da3e2d1e9a8b9c22163f4f11982bda7dc
* | Merge "gralloc: Back out hacks now that Mali-derping is fixed" into mr1-stagingDaniel Hillenbrand2012-12-101-12/+1
|\ \ | |/ |/|
| * gralloc: Back out hacks now that Mali-derping is fixedAndrew Dodd2012-12-081-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two reverts squashed, due to Mali-derping being fixed in frameworks/native: Revert "gralloc: avoid using framebuffer" This reverts commit 5125ccc5b6d9a4bf1256a4a57f6d5f7d0ebe26c9. Revert "gralloc: Send first 2 FB buffers to carveout and next to UMP" This reverts commit d288deb284f205c6b0eae04b27377c902afaf24e. Change-Id: I530dc255b7543e03d0e8277d3ad12ed11d6649ab
* | exynos4: libhwcomposer: disable debuggingcodeworkx2012-12-091-1/+1
|/ | | | Change-Id: Iead8beee1c2c40b3c7ce1277c84dc180fb96ecb8
* exynos4: gralloc: fix fimc1/ion logiccodeworkx2012-12-071-1/+1
| | | | Change-Id: I0d125275e4d9ec3b6368572b9c0aa1033969c98d
* exynos4: gralloc: Do FIMC1 memory allocations from ION instead of FIMC1Andrew Dodd2012-12-071-1/+28
| | | | | | | | | | Mobile's blobs behave this way, except they don't do the 4k alignment done by the FIMC1 allocs. The 4k alignment should fix issues such as NHK World Live TV, but fails to do so. Change-Id: I1ee4cd13e23f9f2f6c6616ee9eed1096b571a82c
* gralloc_priv: Remove unused yaddr memberAndrew Dodd2012-12-061-0/+10
| | | | | | | | Mobile's blobs don't appear to have been compiled with this present in their headers, and none of the Insignal sources actually use this. Change-Id: Ib8611f6da90ea78aa8eec451c76f56ddb32b45a4
* gralloc: Let } rejoin its peopleAndrew Dodd2012-12-051-3/+2
| | | | | | | | | | | | | | | | | | | | This is the story of poor }. It is a painful saga. Samsung left } floating inside the galaxy of framebuffer_alloc, unable to join its brethren on the planet of STANDARD_LINUX_SCREEN when they were shifted out of the #ifdef dimension. codeworkx brutally eliminated poor } from the galaxy, it was nowhere to be seen. codeworkx then took pity on the } and placed it back on the planet of STANDARD_LINUX_SCREEN, but placed it on a continent where it was all alone, unable to ever see its mate { Take pity on poor }, let it rejoin its people on the correct continent of the planet STANDARD_LINUX_SCREEN, so they may all shift out of the #ifdef dimension together. Change-Id: I7a700b73ccd2c91f91d9af3704930759f46978c7
* gralloc: add HAL_PIXEL_FORMAT_YCbCr_420_SP_TILED for videocodeworkx2012-12-031-0/+2
| | | | Change-Id: I340b2bc065490797889aa17c5396cf40e0e7d6ff
* gralloc: avoid using framebuffercodeworkx2012-12-031-0/+8
| | | | Change-Id: I216b4b67f09729d00d337512ab17ff378f218a33
* gralloc: do it the android waycodeworkx2012-12-031-1/+1
| | | | Change-Id: I54d7cfcbf39a97a340cf5b807537c39584c0e50a
* gralloc: hello }, welcome back at your new homecodeworkx2012-12-031-0/+3
| | | | Change-Id: I86f80b78325f37f2d46b0c3b08818ab1274242e9
* gralloc: hello }, what are you doing there?codeworkx2012-12-031-1/+0
| | | | Change-Id: Idf59890cb41e97004039a71e4b32f3d263b89482
* gralloc: Send first 2 FB buffers to carveout and next to UMPEspen Fjellvær Olsen2012-12-031-1/+4
| | | | | | | | | | | | | | | | | | | | | | Taken from QCOM gralloc: commit d80a52cbf961d737f6f3beef47b868a581b98591 Author: Saurabh Shah <saurshah@codeaurora.org> Date: Tue Oct 2 14:32:40 2012 -0700 gralloc: Send first 2 FB buffers to carveout and next to IOMMU Gralloc uses the GRALLOC_USAGE_HW_FB flag to allocate memory from carveout. This is fine for primary framebuffer, but for external framebuffer we need IOMMU heap buffers, since the ioctls for external work with those. Ideally, the primary buffers also need to come from IOMMU heap, which is ongoing work. This patch allocates the first 2 FB buffer requests (assuming they are for primary) from carveout and allocates all subsequent buffers from IOMMU heap. Bug: 7124159 Change-Id: Ie53b2e1e7fcac136acd2d251f39cefe367fc7125 Signed-off-by: Iliyan Malchev <malchev@google.com>
* Revert "exynos4: gralloc: higher number of buffers for page flipping"codeworkx2012-12-031-1/+1
| | | | This reverts commit 8b9deaf74eba92bac8725666c2f99e51412a5b6f.
* libhwcomposer: keep window 2 opencodeworkx2012-12-023-13/+49
| | | | | | | | Window 2 is used to query global info about the LCD. Kanged from patch for aries by Greg Hackmann <ghackmann@google.com> Change-Id: Idf754d4536337d6c06652c1d0c744dc7c0936b15
* exynos4: gralloc: higher number of buffers for page flippingcodeworkx2012-12-011-1/+1
|
* exynos4: hwcomposer: add uevent vsync handlingcodeworkx2012-12-012-3/+65
|
* exynos4: libhwcomposer: update for new api versionespenfjo2012-12-014-1160/+437
|
* exynos4: update gralloc from insignal, modify it to work with libsecioncodeworkx2012-12-015-20/+54
|
* exynos4: add missing pixel format definitionscodeworkx2012-11-271-17/+19
| | | | Change-Id: I0386e8a9209d4f6633f67aa028c512e749c2c857
* Merge "s5pc110: hwcomposer: update to hwcomposer HAL v1 api" into mr1-stagingDaniel Hillenbrand2012-11-232-22/+47
|\
| * s5pc110: hwcomposer: update to hwcomposer HAL v1 apiPawit Pornkitprasan2012-11-232-22/+47
| | | | | | | | Change-Id: I2dc71cca002a1c36898831c54e2bea281ac98744
* | exynos5: remove sourcesChirayu Desai2012-11-23135-44531/+0
|/ | | | | | - upstream has them at hardware/samsung_slsi Change-Id: I6721098016ea7d760b553d533613ffc450eefd86
* exynos3: libhdmi: initial commitPetr Havlena2012-11-1616-3/+2832
| | | | Change-Id: Iee23cf3b6e746c3a20adf7b90ab930a3cba50d5c
* exynos3: hwc: add hdmi supportPetr Havlena2012-11-164-3/+124
| | | | Change-Id: I9def46f17fc2b3042af776b253ac3441fd6d3405