summaryrefslogtreecommitdiff
path: root/bsd-core
ModeNameSize
-rw-r--r--.cvsignore13logplain
-rw-r--r--Makefile1216logplain
-rw-r--r--ati_pcigart.c3075logpla/* * Copyright (C) 2007 Ben Skeggs. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice (including the * next paragraph) shall be included in all copies or substantial * portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) 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. * */ #include "drmP.h" #include "drm.h" #include "nouveau_drv.h" int nv50_mc_init(struct drm_device *dev) { struct drm_nouveau_private *dev_priv = dev->dev_private; NV_WRITE(NV03_PMC_ENABLE, 0xFFFFFFFF); return 0; } void nv50_mc_takedown(struct drm_device *dev) { }
d>drm_dma.c3483logplain -rw-r--r--drm_drawable.c1779logplain -rw-r--r--drm_drv.c24984logplain -rw-r--r--drm_fops.c3566logplain -rw-r--r--drm_ioctl.c6949logplain -rw-r--r--drm_irq.c7024logplain -rw-r--r--drm_linux_list.h2343logplain -rw-r--r--drm_lock.c4945logplain -rw-r--r--drm_memory.c4079logplain -rw-r--r--drm_pci.c3907logplain -rw-r--r--drm_scatter.c3315logplain -rw-r--r--drm_sysctl.c7512logplain -rw-r--r--drm_vm.c3594logplain d---------i91574logplain -rw-r--r--i915_drv.c3514logplain d---------mach6474logplain -rw-r--r--mach64_drv.c3676logplain d---------mga74logplain -rw-r--r--mga_drv.c5166logplain d---------r12874logplain -rw-r--r--r128_drv.c3794logplain d---------radeon74logplain -rw-r--r--radeon_drv.c4006logplain d---------savage74logplain -rw-r--r--savage_drv.c3250logplain d---------sis74logplain -rw-r--r--sis_drv.c3102logplain d---------tdfx74logplain -rw-r--r--tdfx_drv.c3144logplain d---------via74logplain -rw-r--r--via_drv.c3447logplain