| Age | Commit message (Collapse) | Author |
|
Instead of requiring CAP_SYS_MODULE for gpu driver initialization, use
CAP_SYS_ADMIN (which is more appropriate).
Change-Id: I86cb50849d90ee9aef366aa4be8d916771eeb369
Signed-off-by: Simon Wilson <simonwilson@google.com>
|
|
Change-Id: I5f884bc0d76942433d0a451384b1b4bbdc324208
|
|
Low latency scheduling divides each 3D task into 4 subtasks, where
each subtask renders a quadrant of the output buffer. This adds
additional overhead on both the CPU and GPU, and is not necessary
when working with the small output buffers we use due to the low
resolution on xclock's display.
SUPPORT_SGX_PRIORITY_SCHEDULING was not explicitly enabled before,
but was enabled automatically by SUPPORT_SGX_LOW_LATENCY_SCHEDULING.
Enable this feature explicitly so that it stays on when LLS is disabled.
This change must be made to the user and kernel drivers at the same time
or the GPU driver will not start.
Change-Id: I21081f37edc42e050a048ce864c5aa7d4552a69e
|
|
Change-Id: I2725345b2bde4ff16a4e13e938b91af298971ec1
|
|
Moto changes to build TI SGX kernel driver
Change-Id: I7d941b8fb46ee2633ea235e167f5407ea4897166
|
|
Initial codes of TI SGX DDK 1.12@2701748
Change-Id: I75a8f6521968346ea1b2ea9fa54817ba186442ce
|
|
bluetooth defense
1. support panel determination to apply different settings
2. apply new timing settings for bluetooth defense, current MIPI TX HS CLK setting are:
OMAP = 104 MHz, SOLOMON = 108.3 MHz
3. sync initial setting data for both boot-loader and kernel, and pass panel type from boot-loader
Change-Id: Iff9dacb738829a0739373b85ee913cd214d4bd50
|
|
Added Makefile/Kconfig for kernel build-in driver
Added OMAP3630 support for TI SGX DDK
Fixed issue about newer kernel 3.10
Change-Id: I8b415bacb784e9dfb1967f669476d6d63898f331
|
|
Original source code pulled in from TI SGX Android DDK 1.9@2166536
Change-Id: Ibcdb0016a6b1ca2e26583c578eb690cc9cd57708
|