[PATCH 3/3] drm/irq: Make drm_vblank_pre/post_modeset internal

2016-11-14 Thread Daniel Vetter
Now that all drivers are switched over to drm_crtc_vblank_on/off we can relegate pre/post_modeset to the purely drm_irq.c internal role of supporting old ums userspace. As usual switch to the drm_legacy_ prefix to make it clear this is for old drivers only. v2: Rebase on top of Thierry's s/int cr

[PATCH 3/3] drm/irq: Make drm_vblank_pre/post_modeset internal

2015-05-27 Thread Daniel Vetter
Now that all drivers are switched over to drm_vblank_on/off we can relegate pre/post_modeset to the purely drm_irq.c internal role of supporting on userspace. As usual switch to the drm_legacy_ prefix to make it clear this is for old drivers only. Signed-off-by: Daniel Vetter --- Documentation/