drm/nouveau: pass bool write parameter to finish_access
commit4c94c59c8838c72ece097acda12baef283a18b7d
authorLuca Barbieri <luca@luca-barbieri.com>
Tue, 9 Feb 2010 12:35:27 +0000 (9 13:35 +0100)
committerLuca Barbieri <luca@luca-barbieri.com>
Tue, 23 Feb 2010 13:24:32 +0000 (23 14:24 +0100)
tree826c5327fb1fd45fb5370dc34ffa34447308dd64
parent116db0481edacb89d1ec3b01beb16f4526dccdfe
drm/nouveau: pass bool write parameter to finish_access

This allows to avoid keeping it in last_write_pt, and allows to
implement concurrent instance memory access in the next patch.
14 files changed:
drivers/gpu/drm/nouveau/nouveau_drv.h
drivers/gpu/drm/nouveau/nouveau_mem.c
drivers/gpu/drm/nouveau/nouveau_object.c
drivers/gpu/drm/nouveau/nouveau_sgdma.c
drivers/gpu/drm/nouveau/nv04_fifo.c
drivers/gpu/drm/nouveau/nv04_instmem.c
drivers/gpu/drm/nouveau/nv10_fifo.c
drivers/gpu/drm/nouveau/nv20_graph.c
drivers/gpu/drm/nouveau/nv40_fifo.c
drivers/gpu/drm/nouveau/nv40_graph.c
drivers/gpu/drm/nouveau/nv50_display.c
drivers/gpu/drm/nouveau/nv50_fifo.c
drivers/gpu/drm/nouveau/nv50_graph.c
drivers/gpu/drm/nouveau/nv50_instmem.c