[PATCH] drm/exynos: remove DRIVER_HAVE_IRQ feature

2014-03-21 Thread Joonyoung Shim
On 03/21/2014 03:53 PM, Daniel Kurtz wrote: > On Fri, Mar 21, 2014 at 2:39 PM, Joonyoung Shim > wrote: >> Exynos drm driver cannot support DRIVER_HAVE_IRQ feature because it uses >> driver specific one instead of routine of drm framework to >> install/uninstall irq handler. > Wouldn't that break

[PATCH] drm/exynos: remove DRIVER_HAVE_IRQ feature

2014-03-21 Thread Joonyoung Shim
Exynos drm driver cannot support DRIVER_HAVE_IRQ feature because it uses driver specific one instead of routine of drm framework to install/uninstall irq handler. Signed-off-by: Joonyoung Shim --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 3 +-- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 10

[PATCH] drm/exynos: remove DRIVER_HAVE_IRQ feature

2014-03-21 Thread Daniel Kurtz
On Fri, Mar 21, 2014 at 2:39 PM, Joonyoung Shim wrote: > Exynos drm driver cannot support DRIVER_HAVE_IRQ feature because it uses > driver specific one instead of routine of drm framework to > install/uninstall irq handler. Wouldn't that break synchronous drm_wait_vblank()? (drm_wait_vblank