commit | e300173f06160d65d383d54fdd48027ecd052af3 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Thu Aug 24 08:06:27 2017 +0200 |
committer | Sinclair Yeh <syeh@vmware.com> | Mon Aug 28 17:40:40 2017 +0200 |
tree | 0859b97da1dd00e43da3e9b4b13a0875acca92ea | |
parent | 7c0059dd832cc686bf0febefdcf8295cdd93007f [diff] |
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>