summaryrefslogtreecommitdiff
path: root/bsd-core/radeon_drv.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-04-18 11:49:42 -0700
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-04-18 11:49:42 -0700
commit5587961cfeff86d8368ff03867a1f0667e4a64d4 (patch)
treea413697936c9bbf059413ba64762e82ac48a2fce /bsd-core/radeon_drv.c
parentdfc02547ff5f35bfa5cffd6a0dcb56402db59f33 (diff)
Document main drm_crtc.c functions, and rename drm_crtc_mode_create to
drm_mode_create to be consistent with the other functions. Also document where we need locking fixes and what the locks are for.
Diffstat (limited to 'bsd-core/radeon_drv.c')
0 files changed, 0 insertions, 0 deletions
L * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. * * Authors: * Rickard E. (Rik) Faith <faith@valinux.com> * Daryll Strauss <daryll@valinux.com> * Gareth Hughes <gareth@valinux.com> */ #include <linux/config.h> #include "tdfx.h" #include "drmP.h" #include "drm_auth.h" #include "drm_bufs.h" #include "drm_context.h" #include "drm_dma.h" #include "drm_drawable.h" #include "drm_drv.h" #include "drm_fops.h" #include "drm_init.h" #include "drm_ioctl.h" #include "drm_lock.h" #include "drm_memory.h" #include "drm_proc.h" #include "drm_vm.h" #include "drm_stub.h"