summaryrefslogtreecommitdiff
path: root/drivers/video/adf/Kconfig (follow)
Commit message (Collapse)AuthorAge
* video: adf: Set ADF_MEMBLOCK to booleanGuenter Roeck2016-04-07
| | | | | | | | | | | | | Attempts to build with CONFIG_ADF_MEMBLOCK=m result in the following build error. ERROR: "memblock_free" [drivers/video/adf/adf_memblock.ko] undefined! memblock_free() is marked as __init_memblock, so exporting it seems to be a bad idea. All other callers are only configurable into the kernel, so do the same with ADF_MEMBLOCK. Signed-off-by: Guenter Roeck <groeck@chromium.org>
* video: adf: add fbdev compatibility helperGreg Hackmann2016-02-16
| | | | | Change-Id: I2b82bb625f805e8edb27799743b290dda5befb97 Signed-off-by: Greg Hackmann <ghackmann@google.com>
* video: adf: add memblock helperGreg Hackmann2016-02-16
| | | | | | | | Provides a dma-buf exporter for memblocks, mainly useful for ADF devices to wrap their bootloader logos Change-Id: I936a9b5df099ab6084d433fcaf50f3bc29f93289 Signed-off-by: Greg Hackmann <ghackmann@google.com>
* video: add atomic display frameworkGreg Hackmann2016-02-16
Change-Id: I693257e269a99012cd0dbb57576ac222869cf4c7 Signed-off-by: Greg Hackmann <ghackmann@google.com>