summaryrefslogtreecommitdiff
path: root/linux-core/via_fence.c
AgeCommit message (Collapse)Author
2007-07-20Remove DRM_ERR OS macro.Eric Anholt
This was used to make all ioctl handlers return -errno on linux and errno on *BSD. Instead, just return -errno in shared code, and flip sign on return from shared code to *BSD code.
2007-07-16drm: detypedef ttm/bo/fence codeDave Airlie
2007-07-16drm: remove drmP.h internal typedefsDave Airlie
2007-02-16Leftover files from previous commit.Thomas Hellstrom