On 04/05/17 13:23, Tomi Valkeinen wrote:
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
Patches 1 and 5 are not valid anymore. 5 has been already merged via another series, and I've since reworked 1, which I'll be handling in a separate tiler rotation series. The rest are still valid.
Tomi