summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2016-08-24Add sti driver supportBenjamin Gaignard1-0/+1
Change-Id: Id1fdfb18ffba87ec62f5d0b5de181acbc91b79b8
2016-03-08Add kirin drmmode driver.xinliang1-10/+6
Change-Id: I331e8f826d58a8349fa00e030468649da15bb464
2014-07-08Reviewed and revised bo reference counting.Dave Barnish1-0/+23
Change-Id: I9d827678692207101565e235b44b62ffee756dc7
2013-06-10Abstract cursor format handlingDave Barnish1-16/+0
Moved hardware cursor format handling to driver specific abstraction Moved cursor size definitions to driver specific abstraction Renamed abstraction interface to drmmode_interface for clarity Added cursor padding to workaround Exynos cursor corruption bug Removed obsolete TODO comment Change-Id: I6bcce670586dd4204e977a6f94402c0066f103f1
2013-05-16Tidy up auxiliary filesDave Barnish1-1/+1
README, armsoc.man & configure.ac updated. AUTHORS deleted - see source files for copyright & author names Change-Id: I92aaf144f881d2ab295ddb01d776d92ebf008997
2013-04-15Tidy up unused/badly named headersRay Smith1-1/+1
Change-Id: I7539d334182938d73d0e533010c3c2da54840e77
2013-04-03Add DRM driver abstractionRay Smith1-14/+19
This adds an abstraction interface in src/drmmode_driver.h for the driver-specific values (and in future functions) that we need. It also adds documentation and build system support (--with-drmmode) to choose your supported driver. Initially, the dumb allocation flags and page flip events flags are abstracted with support for pl111 and eynos. A template implementation is also provided for ease of adding new driver support. Change-Id: I98890ddab6b907c3007b72a662ecd7ee6caa4402
2013-03-26Added "Initial PL111 HW Cursor support"John Rees1-1/+17
Main feature added is to allow the HW Cursor on pl111 to be driven by X. Note that the pixel format is limited only LBBP, so added a conversion routine to convert between ARBG8888 to PL111 LBBP. Updated README file for platform specific HW Cursor options. Pulled out cursor dimensions to header and pl111 specific cursor helpers into separate source file. Change-Id: If8edf8e76da14f40a842b64ab61e927d6099cd4d
2013-03-22Update READMEDave Barnish1-14/+1
Change-Id: I4eb57a828f8602e9715960d9c16a9e470f9d24a2
2013-03-08Tidy up of buffer type selection definesDave Barnish1-15/+29
- Separated selection of scanout/non-scanout buffer types in DDX from platform specific flags - Sense of platform specific flag DRM_BO_SCANOUT inverted - ModifyPixmapHeader now uses the scanout usage_hint passed to CreatePixmap - README updated
2012-03-05Add support for OMAP5430 and OMAP5432Vincent Stehlé1-0/+2
Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
2011-07-19initial commitRob Clark1-0/+19