]> 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)
commit90efb26132f674e5d9409904322a9abd5f4476ef
tree791cc8b3a7c6ba0a55c2c2f2caf61e563ef7b5d8
parent8acd7dfc9bb696c00929116ef50459a350273d29
parent22583bf961d895d42106c0f4ba3819e543dcfe9f
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