]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r279919: Using parent DMA tag in drm_pci_alloc(). This can allow
authorjah <jah@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 22 Mar 2015 18:32:37 +0000 (18:32 +0000)
committerjah <jah@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 22 Mar 2015 18:32:37 +0000 (18:32 +0000)
commit1e89be6787706485a2eb166d65082d3ac0585aa9
tree5d1d3722d48685e572e8c48ada0ec4eb0dc34d78
parentc6191f6bfc13168d2862084aae38d5cc98eab9e8
MFC r279919: Using parent DMA tag in drm_pci_alloc(). This can allow
drm2 devices to work with Intel DMAR enabled for the system, as long as
DMAR is disabled for the drm2 device.

Reviewed by: kib (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/10@280353 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/drm2/drm_pci.c