Home
last modified time | relevance | path

Searched refs:nv04_disp_new (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c70 .disp = { 0x00000001, nv04_disp_new },
91 .disp = { 0x00000001, nv04_disp_new },
113 .disp = { 0x00000001, nv04_disp_new },
133 .disp = { 0x00000001, nv04_disp_new },
155 .disp = { 0x00000001, nv04_disp_new },
177 .disp = { 0x00000001, nv04_disp_new },
199 .disp = { 0x00000001, nv04_disp_new },
221 .disp = { 0x00000001, nv04_disp_new },
243 .disp = { 0x00000001, nv04_disp_new },
265 .disp = { 0x00000001, nv04_disp_new },
[all …]
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h72 int nv04_disp_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_disp **);
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv04.c114 nv04_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv04_disp_new() function