[RFC 12/16] drm/nouveau/fifo: add GK20A support

2014-02-05 Thread Alexandre Courbot
Hi Daniel, On 02/04/2014 06:15 PM, Daniel Vetter wrote: > On Sat, Feb 01, 2014 at 12:16:54PM +0900, Alexandre Courbot wrote: >> GK20A's FIFO is compatible with NVE0, but only features 128 channels and >> 1 runlist. >> >> Signed-off-by: Alexandre Courbot >> --- >> drivers/gpu/drm/nouveau/Makefil

[RFC 12/16] drm/nouveau/fifo: add GK20A support

2014-02-04 Thread Daniel Vetter
On Sat, Feb 01, 2014 at 12:16:54PM +0900, Alexandre Courbot wrote: > GK20A's FIFO is compatible with NVE0, but only features 128 channels and > 1 runlist. > > Signed-off-by: Alexandre Courbot > --- > drivers/gpu/drm/nouveau/Makefile | 1 + > drivers/gpu/drm/nouveau/core/engine

[RFC 12/16] drm/nouveau/fifo: add GK20A support

2014-02-01 Thread Alexandre Courbot
GK20A's FIFO is compatible with NVE0, but only features 128 channels and 1 runlist. Signed-off-by: Alexandre Courbot --- drivers/gpu/drm/nouveau/Makefile | 1 + drivers/gpu/drm/nouveau/core/engine/fifo/nve0.h| 1 + drivers/gpu/drm/nouveau/core/engine/fifo/nvea.c| 27 +