Searched refs:gp102_disp_new (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | disp.h | 37 int gp102_disp_new(struct nvkm_device *, int, struct nvkm_disp **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gp102.c | 70 gp102_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gp102_disp_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | disp.h | 68 int gp102_disp_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_disp **);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gp102.c | 196 gp102_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp102_disp_new() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 2234 .disp = gp102_disp_new, 2272 .disp = gp102_disp_new, 2310 .disp = gp102_disp_new, 2347 .disp = gp102_disp_new, 2385 .disp = gp102_disp_new,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 2195 .disp = { 0x00000001, gp102_disp_new }, 2229 .disp = { 0x00000001, gp102_disp_new }, 2263 .disp = { 0x00000001, gp102_disp_new }, 2297 .disp = { 0x00000001, gp102_disp_new }, 2331 .disp = { 0x00000001, gp102_disp_new },
|
Completed in 8 milliseconds