[PATCH 3/4] drm/nouveau: hook up cache sync functions

2014-05-23 Thread Alexandre Courbot
On Mon, May 19, 2014 at 6:31 PM, Lucas Stach wrote: > Am Montag, den 19.05.2014, 16:10 +0900 schrieb Alexandre Courbot: >> From: Lucas Stach >> >> Signed-off-by: Lucas Stach >> [acourbot at nvidia.com: make conditional and platform-friendly] >> Signed-off-by: Alexandre Courbot >> --- >> driver

[PATCH 3/4] drm/nouveau: hook up cache sync functions

2014-05-23 Thread Alexandre Courbot
On Mon, May 19, 2014 at 5:46 PM, Thierry Reding wrote: > On Mon, May 19, 2014 at 04:10:57PM +0900, Alexandre Courbot wrote: >> From: Lucas Stach >> >> Signed-off-by: Lucas Stach >> [acourbot at nvidia.com: make conditional and platform-friendly] >> Signed-off-by: Alexandre Courbot > > Perhaps h

[PATCH 3/4] drm/nouveau: hook up cache sync functions

2014-05-19 Thread Alexandre Courbot
From: Lucas Stach Signed-off-by: Lucas Stach [acourbot at nvidia.com: make conditional and platform-friendly] Signed-off-by: Alexandre Courbot --- drivers/gpu/drm/nouveau/nouveau_bo.c | 32 drivers/gpu/drm/nouveau/nouveau_bo.h | 20 drive

[PATCH 3/4] drm/nouveau: hook up cache sync functions

2014-05-19 Thread Lucas Stach
Am Montag, den 19.05.2014, 10:46 +0200 schrieb Thierry Reding: > On Mon, May 19, 2014 at 04:10:57PM +0900, Alexandre Courbot wrote: > > From: Lucas Stach > > > > Signed-off-by: Lucas Stach > > [acourbot at nvidia.com: make conditional and platform-friendly] > > Signed-off-by: Alexandre Courbot

[PATCH 3/4] drm/nouveau: hook up cache sync functions

2014-05-19 Thread Lucas Stach
Am Montag, den 19.05.2014, 16:10 +0900 schrieb Alexandre Courbot: > From: Lucas Stach > > Signed-off-by: Lucas Stach > [acourbot at nvidia.com: make conditional and platform-friendly] > Signed-off-by: Alexandre Courbot > --- > drivers/gpu/drm/nouveau/nouveau_bo.c | 32

[PATCH 3/4] drm/nouveau: hook up cache sync functions

2014-05-19 Thread Thierry Reding
On Mon, May 19, 2014 at 04:10:57PM +0900, Alexandre Courbot wrote: > From: Lucas Stach > > Signed-off-by: Lucas Stach > [acourbot at nvidia.com: make conditional and platform-friendly] > Signed-off-by: Alexandre Courbot Perhaps having a propery commit message here would be good. > diff --git