mbox series

[drm/hisilicon,0/2] Add the new api to enable msi

Message ID 1608032933-50187-1-git-send-email-tiantao6@hisilicon.com (mailing list archive)
Headers show
Series Add the new api to enable msi | expand

Message

Tian Tao Dec. 15, 2020, 11:48 a.m. UTC
patch #1 add the new api to enable pci mis.
patch #2 is hibmc driver uses the newly added api to enable msi.

Tian Tao (2):
  drm/irq: Add the new api to enable pci msi
  drm/hisilicon: Use the new api devm_drm_msi_install

 drivers/gpu/drm/drm_irq.c                       | 33 +++++++++++++++++++++++++
 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c |  3 +--
 include/drm/drm_irq.h                           |  1 +
 3 files changed, 35 insertions(+), 2 deletions(-)