drm: Remove preempt_disable() from vblank timestamping code.
authorMario Kleiner <mario.kleiner.de@gmail.com>
Wed, 30 Oct 2013 04:13:05 +0000 (05:13 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 6 Nov 2013 01:53:40 +0000 (11:53 +1000)
commit862cc8b4bba9381c1824a0b7ed6404ec2cfb21b1
treeed295bdd9cf55bc644b81e3c7fe0dc70fcbab5be
parentbbf1f8bfef7fbe1ea5634d7559770b805510ad8d
drm: Remove preempt_disable() from vblank timestamping code.

Preemption handling will get pushed into the kms
drivers in followup patches, to make timestamping
more robust and PREEMPT_RT friendly.

Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_irq.c