diff options
| author | Ville Syrjälä <[email protected]> | 2024-05-06 21:33:31 +0300 |
|---|---|---|
| committer | Ville Syrjälä <[email protected]> | 2024-05-10 00:01:54 +0300 |
| commit | 6907d4fa5ecac7b08fb5ee5536e48b0a3895be31 (patch) | |
| tree | e34a5566ce25cde6efc4dc6043d719c36f45980b /tools/perf/scripts/python | |
| parent | 0097ecd06d9dcf671da4bc643d215a4696f1c130 (diff) | |
drm/xe: Nuke xe's copy of intel_fbdev_fb.h
For some reason xe and i915 each have an identical (fortunately)
copy of intel_fbdev_fb.h. The xe copy actually only gets included
by xe's intel_fbdev_fb.c, and the i915 copy by everyone else,
include intel_fbdev.c which is the actual caller of the
functions declared in the header.
This means the xe and i915 headers are free to define/declare
completely incompatible things and the build would still succeed
as long as the symbol names match.
That is not a good thing, so let's nuke xe's copy of the header
so that everyone will use the same header, and be forced to
agree on the same API/ABI.
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Jani Nikula <[email protected]>
Acked-by: Lucas De Marchi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions