checkpoint commit: added getresources, crtc and output
authorDave Airlie <airlied@linux.ie>
Thu, 5 Apr 2007 07:06:42 +0000 (17:06 +1000)
committerDave Airlie <airlied@linux.ie>
Thu, 5 Apr 2007 07:06:42 +0000 (17:06 +1000)
commit7bb112fecadc6fe42e5828b861600691071ccd91
tree5f2ac3afd79e8f214f426b2821c6ec6d67d1ca52
parent5bffbd6e275efffbb649c20c528a11412ccf99cd
checkpoint commit: added getresources, crtc and output

This adds the user interfaces from Jakob and hooks them up for 3 ioctls
GetResources, GetCrtc and GetOutput.

I've made the ids for everything fbs, crtcs, outputs and modes go via idr as
per krh's suggestion on irc as it make the code nice and consistent.
libdrm/xf86drmMode.c [new file with mode: 0644]
libdrm/xf86drmMode.h [new file with mode: 0644]
linux-core/drm_crtc.c
linux-core/drm_crtc.h
linux-core/drm_drv.c
shared-core/drm.h