/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_trace.h | 43 #define TRACE_OPTC_LOCK_UNLOCK_STATE(optc, inst, lock) \ 44 trace_dcn_optc_lock_unlock_state(optc, inst, lock, __func__, __LINE__)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | panel_cntl.h | 58 uint32_t inst; member 65 uint32_t inst; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv15.c | 56 nv15_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv15_gr_new() argument 58 return nv10_gr_new_(&nv15_gr, device, type, inst, pgr); in nv15_gr_new()
|
H A D | nv17.c | 56 nv17_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv17_gr_new() argument 58 return nv10_gr_new_(&nv17_gr, device, type, inst, pgr); in nv17_gr_new()
|
H A D | mcp89.c | 47 mcp89_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in mcp89_gr_new() argument 49 return nv50_gr_new_(&mcp89_gr, device, type, inst, pgr); in mcp89_gr_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
H A D | gp10b.c | 49 gp10b_fault_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp10b_fault_new() argument 52 return nvkm_fault_new_(&gp10b_fault, device, type, inst, pfault); in gp10b_fault_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | tu102.c | 47 tu102_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in tu102_fb_new() argument 49 return gf100_fb_new_(&tu102_fb, device, type, inst, pfb); in tu102_fb_new()
|
H A D | gv100.c | 47 gv100_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gv100_fb_new() argument 49 return gf100_fb_new_(&gv100_fb, device, type, inst, pfb); in gv100_fb_new()
|
H A D | gk110.c | 69 gk110_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gk110_fb_new() argument 71 return gf100_fb_new_(&gk110_fb, device, type, inst, pfb); in gk110_fb_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/ |
H A D | base.c | 45 enum nvkm_subdev_type type, int inst, struct nvkm_fuse **pfuse) in nvkm_fuse_new_() 50 nvkm_subdev_ctor(&nvkm_fuse, device, type, inst, &fuse->subdev); in nvkm_fuse_new_() 44 nvkm_fuse_new_(const struct nvkm_fuse_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fuse **pfuse) nvkm_fuse_new_() argument
|
H A D | nv50.c | 48 nv50_fuse_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv50_fuse_new() argument 51 return nvkm_fuse_new_(&nv50_fuse, device, type, inst, pfuse); in nv50_fuse_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
H A D | nv50.c | 57 nv50_mc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in nv50_mc_new() argument 59 return nvkm_mc_new_(&nv50_mc, device, type, inst, pmc); in nv50_mc_new()
|
H A D | nv17.c | 55 nv17_mc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in nv17_mc_new() argument 57 return nvkm_mc_new_(&nv17_mc, device, type, inst, pmc); in nv17_mc_new()
|
H A D | nv44.c | 50 nv44_mc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in nv44_mc_new() argument 52 return nvkm_mc_new_(&nv44_mc, device, type, inst, pmc); in nv44_mc_new()
|
H A D | gk104.c | 63 gk104_mc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in gk104_mc_new() argument 65 return nvkm_mc_new_(&gk104_mc, device, type, inst, pmc); in gk104_mc_new()
|
H A D | gp10b.c | 45 gp10b_mc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in gp10b_mc_new() argument 47 return nvkm_mc_new_(&gp10b_mc, device, type, inst, pmc); in gp10b_mc_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/privring/ |
H A D | gp10b.c | 51 gp10b_privring_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp10b_privring_new() argument 54 return nvkm_subdev_new_(&gp10b_privring, device, type, inst, pprivring); in gp10b_privring_new()
|
H A D | gf117.c | 43 gf117_privring_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf117_privring_new() argument 46 return nvkm_subdev_new_(&gf117_privring, device, type, inst, pprivring); in gf117_privring_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
H A D | base.c | 56 enum nvkm_subdev_type type, int inst, struct nvkm_bus **pbus) in nvkm_bus_new_() 61 nvkm_subdev_ctor(&nvkm_bus, device, type, inst, &bus->subdev); in nvkm_bus_new_() 55 nvkm_bus_new_(const struct nvkm_bus_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_bus **pbus) nvkm_bus_new_() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gf119.c | 50 gf119_pmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf119_pmu_new() argument 53 return nvkm_pmu_new_(gf119_pmu_fwif, device, type, inst, ppmu); in gf119_pmu_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gk20a.c | 48 gk20a_fifo_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk20a_fifo_new() argument 51 return nvkm_fifo_new_(&gk20a_fifo, device, type, inst, pfifo); in gk20a_fifo_new()
|
H A D | ga102.c | 41 ga102_fifo_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in ga102_fifo_new() argument 44 return nvkm_fifo_new_(&ga102_fifo, device, type, inst, pfifo); in ga102_fifo_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
H A D | gv100.c | 63 gv100_acr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gv100_acr_new() argument 66 return nvkm_acr_new_(gv100_acr_fwif, device, type, inst, pacr); in gv100_acr_new()
|
H A D | gp10b.c | 55 gp10b_acr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp10b_acr_new() argument 58 return nvkm_acr_new_(gp10b_acr_fwif, device, type, inst, pacr); in gp10b_acr_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | gm200.c | 44 gm200_i2c_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm200_i2c_new() argument 47 return nvkm_i2c_new_(&gm200_i2c, device, type, inst, pi2c); in gm200_i2c_new()
|