drm: reorganise minor number handling using code from modesetting branch
authorDave Airlie <airlied@linux.ie>
Wed, 5 Mar 2008 19:21:50 +0000 (05:21 +1000)
committerDave Airlie <airlied@linux.ie>
Wed, 5 Mar 2008 19:21:50 +0000 (05:21 +1000)
commit12574590cdf7871755d1939463ca6898251fd0d1
treee9b133366e6154a0562946f5f80b80a164b8a2ff
parent638353103d009d44bd5bdbe97cc7cef1bf011cdf
drm: reorganise minor number handling using code from modesetting branch

Rip out the whole head thing and replace it with an idr and drm_minor
structure.
14 files changed:
linux-core/drmP.h
linux-core/drm_agpsupport.c
linux-core/drm_bo.c
linux-core/drm_bo_lock.c
linux-core/drm_drv.c
linux-core/drm_fence.c
linux-core/drm_fops.c
linux-core/drm_object.c
linux-core/drm_proc.c
linux-core/drm_stub.c
linux-core/drm_sysfs.c
linux-core/drm_vm.c
linux-core/i810_dma.c
shared-core/i915_dma.c