Searched refs:nv50_disp_chan_wr32 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | gf110.c | 354 .base.wr32 = nv50_disp_chan_wr32, 448 .base.wr32 = nv50_disp_chan_wr32, 529 .base.wr32 = nv50_disp_chan_wr32, 600 .base.wr32 = nv50_disp_chan_wr32, 617 .base.wr32 = nv50_disp_chan_wr32,
|
D | nv50.h | 101 void nv50_disp_chan_wr32(struct nvkm_object *, u64, u32);
|
D | nv50.c | 175 nv50_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nv50_disp_chan_wr32() function 583 .base.wr32 = nv50_disp_chan_wr32, 685 .base.wr32 = nv50_disp_chan_wr32, 775 .base.wr32 = nv50_disp_chan_wr32, 893 .base.wr32 = nv50_disp_chan_wr32, 941 .base.wr32 = nv50_disp_chan_wr32,
|