[PATCH] drm/exynos: use driver internal struct

2015-02-04 Thread Inki Dae
On 2015년 01월 30일 16:43, Joonyoung Shim wrote: > Use driver internal struct as argument instead of struct exynos_drm_crtc > except functions of exynos_drm_crtc_ops and instead of struct > exynos_drm_display except functions of exynos_drm_display_ops. Agree. Reasonable to use a driver context

[PATCH] drm/exynos: use driver internal struct

2015-01-30 Thread Joonyoung Shim
Use driver internal struct as argument instead of struct exynos_drm_crtc except functions of exynos_drm_crtc_ops and instead of struct exynos_drm_display except functions of exynos_drm_display_ops. It can reduce unnecessary variable declaration. Signed-off-by: Joonyoung Shim ---

[PATCH] drm/exynos: use driver internal struct

2015-01-30 Thread Gustavo Padovan
Hi Joonyoung, 2015-01-30 Joonyoung Shim : > Use driver internal struct as argument instead of struct exynos_drm_crtc > except functions of exynos_drm_crtc_ops and instead of struct > exynos_drm_display except functions of exynos_drm_display_ops. > > It can reduce unnecessary variable