Home
last modified time | relevance | path

Searched refs:inst (Results 1601 - 1625 of 3255) sorted by relevance

1...<<61626364656667686970>>...131

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc_trace.h43 #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 Dpanel_cntl.h58 uint32_t inst; member
65 uint32_t inst; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv15.c56 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 Dnv17.c56 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 Dmcp89.c47 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 Dgp10b.c49 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 Dtu102.c47 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 Dgv100.c47 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 Dgk110.c69 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 Dbase.c45 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 Dnv50.c48 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 Dnv50.c57 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 Dnv17.c55 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 Dnv44.c50 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 Dgk104.c63 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 Dgp10b.c45 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 Dgp10b.c51 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 Dgf117.c43 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 Dbase.c56 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 Dgf119.c50 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 Dgk20a.c48 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 Dga102.c41 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 Dgv100.c63 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 Dgp10b.c55 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 Dgm200.c44 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()

Completed in 5 milliseconds

1...<<61626364656667686970>>...131