Searched refs:pdp (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | gen8_ppgtt.c | 106 vgtif_reg(pdp[0].lo), lower_32_bits(daddr)); in gen8_ppgtt_notify_vgt() 108 vgtif_reg(pdp[0].hi), upper_32_bits(daddr)); in gen8_ppgtt_notify_vgt() 118 vgtif_reg(pdp[i].lo), in gen8_ppgtt_notify_vgt() 121 vgtif_reg(pdp[i].hi), in gen8_ppgtt_notify_vgt() 456 struct i915_page_directory *pdp, in gen8_ppgtt_insert_pte() argument 466 pd = i915_pd_entry(pdp, gen8_pd_index(idx, 2)); in gen8_ppgtt_insert_pte() 490 pd = pdp->entry[gen8_pd_index(idx, 2)]; in gen8_ppgtt_insert_pte() 517 struct i915_page_directory * const pdp = in xehp_ppgtt_insert_huge() local 520 i915_pd_entry(pdp, __gen8_pte_index(start, 2)); in xehp_ppgtt_insert_huge() 624 struct i915_page_directory * const pdp = in gen8_ppgtt_insert_huge() local [all …]
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_pvinfo.h | 107 } pdp[4]; member
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2.h | 62 struct xfs_inode *pdp);
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2092 return int(round((x - self.subrange.x.lo) * self.scale.x, self.pdp.x)) 2095 return int(round((y - self.subrange.y.lo) * self.scale.y, self.pdp.y)) 2105 if self.pdp.x == 0: 2113 if self.pdp.y == 0: 2138 self.pdp = XY(x, y) # pixel decimal places
|