[PATCH] drm/radeon: Only flush HDP cache for indirect buffers from userspace

2014-08-18 Thread Michel Dänzer
From: Michel D?nzer It isn't necessary for command streams generated by the kernel (at least not while we aren't storing ring or indirect buffers in VRAM). Signed-off-by: Michel D?nzer --- drivers/gpu/drm/radeon/cik.c | 8 drivers/gpu/drm/radeon/cik_sdma.c | 6 +

[PATCH] drm/radeon: Only flush HDP cache for indirect buffers from userspace

2014-08-18 Thread Alex Deucher
On Mon, Aug 18, 2014 at 4:34 AM, Michel D?nzer wrote: > From: Michel D?nzer > > It isn't necessary for command streams generated by the kernel (at least > not while we aren't storing ring or indirect buffers in VRAM). > > Signed-off-by: Michel D?nzer Applied to my fixes tree. Thanks! Alex >