[PATCH 1/3] drm/radeon: add semaphore trace point

2013-11-14 Thread Christian König
Am 14.11.2013 16:37, schrieb Alex Deucher: > Added the series to my queue for 3.13. Please drop [PATCH 3/3] drm/radeon: disable CIK CP semaphores for now. With the recent discovery that's an alignment issue that doesn't seems to be necessary any more. Christian. > > Thanks, > > Alex > > On Tue

[PATCH 1/3] drm/radeon: add semaphore trace point

2013-11-14 Thread Alex Deucher
Added the series to my queue for 3.13. Thanks, Alex On Tue, Nov 12, 2013 at 6:58 AM, Christian K?nig wrote: > From: Christian K?nig > > Signed-off-by: Christian K?nig > --- > drivers/gpu/drm/radeon/radeon_semaphore.c | 6 +- > drivers/gpu/drm/radeon/radeon_trace.h | 36 > ++

[PATCH 1/3] drm/radeon: add semaphore trace point

2013-11-12 Thread Christian König
From: Christian K?nig Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/radeon_semaphore.c | 6 +- drivers/gpu/drm/radeon/radeon_trace.h | 36 +++ 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_semaphore.