All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/7] drm/omap: various small fixes
@ 2015-07-02 12:35 Tomi Valkeinen
  2015-07-02 12:35 ` [PATCHv2 1/7] drm/omap: return error if dma_alloc_writecombine fails Tomi Valkeinen
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Tomi Valkeinen @ 2015-07-02 12:35 UTC (permalink / raw)
  To: dri-devel, Laurent Pinchart; +Cc: Tomi Valkeinen

Hi,

This is v2 of this series. Changes to v1:

* updated according to the comments
* added fix for 24 bpp formats
* added PAGE_ALIGN cleanup that I have missed

 Tomi

Fabian Frederick (1):
  drm/omap: replace ALIGN(PAGE_SIZE) by PAGE_ALIGN

Tomi Valkeinen (6):
  drm/omap: return error if dma_alloc_writecombine fails
  drm/omap: check that plane is inside crtc
  drm/omap: increase DMM transaction timeout
  drm/omap: fix omap_framebuffer_unpin() error handling
  drm/omap: fix omap_gem_put_paddr() error handling
  drm/omap: fix align_pitch() for 24 bits per pixel

 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c |  2 +-
 drivers/gpu/drm/omapdrm/omap_drv.h       |  6 +++---
 drivers/gpu/drm/omapdrm/omap_fb.c        | 16 ++++------------
 drivers/gpu/drm/omapdrm/omap_fbdev.c     |  2 +-
 drivers/gpu/drm/omapdrm/omap_gem.c       | 26 ++++++++++++++------------
 drivers/gpu/drm/omapdrm/omap_plane.c     | 26 ++++++++++++++++++++++++++
 6 files changed, 49 insertions(+), 29 deletions(-)

-- 
2.1.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-07-02 12:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-02 12:35 [PATCHv2 0/7] drm/omap: various small fixes Tomi Valkeinen
2015-07-02 12:35 ` [PATCHv2 1/7] drm/omap: return error if dma_alloc_writecombine fails Tomi Valkeinen
2015-07-02 12:35 ` [PATCHv2 2/7] drm/omap: check that plane is inside crtc Tomi Valkeinen
2015-07-02 12:52   ` Laurent Pinchart
2015-07-02 12:35 ` [PATCHv2 3/7] drm/omap: increase DMM transaction timeout Tomi Valkeinen
2015-07-02 12:35 ` [PATCHv2 4/7] drm/omap: fix omap_framebuffer_unpin() error handling Tomi Valkeinen
2015-07-02 12:35 ` [PATCHv2 5/7] drm/omap: fix omap_gem_put_paddr() " Tomi Valkeinen
2015-07-02 12:35 ` [PATCHv2 6/7] drm/omap: fix align_pitch() for 24 bits per pixel Tomi Valkeinen
2015-07-02 12:35 ` [PATCHv2 7/7] drm/omap: replace ALIGN(PAGE_SIZE) by PAGE_ALIGN Tomi Valkeinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.