video: adf: support "simple" buffers
authorGreg Hackmann <ghackmann@google.com>
Thu, 10 Oct 2013 20:03:26 +0000 (13:03 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:53:10 +0000 (13:53 -0800)
commit68ff076002b28bbc34dff95048aa815062996b74
tree360b92f028a33992fa408b97cbcef02998b9cf31
parent3300bf432959c7177f35d3cbe4c58ff782f6e22c
video: adf: support "simple" buffers

Simple buffers are linear RGB buffers analogous to KMS's dumb buffers.
Simple buffers can be allocated and posted to a display interface
without any driver-private data.

Internally, ADF drivers provide the driver-private data needed (if any)
to post a simple buffer to the display.

Change-Id: Ib0b737622eaf343111310f6623f99d69cf3807d2
Signed-off-by: Greg Hackmann <ghackmann@google.com>
drivers/video/adf/adf_client.c
drivers/video/adf/adf_fops.c
include/uapi/video/adf.h
include/video/adf.h
include/video/adf_client.h