From: Rob Clark rob@ti.com
Now that drm and fbdev (omapdss) next trees have been pulled by Linus, here are the updates to keep omapdrm compiling.
The first four are re-sends of what was sent earlier, and the fifth takes care of some API changes in omapdss contained in the fbdev pull.
Rob Clark (5): drm/omap: drm API update: make fops struct const drm/omap: drm API update: addfb2 drm/omap: add drm_plane support drm/omap: multiplanar and YUV support drm/omap: updates for DSS fifomerge API changes
drivers/staging/omapdrm/Makefile | 1 + drivers/staging/omapdrm/omap_crtc.c | 191 +++++-------------- drivers/staging/omapdrm/omap_drv.c | 77 +++++--- drivers/staging/omapdrm/omap_drv.h | 52 +++++- drivers/staging/omapdrm/omap_fb.c | 224 ++++++++++++++++------ drivers/staging/omapdrm/omap_fbdev.c | 55 ++++-- drivers/staging/omapdrm/omap_gem.c | 5 + drivers/staging/omapdrm/omap_plane.c | 344 ++++++++++++++++++++++++++++++++++ drivers/staging/omapdrm/omap_priv.h | 12 +- 9 files changed, 699 insertions(+), 262 deletions(-) create mode 100644 drivers/staging/omapdrm/omap_plane.c