-
- Downloads
Merge tag 'exynos-drm-next-for-v5.8' of...
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
No related branches found
No related tags found
Showing
- drivers/gpu/drm/exynos/exynos_drm_drv.c 0 additions, 1 deletiondrivers/gpu/drm/exynos/exynos_drm_drv.c
- drivers/gpu/drm/exynos/exynos_drm_dsi.c 17 additions, 9 deletionsdrivers/gpu/drm/exynos/exynos_drm_dsi.c
- drivers/gpu/drm/exynos/exynos_drm_fbdev.c 1 addition, 27 deletionsdrivers/gpu/drm/exynos/exynos_drm_fbdev.c
- drivers/gpu/drm/exynos/exynos_drm_gem.c 66 additions, 116 deletionsdrivers/gpu/drm/exynos/exynos_drm_gem.c
- drivers/gpu/drm/exynos/exynos_drm_gem.h 4 additions, 12 deletionsdrivers/gpu/drm/exynos/exynos_drm_gem.h
- drivers/gpu/drm/exynos/exynos_drm_mic.c 1 addition, 1 deletiondrivers/gpu/drm/exynos/exynos_drm_mic.c
- drivers/gpu/drm/exynos/exynos_drm_rotator.c 1 addition, 3 deletionsdrivers/gpu/drm/exynos/exynos_drm_rotator.c
- drivers/gpu/drm/exynos/exynos_drm_scaler.c 1 addition, 3 deletionsdrivers/gpu/drm/exynos/exynos_drm_scaler.c
- drivers/gpu/drm/exynos/exynos_drm_vidi.c 8 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_vidi.c
- drivers/gpu/drm/exynos/exynos_mixer.c 4 additions, 2 deletionsdrivers/gpu/drm/exynos/exynos_mixer.c
Loading
Please register or sign in to comment