summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-11[gem] Another round of cleanups from checkpatch.plEric Anholt
2008-06-11RADEON: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTATAlex Deucher
2008-06-11[gem] Move potentially device-specific ioctls to the intel driver.Eric Anholt
2008-06-11Remove override of drm module list in preparation for merge.Eric Anholt
2008-06-11[gem] Remove carefully-sprinkled i915_kernel_lost_context().Eric Anholt
2008-06-10[intel] Fix BUG_ON trigger in irq masking if you did on/off with irqs disabled.Eric Anholt
2008-06-10[gem] Manage the ringbuffer from the kernel in the GEM case.Eric Anholt
2008-06-10xgixp: Remove dependency on TTM fencesIan Romanick
20/* * Copyright 2004 Jon Smirl <jonsmirl@gmail.com> * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved. * Copyright 2001-2003 S3 Graphics, Inc. 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, sub license, * 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 NON-INFRINGEMENT. IN NO EVENT SHALL * VIA, S3 GRAPHICS, 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 "drm_auth.h" #include "drm_agpsupport.h" #include "drm_bufs.h" #include "drm_context.h" #include "drm_dma.h" #include "drm_irq.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_pci.h" #include "drm_proc.h" #include "drm_vm.h" #include "drm_sysfs.h" #include "drm_stub.h" #include "drm_scatter.h"
-0700'>2008-06-06[libdrm/intel] Remove unused intel_validate_entry structureKeith Packard 2008-06-06[libdrm/intel] Reuse entire dri_bo_gem structureKeith Packard 2008-06-06[intel] Allocate hardware status page at driver load timeKeith Packard 2008-06-06Ignore X server provided mmio addressKeith Packard 2008-06-06[intel-gem] Dump error status on wait_request failureKeith Packard 2008-06-05radeon: Restore software interrupt on resume.Dennis Kasprzyk 2008-06-05Add a function to bufmgr_fake to evict all buffers in the GTT.Eric Anholt 2008-06-03Drop struct_mutex while waiting in drm_client_lock_takeKeith Packard 2008-06-03Fix libdrm to actually include the new code instead of just building it.Eric Anholt 2008-06-03Fix and hook up bufmgr code to the build.Eric Anholt 2008-06-03Import bufmgr code to libdrm. Not yet hooked up to the build.Eric Anholt 2008-06-03vblank: Don't wait or update the counter while the CRTC is supposedly disabled.Michel Dänzer 2008-06-03vblank: Clean up compensation for spurious wraparounds of driver counter.Michel Dänzer 2008-06-03vblank: Special-case driver vblank counter going back by 1.Michel Dänzer 2008-06-03vblank: Don't return current sequence number and time if interrupted by signal.Michel Dänzer 2008-06-03Revert "don't copy back if an error was returned."Michel Dänzer 2008-06-03drm: sg alloc should write back the handle to userspaceDave Airlie 2008-06-03drm/ati_pcigart: use proper page mapping functionDave Airlie 2008-06-02[intel-gem] reloc_and_validate_object → object_bind_and_relocateKeith Packard 2008-06-02[intel-gem] Propagate set_domain errors.Keith Packard 2008-06-01[FreeBSD] Declare vblank_disable_fn callout MPSAFE.Robert Noland 2008-06-01[FreeBSD] Get rid of vbl_lock and re-use irq_lock.Robert Noland 2008-06-01[FreeBSD] Add symlink for radeon_microcode.hRobert Noland