Re: [PATCH AUTOSEL 5.2 37/59] drm/vgem: fix cache synchronization on arm/arm64

2019-08-17 Thread Sasha Levin
On Tue, Aug 06, 2019 at 03:45:48PM -0700, Rob Clark wrote: please don't queue this one for stable branches.. it was causing problems in intel CI Now dropped, thank you. -- Thanks, Sasha

Re: [PATCH AUTOSEL 5.2 37/59] drm/vgem: fix cache synchronization on arm/arm64

2019-08-07 Thread Rob Clark
please don't queue this one for stable branches.. it was causing problems in intel CI BR, -R On Tue, Aug 6, 2019 at 2:34 PM Sasha Levin wrote: > > From: Rob Clark > > [ Upstream commit 7e9e5ead55beacc6b3fb90b0de6e7cf55a69 ] > > drm_cflush_pages() is no-op on arm/arm64. But instead we can u

[PATCH AUTOSEL 5.2 37/59] drm/vgem: fix cache synchronization on arm/arm64

2019-08-06 Thread Sasha Levin
From: Rob Clark [ Upstream commit 7e9e5ead55beacc6b3fb90b0de6e7cf55a69 ] drm_cflush_pages() is no-op on arm/arm64. But instead we can use dma_sync API. Fixes failures w/ vgem_test. Acked-by: Daniel Vetter Signed-off-by: Rob Clark Signed-off-by: Sean Paul Link: https://patchwork.freede