drm/i915: Unify ICP and MCC hotplug pin tables
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 18 Sep 2019 23:56:26 +0000 (16:56 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 19 Sep 2019 15:20:27 +0000 (08:20 -0700)
commitd09ad3e7af3ab230323c2c00e190f801feb3a343
treede521d5f3bafe95197017543a2fa2498a0a78cda
parentb01a3ef34816461c31711e5559663e453cb83aba
drm/i915: Unify ICP and MCC hotplug pin tables

The MCC hpd table is just a subset of the ICP table; we can eliminate it
and use the ICP table everywhere.  The extra pins in the table won't be
a problem for MCC since we still supply an appropriate hotplug trigger
mask anywhere the pin table is used.

Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190918235626.3750-2-matthew.d.roper@intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
drivers/gpu/drm/i915/i915_irq.c