From: Dave Airlie Date: Thu, 21 May 2020 00:24:37 +0000 (+1000) Subject: Merge tag 'exynos-drm-next-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v5.15~3606^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e20bb857dea2f620ff37ae541ed8aee70e3c89f1;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'exynos-drm-next-for-v5.8' of git://git./linux/kernel/git/daeinki/drm-exynos into drm-next Check imported buffer mapping in generic way - This patch reworks exynos_drm_gem_prime_import_sg_table function, which checks if the imported buffer has been mapped as contiguous or not in generic way, and flag a exynos gem buffer type properly according to the mapped way. Fixups - Drop a reference count to in_bridge_node correctly. - Enable the runtime power management correctly. . The runtime pm should be enabled before calling compont_add(). Cleanups - Do not register "by hand" a sysfs file, and use dev_groups instead. - Drop internal 'pages' array which aren't needed. - Remove dead-code. - Correct type casting. - Drop unnecessary error messages. Signed-off-by: Dave Airlie From: Inki Dae Link: https://patchwork.freedesktop.org/patch/msgid/1589952785-24210-1-git-send-email-inki.dae@samsung.com --- e20bb857dea2f620ff37ae541ed8aee70e3c89f1