[PATCH 3/6] drm/radeon: add command submission IDs

2014-12-09 Thread Michel Dänzer
On 09.12.2014 01:11, Christian König wrote: > From: Christian König > > This patch adds a new 64bit ID as a result to each command submission. > > Signed-off-by: Christian König I noticed a few spelling mistakes, see below. Other than these minor nits, I haven't noticed any problems in thi

[PATCH 3/6] drm/radeon: add command submission IDs

2014-12-08 Thread Christian König
From: Christian König This patch adds a new 64bit ID as a result to each command submission. Signed-off-by: Christian König --- drivers/gpu/drm/radeon/Makefile | 2 +- drivers/gpu/drm/radeon/radeon.h | 13 +- drivers/gpu/drm/radeon/radeon_cs.c | 13 ++ drivers/gpu/drm/radeon/rad