/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | chang84.c | 107 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 D | lsfw.c | 188 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 D | dcn20_optc.c | 56 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 D | spread_volatile_semantics.cpp | 32 [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 D | cm1_54xx.h | 24 #define OMAP54XX_CM_CORE_AON_REGADDR(inst, reg) \ 25 OMAP2_L4_IO_ADDRESS(OMAP54XX_CM_CORE_AON_BASE + (inst) + (reg))
|
H A D | cm1_44xx.h | 28 #define OMAP44XX_CM1_REGADDR(inst, reg) \ 29 OMAP2_L4_IO_ADDRESS(OMAP4430_CM1_BASE + (inst) + (reg))
|
H A D | prcm_mpu_44xx_54xx.h | 27 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 D | tu102.c | 37 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 D | gp102.c | 40 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 D | gm107.c | 39 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 D | gm200.c | 38 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 D | g84.c | 40 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 D | nv4c.c | 34 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 D | gk20a.c | 36 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 D | mcp89.c | 38 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 D | gt215.c | 38 gt215_msvld_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gt215_msvld_new() argument 41 return nvkm_msvld_new_(>215_msvld, device, type, inst, pengine); in gt215_msvld_new()
|
H A D | gk104.c | 38 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 D | gt215.c | 35 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_(>215_fb, device, type, inst, pfb); in gt215_fb_new()
|
H A D | gk20a.c | 37 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 D | gp108.c | 39 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 D | gk20a.c | 37 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 D | gf119.c | 37 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 D | gm200.c | 35 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 D | gv100.c | 33 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 D | gt215.c | 38 gt215_mspdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gt215_mspdec_new() argument 41 return nvkm_mspdec_new_(>215_mspdec, device, type, inst, pengine); in gt215_mspdec_new()
|