summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2014-10-06gfx: pvrsrvctl - CAP_SYS_ADMIN needed for gfx initSimon Wilson
2014-07-16IKXCLOCK-2893 Merge changes based on ImgTech SGX DDK 1.12@2917986Wengang Wu
2014-07-01IKXCLOCK-1806 pvr ver 3: Disabling LLS (Low Latency Scheduling) for SGX DDKWengang Wu
2014-06-17IKXCLOCK-2028 [15433566] Reduce kernel/graphics memory usageWengang Wu
2014-05-23IKXCLOCK-1590 Transition form Mot Logo to Moto Animation has blankWengang Wu
2014-05-21IKXCLOCK-1501 Upgrade to TI SGX Android OpenGL 1.12@2701748Wengang Wu
2014-05-21IKXCLOCK-1501 Upgrade to TI SGX Android OpenGL 1.12@2701748Wengang Wu
2014-05-20IKXCLOCK-1342 Display: support new cut 2.1 panel and new timing for bluetooth...Wengang Wu
2014-03-05IKXCLOCK-343 Initial TI SGX Android OpenGL supportWengang Wu
2014-03-05IKXCLOCK-343 Initial TI SGX Android DDK version 1.9@2166536Wengang Wu
2013-11-07ion: move into stagingColin Cross
2013-11-07gpu: ion: delete ion_system_mapper.cColin Cross
2013-10-24ion: add compat_ioctlRom Lemarchand
2013-10-24ion: change ion_user_handle_t definition to intRom Lemarchand
2013-10-24ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand
2013-09-19ion: don't use id 0 for handle cookieColin Cross
2013-09-19ion: index client->handles rbtree by bufferColin Cross
2013-09-19ion: replace userspace handle cookies with idrColin Cross
2013-09-19ion: remove IS_ERR_OR_NULLColin Cross
2013-09-19ion: convert map_kernel to return ERR_PTRColin Cross
2013-09-19ion: add free list size to heap debug filesColin Cross
2013-09-19ion: chunk_heap: fix leak in allocated counterColin Cross
2013-09-19gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin
2013-09-19gpu: ion: add CMA heapBenjamin Gaignard
2013-07-01ion: Add Kconfig dependency to ARMJohn Stultz
2013-07-01gpu: ion: Remove __GFP_NO_KSWAPDArve Hjønnevåg
2013-07-01gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hackArve Hjønnevåg
2013-07-01gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin
2013-07-01gpu: ion: Fix bug in ion shrinkerRebecca Schultz Zavin
2013-07-01gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation timeRebecca Schultz Zavin
2013-07-01gpu: ion: fix kfree/list_del orderJP Abgrall
2013-07-01gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin
2013-07-01gpu: ion: Add support for sharing buffers with dma buf kernel handlesJohan Mossberg
2013-07-01gpu: ion: Only flush buffers in the chunk heap if they were used cachedRebecca Schultz Zavin
2013-07-01gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin
2013-07-01gpu: ion: Modify zeroing code so it only allocates address space onceRebecca Schultz Zavin
2013-07-01gpu: ion: Remove heapmask from clientRebecca Schultz Zavin
2013-07-01gpu: ion: Export ion_client_createJohan Mossberg
2013-07-01gpu: ion: Clarify variable names and comments around heap ids v typesRebecca Schultz Zavin
2013-07-01gpu: ion: Add chunk heapRebecca Schultz Zavin
2013-07-01gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin
2013-07-01gpu: ion: Switch heap rbtree to a prio listRebecca Schultz Zavin
2013-07-01gpu: ion: Fix bug where MAP ioctl was no longer supportedRebecca Schultz Zavin
2013-07-01gpu: ion: Modify reserve function for carveouts with no start addressRebecca Schultz Zavin
2013-07-01gpu: ion: fix compilation warningBenjamin Gaignard
2013-07-01gpu: ion: fix carveout opsBenjamin Gaignard
2013-07-01gpu: ion: Fix bug in zeroing pages in system heapRebecca Schultz Zavin
2013-07-01gpu: ion: Fix bug in ion_system_heap map_userRebecca Schultz Zavin
2013-07-01gpu: ion: Don't flush allocatoins that come from the page poolsRebecca Schultz Zavin
2013-07-01gpu: ion: Clear GFP_WAIT flag on high order allocationsRebecca Schultz Zavin