drm/exynos: add trace support 07/89507/6
authorInki Dae <inki.dae@samsung.com>
Fri, 19 Aug 2016 11:46:09 +0000 (13:46 +0200)
committerInki Dae <inki.dae@samsung.com>
Wed, 5 Oct 2016 05:54:27 +0000 (22:54 -0700)
commit6c07ccc5cbdc66d647dc78da29b8b410b9e7adfd
tree89dc4c96bc64a1c503cdf5bfe8221acba8074b3d
parent95f03c4c49dd29f726747d1125d72d545570f880
drm/exynos: add trace support

This patch adds trace support and also inserts
two trace points, one is win_commit and other is finish_pageflip.
These would give us help to trace pageflip operation.

Change-Id: I1cd912f03703ae40d3fe45a4b329eddfce5178e4
Signed-off-by: Inki Dae <inki.dae@samsung.com>
[squashed with bugfixes and ported to v4.1 Tizen kernel]
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
drivers/gpu/drm/exynos/Makefile
drivers/gpu/drm/exynos/exynos_drm_crtc.c
drivers/gpu/drm/exynos/exynos_drm_plane.c
drivers/gpu/drm/exynos/exynos_trace.c [new file with mode: 0644]
drivers/gpu/drm/exynos/exynos_trace.h [new file with mode: 0644]