]> Git Repo - linux.git/commit
drm/i915: Kill INTEL_SUBPLATFORM_AML
authorVille Syrjälä <[email protected]>
Wed, 5 Jun 2019 16:29:46 +0000 (19:29 +0300)
committerVille Syrjälä <[email protected]>
Wed, 12 Jun 2019 11:51:26 +0000 (14:51 +0300)
commit6ce1c33d6c36fb3858e8e956d72586f7a024ed3a
tree4cf138885ea4ab4bb1aabd14685a2f4780588f88
parentc3ad8d29db5e57ba0494105b46f8ba76c2ee07cf
drm/i915: Kill INTEL_SUBPLATFORM_AML

All AML parts are either KBL ULX or CFL ULX so there is no point
in keeping INTEL_SUBPLATFORM_AML around. As these are the only
CFL ULX parts (normal CFL didn't have Y SKUs) so we'll just
replace IS_AML_ULX with IS_CFL_ULX (it was already paired with
IS_KBL_ULX which accounts for the other half of the AML parts).

Cc: Tvrtko Ursulin <[email protected]>
Cc: José Roberto de Souza <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Rodrigo Vivi <[email protected]>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_ddi.c
drivers/gpu/drm/i915/intel_device_info.c
drivers/gpu/drm/i915/intel_device_info.h
This page took 0.056258 seconds and 4 git commands to generate.