Re: [PATCH] drm/exynos: Properly report supported formats for each device

2015-08-19 Thread Tobias Jakobi
Hmm, this looks a lot like my patch from some time ago: http://www.spinics.net/lists/linux-samsung-soc/msg43677.html With best wishes, Tobias Marek Szyprowski wrote: Exynos DRM reported that all planes for all supported sub-devices supports only three pixel formats: XRGB24, ARGB24 and NV12.

[PATCH] drm/exynos: Properly report supported formats for each device

2015-08-19 Thread Marek Szyprowski
Exynos DRM reported that all planes for all supported sub-devices supports only three pixel formats: XRGB24, ARGB24 and NV12. This patch lets each Exynos DRM sub-drivers to provide the list of supported pixel formats and registers this list to DRM core. Signed-off-by: Marek Szyprowski