Hi Marek, On 10 November 2015 at 13:23, Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> wrote: > This patch series introduces a new life into Exynos IPP (Image Post > Processing) subsystem by integrating it (transparently for userspace > applications) with Exynos DRM core plane management. This means that all > CRTC drivers transparently get support for standard features of IPP > subsystem like rotation and scaling. > > Support for features not supported natively by CRTC drivers is > implemented with a help of temporary framebuffers, where image data is > processed by IPP subsystem before performing the scanout by a CRTC driver. > > This patchset is a first version of this 'new feature' and I would like > get some comments on the proposed approach. I plan to continue working > on enhancing Exynos DRM drivers and especially do the cleanup the IPP > subsystem. > > Most of the new features are added by the last 2 patches. All other > patches are bugfixes in various Exynos DRM subdrivers and significant > core rewrite - introducing a subclass of drm_plane_state was needed and > all drivers have been converted to use it. Some initial cleanups in IPP > subsystem were also needed to let Exynos core to call it internally from > the driver core. This part will be cleaned even more in the future. Hm, interesting. The RPi has a similar setup - VC4 can work either online (realtime scanout) or offline (mem2mem). Once the scene crosses a certain complexity boundary, it can no longer be composed in realtime and must fall back to mem2mem before it can be displayed. There was talk of having the fallback handled transparently in KMS for VC4 - similar to this - but the conclusion seemed to be that it was an inappropriate level of hidden complexity for KMS, and instead would best be handled by something like HWComposer directing it. Using HWC would then let you more intelligently split the scene from userspace (e.g. flatten some components but retain others as active planes). Dan V, Eric - thoughts? Cheers, Daniel _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel