]> git.baikalelectronics.ru Git - kernel.git/commit
drm: remove the DRM pci domain
authorDave Airlie <airlied@linux.ie>
Mon, 7 Aug 2006 10:23:42 +0000 (20:23 +1000)
committerDave Airlie <airlied@linux.ie>
Thu, 21 Sep 2006 19:32:30 +0000 (05:32 +1000)
commit5f02cab8622153240ddc96e5861c48e12552494f
tree4bf9c5794f851f1a54e8468b4da9c0531795e004
parent61377aa885ff13c67d9c0e25973064d7abdfa9cb
drm: remove the DRM pci domain

This patch removes the pci_domain from the DRM device structure, and
gets it via a macro that either asks the platform or does the alpha special
case. jgarzik asked for this to just use the platform magic, but I've no
alpha experience and I'd rather not just break it and wait for someone to
give out.

Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/drmP.h
drivers/char/drm/drm_ioctl.c
drivers/char/drm/drm_irq.c
drivers/char/drm/drm_stub.c