]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/ipp: clean up debug messages
authorInki Dae <inki.dae@samsung.com>
Mon, 15 Apr 2019 08:13:38 +0000 (17:13 +0900)
committerInki Dae <inki.dae@samsung.com>
Wed, 24 Apr 2019 02:23:20 +0000 (11:23 +0900)
commit8b9550344d3914cf606f365b6fa4279fb3cd4684
treece31587968943b58107eb5eb704da1ee9f124466
parentdf90a64eaf57b89ebc910ad0e4e2b4c3dc1567b9
drm/ipp: clean up debug messages

Print out debug messages with correct device name.

As for this, this patch adds device pointer to exynos_drm_ipp structure,
and in case of exynos_drm_ipp_task structure, replace drm_device pointer
with device one. This will make each ipp driver to print out debug
messages with correct device name.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimc.c
drivers/gpu/drm/exynos/exynos_drm_gsc.c
drivers/gpu/drm/exynos/exynos_drm_ipp.c
drivers/gpu/drm/exynos/exynos_drm_ipp.h
drivers/gpu/drm/exynos/exynos_drm_rotator.c
drivers/gpu/drm/exynos/exynos_drm_scaler.c