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>
Showing
- drivers/gpu/drm/exynos/exynos_drm_fimc.c 3 additions, 2 deletionsdrivers/gpu/drm/exynos/exynos_drm_fimc.c
- drivers/gpu/drm/exynos/exynos_drm_gsc.c 3 additions, 2 deletionsdrivers/gpu/drm/exynos/exynos_drm_gsc.c
- drivers/gpu/drm/exynos/exynos_drm_ipp.c 23 additions, 23 deletionsdrivers/gpu/drm/exynos/exynos_drm_ipp.c
- drivers/gpu/drm/exynos/exynos_drm_ipp.h 5 additions, 4 deletionsdrivers/gpu/drm/exynos/exynos_drm_ipp.h
- drivers/gpu/drm/exynos/exynos_drm_rotator.c 3 additions, 3 deletionsdrivers/gpu/drm/exynos/exynos_drm_rotator.c
- drivers/gpu/drm/exynos/exynos_drm_scaler.c 3 additions, 3 deletionsdrivers/gpu/drm/exynos/exynos_drm_scaler.c
Loading
Please register or sign in to comment