video: adf: support "simple" buffers
authorGreg Hackmann <ghackmann@google.com>
Thu, 10 Oct 2013 20:03:26 +0000 (13:03 -0700)
committerGreg Hackmann <ghackmann@google.com>
Fri, 11 Oct 2013 23:45:07 +0000 (16:45 -0700)
commitb07062e41853a8096096d3a75767b955e13a57bb
treef463daef2e08f2a61e745593833a8b1d050684ec
parent23240e2e9a0420a4d1cf460a8c3549e952656f89
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