hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/gpu/drm/radeon/radeon_display.c
....@@ -1823,7 +1823,6 @@
18231823 struct radeon_device *rdev = dev->dev_private;
18241824
18251825 /* preempt_disable_rt() should go right here in PREEMPT_RT patchset. */
1826
- preempt_disable_rt();
18271826
18281827 /* Get optional system timestamp before query. */
18291828 if (stime)
....@@ -1916,7 +1915,6 @@
19161915 *etime = ktime_get();
19171916
19181917 /* preempt_enable_rt() should go right here in PREEMPT_RT patchset. */
1919
- preempt_enable_rt();
19201918
19211919 /* Decode into vertical and horizontal scanout position. */
19221920 *vpos = position & 0x1fff;