[PATCH v3 11/32] drm/exynos: Use unsigned long for possible_crtcs

2013-11-10 Thread Tomasz Figa
On Tuesday 29 of October 2013 12:12:57 Sean Paul wrote: > Change all instances of possible_crtcs in the exynos drm driver to be > unsigned long. This matches the type used in the drm layer. > > Signed-off-by: Sean Paul > --- > > Changes in v2: None > Changes in v3: None > > drivers/gpu/drm/exy

[PATCH v3 11/32] drm/exynos: Use unsigned long for possible_crtcs

2013-10-29 Thread Sean Paul
Change all instances of possible_crtcs in the exynos drm driver to be unsigned long. This matches the type used in the drm layer. Signed-off-by: Sean Paul --- Changes in v2: None Changes in v3: None drivers/gpu/drm/exynos/exynos_drm_drv.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_encoder.c