Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Id1fdfb18ffba87ec62f5d0b5de181acbc91b79b8
|
|
Change-Id: I331e8f826d58a8349fa00e030468649da15bb464
|
|
Change-Id: I9d827678692207101565e235b44b62ffee756dc7
|
|
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
|
|
README, armsoc.man & configure.ac updated.
AUTHORS deleted - see source files for copyright & author names
Change-Id: I92aaf144f881d2ab295ddb01d776d92ebf008997
|
|
Change-Id: I7539d334182938d73d0e533010c3c2da54840e77
|
|
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
|
|
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
|
|
Change-Id: I4eb57a828f8602e9715960d9c16a9e470f9d24a2
|
|
- 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
|
|
Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
|
|
|