| .. | .. |
|---|
| 1823 | 1823 | struct radeon_device *rdev = dev->dev_private; |
|---|
| 1824 | 1824 | |
|---|
| 1825 | 1825 | /* preempt_disable_rt() should go right here in PREEMPT_RT patchset. */ |
|---|
| 1826 | | - preempt_disable_rt(); |
|---|
| 1827 | 1826 | |
|---|
| 1828 | 1827 | /* Get optional system timestamp before query. */ |
|---|
| 1829 | 1828 | if (stime) |
|---|
| .. | .. |
|---|
| 1916 | 1915 | *etime = ktime_get(); |
|---|
| 1917 | 1916 | |
|---|
| 1918 | 1917 | /* preempt_enable_rt() should go right here in PREEMPT_RT patchset. */ |
|---|
| 1919 | | - preempt_enable_rt(); |
|---|
| 1920 | 1918 | |
|---|
| 1921 | 1919 | /* Decode into vertical and horizontal scanout position. */ |
|---|
| 1922 | 1920 | *vpos = position & 0x1fff; |
|---|