OSDN Git Service

drm/vmwgfx: Don't use drm_irq_[un]install
authorThomas Hellstrom <thellstrom@vmware.com>
Thu, 24 Aug 2017 06:06:27 +0000 (08:06 +0200)
committerSinclair Yeh <syeh@vmware.com>
Mon, 28 Aug 2017 15:40:40 +0000 (17:40 +0200)
commite300173f06160d65d383d54fdd48027ecd052af3
tree0859b97da1dd00e43da3e9b4b13a0875acca92ea
parent7c0059dd832cc686bf0febefdcf8295cdd93007f
drm/vmwgfx: Don't use drm_irq_[un]install

We're not allowed to change the upstream version of the drm_irq_install
function to be able to incorporate threaded irqs. So roll our own irq
install- and uninstall functions instead of relying on the drm core ones.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
drivers/gpu/drm/vmwgfx/vmwgfx_irq.c