Home
last modified time | relevance | path

Searched refs:NV50_PFIFO_CTX_TABLE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv50_fifo.c75 nv_wr32(dev, NV50_PFIFO_CTX_TABLE(channel), inst | in nv50_fifo_channel_enable()
91 nv_wr32(dev, NV50_PFIFO_CTX_TABLE(channel), inst); in nv50_fifo_channel_disable()
Dnouveau_reg.h460 #define NV50_PFIFO_CTX_TABLE(c) (0x2600+(c)*4) macro