]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe6bd444c76596f97331acfc9efaac48d73bc663
tree791cc8b3a7c6ba0a55c2c2f2caf61e563ef7b5d8
parent42d8d7c233ae19523be3f7df78c5a9d3d994ba95
parente9b4d2db18bcc65ff9a7a25cc686df548e8ba088
Merge tag 'omapdrm-4.2-fixes' of git://git.kernel.org/pub/scm/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