summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorShuicheng Lin <shuicheng.lin@intel.com>2026-03-16 22:27:23 +0000
committerShuicheng Lin <shuicheng.lin@intel.com>2026-03-30 14:45:13 -0700
commit72d918472886b6e1b998b756303816737929ef0a (patch)
tree84d83b77629aa162107b30c48b5be6f76c24ac67 /tools/perf/scripts/python
parenta902767f91ba9818b792f1137d3a835310c7d265 (diff)
drm/xe/ggtt: Remove duplicate XE_GGTT_FLAGS_64K macro definition
XE_GGTT_FLAGS_64K is defined twice in xe_ggtt.c: once at file scope (alongside XE_GGTT_FLAGS_ONLINE) and once inside struct xe_ggtt. The duplicate inside the struct was originally the only definition when the struct lived in xe_ggtt_types.h, but when commit 4f3a998a173b ("drm/xe: Open-code GGTT MMIO access protection") added the file-scope definitions for both FLAGS_64K and FLAGS_ONLINE, it did not remove the pre-existing one inside the struct. Remove the redundant definition inside struct xe_ggtt, keeping only the file-scope pair at the top of the file. Cc: Matthew Brost <matthew.brost@intel.com> Reviewed-by: Zongyao Bai <zongyao.bai@intel.com> Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com> Link: https://patch.msgid.link/20260316222723.1722591-2-shuicheng.lin@intel.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions