summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-11-28fix mem leak in HashHash() (bug 5171)Brian Paul1-0/+3
2005-11-16Fixed long standing 64-bit bug in via memory manager. Bumped via date andThomas Hellstrom2-4/+4
2005-11-15Loosen via dmablit alignment checks somewhat. Adapt stride check to maximumThomas Hellstrom2-5/+7
2005-11-15Fix compiling and reenable build of i915 driver.Eric Anholt2-21/+22
2005-11-15Fix Savage DRI without ShadowStatus NO by allowing the shadow area to beEric Anholt1-14/+19
2005-11-11enable i915 32/64 bit ioctlsDave Airlie2-0/+5
2005-11-11RV200 < R200Dave Airlie1-1/+1
2005-11-11i810 should be fine with i810.. no idea what this crack is ..Dave Airlie1-6/+0
2005-11-11fix up radeon whitespaceDave Airlie2-106/+101
2005-11-11Fix breakage from the move of driver ioctl externs to header files.Eric Anholt9-27/+0
2005-11-11whitespace align with kernelDave Airlie1-11/+15
2005-11-11mixing breaks in r128 driver.. fixed in kernelDave Airlie1-0/+4
2005-11-11copy correct KconfigDave Airlie1-1/+1
2005-11-11realign whitespace with kernelDave Airlie2-7/+4
2005-11-11remove extra spacesDave Airlie1-5/+5
2005-11-11A bunch of create_proc_dir_entry() calls creating directories had crept inDave Airlie2-2/+2
2005-11-11convert to use __set_current_state, align some header includesDave Airlie3-9/+8
2005-11-11whitespace align closer with kernelDave Airlie1-112/+112
2005-11-11cleanup ioctl/max_ioctl to use header file for extern symbolsDave Airlie20-30/+30
2005-11-10Fix cpu_to_le32 same as kernel not sure it is correct for ppcDave Airlie1-1/+1
2005-11-10cleanup / whitespace align with kernelDave Airlie1-49/+49
2005-11-08Correct a LOR issue on FreeBSD by allocating temporary space and doing aEric Anholt2-140/+149
2005-11-08Correct another LOR issue with resource allocation. This leaves theEric Anholt2-1/+8
2005-11-08Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. AddsEric Anholt8-30/+47
2005-11-08Correct a LOR on FreeBSD by allocating a temporary buffer and doing aEric Anholt1-15/+16
2005-11-08Correct a LOR related to the PCI resource allocations by simply moving theEric Anholt2-8/+17
2005-11-08Fix FreeBSD DRM for latest MGA changes to agp support, which cleans thingsEric Anholt4-60/+121
2005-11-08Catch FreeBSD up to the pcie gart changes. Required minor modification toEric Anholt6-43/+59
2005-11-08Correct a recursion on non-recursive mutex in drm_addmap from radeon'sEric Anholt1-5/+6
2005-11-07Fix bug #4908 for now. Alternative is highlighted in this bug report as theAlan Hourihane1-2/+12
2005-11-06Re-disable the via driver while it's broken on BSD.Eric Anholt1-1/+1
2005-11-03Converts the remaining drm_agp_foo functions to be a drm_agp_foo andIan Romanick9-76/+154
2005-10-31Bump to 1.0.5 for new via headerlibdrm-1_0_5Adam Jackson1-1/+1
2005-10-23we don't use this stuff anymore .. remove 1k buffer from driver ..Dave Airlie2-8/+0
2005-10-22via: Sync via_drm.h with 3D driver. Bump via patchlevel and date.Thomas Hellstrom3-13/+22
2005-10-22Bug #328: Silence read-from-uninitialized warnings in DRM_CAS on Alpha.Adam Jackson1-2/+2
2005-10-21Don't set MTRR's for intel hardwareAlan Hourihane1-1/+4
2005-10-20fix G550 cardsDave Airlie2-2/+2
2005-10-20Bump to 1.0.4.libdrm-1_0_4Adam Jackson1-1/+1
2005-10-20Remove the remaining references to Xlib. libdrm is totally independent now.Adam Jackson2-5/+1
2005-10-20via and r300 still need installed reg headers.Adam Jackson1-1/+7
2005-10-20via: PCI DMA bugfixes and DOS due to too many mapped pages checks.Thomas Hellstrom2-3/+16
2005-10-20Remove bogus Xlib dependency.Adam Jackson1-3/+2
2005-10-20dma access also needs some workDave Airlie1-0/+1
2005-10-20the old init path needs to set WAGP_ENABLE by defaultDave Airlie1-0/+3
2005-10-14Doig a full clean up from mga_do_dma_bootstrap whenIan Romanick1-11/+15
2005-10-14Fixed a cut-and-paste bug that could cause an oops in mga_do_cleanup_dmaIan Romanick1-2/+2
2005-10-13Better pkgconfig-fu: -ldrm in Libs:Adam Jackson1-1/+1
2005-10-13Add X300 RV370Dave Airlie1-0/+1
2005-10-11The Linux 2.6.9 (and earlier) fops structure does not contain aIan Romanick3-3/+3