[PATCH 00/10] drm/i915: identify all platforms in display probe
Gustavo Sousa
gustavo.sousa at intel.com
Wed May 22 18:14:48 UTC 2024
Quoting Jani Nikula (2024-05-22 14:33:37-03:00)
>Add independent platform probe in display, in preparation for breaking
>free from i915 and xe code.
>
>Up next would be adding separate IS_<PLATFORM>() style macros to
>display. Not included here, because I couldn't come up with nice names
>yet. IS_DISPLAY_<PLATFORM>() is a bit verbose.
Drive-by comment: At least for recent hardware, we can use
display-specific release names, e.g. IS_XE2LPD() for LNL's display,
since theoretically that display IP could be reused in a different
platform.
--
Gustavo Sousa
>
>BR,
>Jani.
>
>Jani Nikula (10):
> drm/i915/display: move params copy at probe earlier
> drm/i915/display: change probe for no display case
> drm/i915/display: check platforms without display one level higher
> drm/i915/display: change GMD ID display ip ver propagation at probe
> drm/i915/display: add platform descriptors
> drm/i915: add LNL PCI IDs
> drm/i915/display: change display probe to identify GMD ID based
> platforms
> drm/i915/display: identify platforms with enum and name
> drm/i915/display: add support for subplatforms
> drm/i915/display: add probe message
>
> .../drm/i915/display/intel_display_device.c | 920 ++++++++++++------
> .../drm/i915/display/intel_display_device.h | 86 +-
> include/drm/i915_pciids.h | 6 +
> 3 files changed, 731 insertions(+), 281 deletions(-)
>
>--
>2.39.2
>
More information about the Intel-gfx
mailing list