[PATCH 00/16] drm/omap: misc cleanups and pixel format change

Tomi Valkeinen tomi.valkeinen at ti.com
Thu May 4 10:23:16 UTC 2017


Hi,

This series has a bunch of cleanups. We drop DMA and VRFB rotation, and RFBI
output. None of those are supported.

The latter half is about getting rid of enum omap_color_mode and moving to use
fourcc pixel formats.

There should be no functional changes caused by this series.

This series is based on my earlier "drm/omap: misc changes" series.

 Tomi

Tomi Valkeinen (16):
  drm/omap: fix passing rotation parameter to dispc
  drm/omap: fix setting & clearing DOUBLESTRIDE
  drm/omap: remove CLUT
  drm/omap: ratelimit OCP error
  drm/omap: remove rfbi
  drm/omap: remove dma & vrfb rotation
  drm/omap: cleanup offset calculation
  drm/omap: add format_is_yuv() helper
  drm/omap: remove unneeded prototypes
  drm/omap: remove unused 'supported_modes' field
  drm/omap: change supported_modes to an array
  drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_*
  drm/omap: use u32 instead of enum omap_color_mode
  drm/omap: remove omap_framebuffer_get_formats()
  drm/omap: cleanup formats array
  drm/omap: rename color_mode to fourcc

 drivers/gpu/drm/omapdrm/dss/Kconfig        |   13 -
 drivers/gpu/drm/omapdrm/dss/Makefile       |    1 -
 drivers/gpu/drm/omapdrm/dss/core.c         |    6 -
 drivers/gpu/drm/omapdrm/dss/dispc.c        |  584 ++++-----------
 drivers/gpu/drm/omapdrm/dss/dss.h          |    4 -
 drivers/gpu/drm/omapdrm/dss/dss_features.c |  179 ++---
 drivers/gpu/drm/omapdrm/dss/dss_features.h |    6 +-
 drivers/gpu/drm/omapdrm/dss/omapdss.h      |   71 +-
 drivers/gpu/drm/omapdrm/dss/rfbi.c         | 1083 ----------------------------
 drivers/gpu/drm/omapdrm/omap_drv.h         |    2 -
 drivers/gpu/drm/omapdrm/omap_fb.c          |   77 +-
 drivers/gpu/drm/omapdrm/omap_irq.c         |    7 +-
 drivers/gpu/drm/omapdrm/omap_plane.c       |   17 +-
 13 files changed, 284 insertions(+), 1766 deletions(-)
 delete mode 100644 drivers/gpu/drm/omapdrm/dss/rfbi.c

-- 
2.7.4



More information about the dri-devel mailing list