Home
last modified time | relevance | path

Searched refs:inst (Results 1451 - 1475 of 3134) sorted by relevance

1...<<51525354555657585960>>...126

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchang84.c107 nvkm_wr32(device, 0x0032fc, chan->base.inst->addr >> 12); in g84_fifo_chan_engine_fini()
263 ret = nvkm_gpuobj_new(device, 0x0200, 0, true, chan->base.inst, in g84_fifo_chan_ctor()
268 ret = nvkm_gpuobj_new(device, 0x4000, 0, false, chan->base.inst, in g84_fifo_chan_ctor()
273 ret = nvkm_gpuobj_new(device, 0x1000, 0x400, true, chan->base.inst, in g84_fifo_chan_ctor()
278 ret = nvkm_gpuobj_new(device, 0x100, 0x100, true, chan->base.inst, in g84_fifo_chan_ctor()
283 return nvkm_ramht_new(device, 0x8000, 16, chan->base.inst, &chan->ramht); in g84_fifo_chan_ctor()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dlsfw.c188 const struct firmware *bl = NULL, *inst = NULL, *data = NULL; in nvkm_acr_lsfw_load_bl_inst_data_sig() local
205 ret = nvkm_firmware_load_name(subdev, path, "inst", ver, &inst); in nvkm_acr_lsfw_load_bl_inst_data_sig()
223 lsfw->app_resident_code_size = ALIGN(inst->size, 256); in nvkm_acr_lsfw_load_bl_inst_data_sig()
237 lsfw->app_resident_code_offset, inst->data, inst->size); in nvkm_acr_lsfw_load_bl_inst_data_sig()
250 nvkm_firmware_put(inst); in nvkm_acr_lsfw_load_bl_inst_data_sig()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_optc.c56 OPTC_SEG0_SRC_SEL, optc->inst); in optc2_enable_crtc()
223 OPTC_SEG0_SRC_SEL, optc->inst, in optc2_set_odm_bypass()
306 OPTC_DWB0_SOURCE_SELECT, optc->inst); in optc2_set_dwb_source()
309 OPTC_DWB1_SOURCE_SELECT, optc->inst); in optc2_set_dwb_source()
317 OTG_MASTER_UPDATE_LOCK_SEL, optc->inst); in optc2_triplebuffer_lock()
387 OTG_TRIGA_SOURCE_PIPE_SELECT, optc->inst, in optc2_setup_manual_trigger()
/third_party/spirv-tools/source/opt/
H A Dspread_volatile_semantics.cpp32 [built_in](const Instruction& inst) { in HasBuiltinDecoration()
33 return built_in == inst.GetSingleWordInOperand( in HasBuiltinDecoration()
58 var_id, uint32_t(spv::Decoration::BuiltIn), [](const Instruction& inst) { in HasBuiltinForRayTracingVolatileSemantics()
60 inst.GetSingleWordInOperand(kOpDecorateInOperandBuiltinDecoration)); in HasBuiltinForRayTracingVolatileSemantics()
147 Instruction* inst = context()->get_def_use_mgr()->GetDef(var_id);
151 inst);
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dcm1_54xx.h24 #define OMAP54XX_CM_CORE_AON_REGADDR(inst, reg) \
25 OMAP2_L4_IO_ADDRESS(OMAP54XX_CM_CORE_AON_BASE + (inst) + (reg))
H A Dcm1_44xx.h28 #define OMAP44XX_CM1_REGADDR(inst, reg) \
29 OMAP2_L4_IO_ADDRESS(OMAP4430_CM1_BASE + (inst) + (reg))
H A Dprcm_mpu_44xx_54xx.h27 extern u32 omap4_prcm_mpu_read_inst_reg(s16 inst, u16 idx);
28 extern void omap4_prcm_mpu_write_inst_reg(u32 val, s16 inst, u16 idx);
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/ce/
H A Dtu102.c37 tu102_ce_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in tu102_ce_new() argument
40 return nvkm_engine_new_(&tu102_ce, device, type, inst, true, pengine); in tu102_ce_new()
H A Dgp102.c40 gp102_ce_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp102_ce_new() argument
43 return nvkm_engine_new_(&gp102_ce, device, type, inst, true, pengine); in gp102_ce_new()
H A Dgm107.c39 gm107_ce_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm107_ce_new() argument
42 return nvkm_engine_new_(&gm107_ce, device, type, inst, true, pengine); in gm107_ce_new()
H A Dgm200.c38 gm200_ce_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm200_ce_new() argument
41 return nvkm_engine_new_(&gm200_ce, device, type, inst, true, pengine); in gm200_ce_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dg84.c40 g84_mpeg_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in g84_mpeg_new() argument
43 return nvkm_engine_new_(&g84_mpeg, device, type, inst, true, pmpeg); in g84_mpeg_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dnv4c.c34 nv4c_pci_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv4c_pci_new() argument
37 return nvkm_pci_new_(&nv4c_pci_func, device, type, inst, ppci); in nv4c_pci_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dgk20a.c36 gk20a_timer_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk20a_timer_new() argument
39 return nvkm_timer_new_(&gk20a_timer, device, type, inst, ptmr); in gk20a_timer_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/msvld/
H A Dmcp89.c38 mcp89_msvld_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in mcp89_msvld_new() argument
41 return nvkm_msvld_new_(&mcp89_msvld, device, type, inst, pengine); in mcp89_msvld_new()
H A Dgt215.c38 gt215_msvld_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gt215_msvld_new() argument
41 return nvkm_msvld_new_(&gt215_msvld, device, type, inst, pengine); in gt215_msvld_new()
H A Dgk104.c38 gk104_msvld_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk104_msvld_new() argument
41 return nvkm_msvld_new_(&gk104_msvld, device, type, inst, pengine); in gk104_msvld_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgt215.c35 gt215_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gt215_fb_new() argument
37 return nv50_fb_new_(&gt215_fb, device, type, inst, pfb); in gt215_fb_new()
H A Dgk20a.c37 gk20a_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gk20a_fb_new() argument
39 return gf100_fb_new_(&gk20a_fb, device, type, inst, pfb); in gk20a_fb_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dgp108.c39 gp108_sec2_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp108_sec2_new() argument
42 return nvkm_sec2_new_(gp108_sec2_fwif, device, type, inst, 0, psec2); in gp108_sec2_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dgk20a.c37 gk20a_mc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in gk20a_mc_new() argument
39 return nvkm_mc_new_(&gk20a_mc, device, type, inst, pmc); in gk20a_mc_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dgf119.c37 gf119_i2c_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf119_i2c_new() argument
40 return nvkm_i2c_new_(&gf119_i2c, device, type, inst, pi2c); in gf119_i2c_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgm200.c35 gm200_therm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm200_therm_new() argument
38 return nvkm_therm_new_(&gm200_therm, device, type, inst, ptherm); in gm200_therm_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dgv100.c33 enum nvkm_subdev_type type, int inst, struct nvkm_vfn **pvfn) in gv100_vfn_new()
35 return nvkm_vfn_new_(&gv100_vfn, device, type, inst, 0, pvfn); in gv100_vfn_new()
32 gv100_vfn_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_vfn **pvfn) gv100_vfn_new() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/
H A Dgt215.c38 gt215_mspdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gt215_mspdec_new() argument
41 return nvkm_mspdec_new_(&gt215_mspdec, device, type, inst, pengine); in gt215_mspdec_new()

Completed in 9 milliseconds

1...<<51525354555657585960>>...126