Home
last modified time | relevance | path

Searched refs:rootlist (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c274 const struct __guc_mmio_reg_descr_group *rootlist, int num_regs) in __alloc_ext_regs() argument
284 newlist->owner = rootlist->owner; in __alloc_ext_regs()
285 newlist->engine = rootlist->engine; in __alloc_ext_regs()
286 newlist->type = rootlist->type; in __alloc_ext_regs()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_capture.c369 const struct __guc_mmio_reg_descr_group *rootlist, int num_regs) in __alloc_ext_regs() argument
379 newlist->owner = rootlist->owner; in __alloc_ext_regs()
380 newlist->engine = rootlist->engine; in __alloc_ext_regs()
381 newlist->type = rootlist->type; in __alloc_ext_regs()
/linux-6.15/tools/power/pm-graph/
H A Dsleepgraph.py2119 rootlist = []
2127 if pdev and pdev not in real and pdev not in rootlist:
2128 rootlist.append(pdev)
2129 return rootlist
2131 rootlist = self.rootDeviceList()
2132 master = self.masterTopology('', rootlist, 0)