]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'exynos-drm-next-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...
authorDave Airlie <airlied@redhat.com>
Thu, 21 May 2020 00:24:37 +0000 (10:24 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 21 May 2020 00:24:43 +0000 (10:24 +1000)
commit209c8f076e45406cf70169768b9552e6e1c1958a
tree809b53e4a21c48712e2a7a557f8419547f74381d
parent71d01c4427f693b1815a1cd5eaf3b2dc651981cd
parent3c046524b8729eb53f9238f759493ecbc3e26345
Merge tag 'exynos-drm-next-for-v5.8' of git://git.kernel.org/pub/scm/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 <airlied@redhat.com>
From: Inki Dae <inki.dae@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1589952785-24210-1-git-send-email-inki.dae@samsung.com