Merge tag 'omapdrm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...
authorDave Airlie <airlied@redhat.com>
Fri, 10 Jul 2015 05:59:35 +0000 (15:59 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 10 Jul 2015 05:59:35 +0000 (15:59 +1000)
commit2d28b633c3fa8f53b919a5de86eb1c8e78dde818
tree791cc8b3a7c6ba0a55c2c2f2caf61e563ef7b5d8
parent59e7a16d60ffead64d1407bf8915b8b2078ba870
parent743c16719f671c206923d23dae4ac57edfd9483c
Merge tag 'omapdrm-4.2-fixes' of git://git./linux/kernel/git/tomba/linux into drm-fixes

omapdrm fixes for 4.2

Small fixes for omapdrm, including:
* Fix packed 24 bit color formats
* Ensure the planes are inside the crtc
* Handle out-of-dma-memory error

* tag 'omapdrm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux:
  drm/omap: replace ALIGN(PAGE_SIZE) by PAGE_ALIGN
  drm/omap: fix align_pitch() for 24 bits per pixel
  drm/omap: fix omap_gem_put_paddr() error handling
  drm/omap: fix omap_framebuffer_unpin() error handling
  drm/omap: increase DMM transaction timeout
  drm/omap: check that plane is inside crtc
  drm/omap: return error if dma_alloc_writecombine fails