diff options
author | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2024-08-21 15:38:35 -0400 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2024-08-22 14:00:44 -0400 |
commit | 6062ea9398d3ec09c521774f9d81f604d1a85fbd (patch) | |
tree | 731dace471d3524de1d9fd1ca6d9f34d6e6a53bb /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 6dbd43dcedf3b58a18eb3518e5c19e38a97aa68a (diff) |
drm/xe: Encapsulate drm_mm_node inside xe_ggtt_node
The xe_ggtt component uses drm_mm to manage the GGTT.
The drm_mm_node is just a node inside drm_mm, but in Xe we use that
only in the GGTT context. So, this patch encapsulates the drm_mm_node
into a xe_ggtt's new struct.
This is the first step towards limiting all the drm_mm access
through xe_ggtt. The ultimate goal is to have a better control of
the node insertion and removal, so the removal can be delegated
to a delayed workqueue.
v2: Fix includes and typos (Michal and Brost)
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240821193842.352557-5-rodrigo.vivi@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions