Files
android_kernel_xiaomi_sm8450/drivers/gpu/drm/radeon
Christian Koenig c20dc3698d drm/radeon: fix & improve ih ring handling v3
The spinlock was actually there to protect the
rptr, but rptr was read outside of the locked area.

Also we don't really need a spinlock here, an
atomic should to quite fine since we only need to
prevent it from being reentrant.

v2: Keep the spinlock....
v3: Back to an atomic again after finding & fixing the real bug.

Signed-off-by: Christian Koenig <christian.koenig@amd.com>
2012-06-21 09:38:48 +02:00
..
2012-04-02 11:07:42 +01:00
2012-04-02 11:07:42 +01:00
2012-05-23 10:47:11 +01:00
2011-01-07 14:11:38 +10:00
2012-06-21 09:38:35 +02:00
2012-06-21 09:38:35 +02:00
2012-06-21 09:38:35 +02:00
2011-03-31 11:26:23 -03:00
2012-05-29 11:08:19 +01:00
2011-03-31 11:26:23 -03:00
2012-06-05 09:25:54 +01:00
2012-06-05 09:25:54 +01:00