summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/drm_fops.c
AgeCommit message (Expand)Author
2008-11-17drm advertises a read and poll method. this was there to prevent errrorsOwain Ainsworth
2008-09-18Rework the drm locking to be at least halfway sane. The freebsd codeOwain Ainsworth
2008-09-07Kill some unneeded defines and struct members.Owain Ainsworth
2008-08-16Apply a light paddling with the knf stick. No binary change.Owain Ainsworth
2008-08-13Kill file_priv->refs, it is always 1. Also move two things from theOwain Ainsworth
2008-07-29Switch all instances of malloc/free in the DRM to drm_alloc, drm_freeOwain Ainsworth
2008-06-26Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just useOwain Ainsworth
2008-06-26Since we're not ifdefed anymore, changeOwain Ainsworth
2008-06-26Kill the rest of the ifdef maze in drm_*.cOwain Ainsworth
2008-06-03Make *drm(4) use D_CLONE so that the per-open data actually works. SinceOwain Ainsworth
2007-12-16destatic the static functions, they only make debugging harder.Owain Ainsworth
2007-11-28Initial import of the DRM (direct rendering manager).Owain Ainsworth