• Maximilian Luz's avatar
    platform/surface: Add Surface Hot-Plug driver · bd69bcce
    Maximilian Luz authored
    Some Surface Book 2 and 3 models have a discrete GPU (dGPU) that is
    hot-pluggable. On those devices, the dGPU is contained in the base,
    which can be separated from the tablet part (containing CPU and
    touchscreen) while the device is running.
    
    It (in general) is presented as/behaves like a standard PCIe hot-plug
    capable device, however, this device can also be put into D3cold. In
    D3cold, the device itself is turned off and can thus not submit any
    standard PCIe hot-plug events. To properly detect hot-(un)plugging while
    the dGPU is in D3cold, out-of-band signaling is required. Without this,
    the device state will only get updated during the next bus-check, eg.
    via a manually issued lspci call.
    
    This commit adds a driver to handle out-of-band PCIe hot-(un)plug events
    on Microsoft Surface devices. On those devices, said events can be
    detected via GPIO interrupts, which are then forwarded to the
    corresponding ACPI DSM calls by this driver. The DSM then takes care of
    issuing the appropriate bus-/device-check, causing the PCI core to
    properly pick up the device change.
    Signed-off-by: default avatarMaximilian Luz <luzmaximilian@gmail.com>
    Link: https://lore.kernel.org/r/20210205012657.1951753-1-luzmaximilian@gmail.comSigned-off-by: default avatarHans de Goede <hdegoede@redhat.com>
    bd69bcce
surface_hotplug.c 8.09 KB