Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c90 .disp = { 0x00000001, nv04_disp_new },
111 .disp = { 0x00000001, nv04_disp_new },
133 .disp = { 0x00000001, nv04_disp_new },
153 .disp = { 0x00000001, nv04_disp_new },
175 .disp = { 0x00000001, nv04_disp_new },
197 .disp = { 0x00000001, nv04_disp_new },
219 .disp = { 0x00000001, nv04_disp_new },
241 .disp = { 0x00000001, nv04_disp_new },
263 .disp = { 0x00000001, nv04_disp_new },
285 .disp = { 0x00000001, nv04_disp_new },
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h54 int nv04_disp_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_disp **);
/openbmc/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