summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-08libdrm: bump to 2.4 for lib versionDave Airlie
2008-12-02Bump version to 2.4.2 to signal new libdrm_intel functions.Eric Anholt
2008-12-02intel: Add a function for setting (GTT,GTT) domain, for use by UXA.Eric Anholt
2008-11-23nv50: support NV94 chipsetBen Skeggs
2008-11-21nv50: update context-related tables for original 8800GTSBen Skeggs
2008-11-20DRM: make drm_map_type match upstream kernelJesse Barnes
2008-11-19Unbreak drm build.Stephane Marchesin
2008-11-13libdrm_intel: fix warnings on 64 bitJesse Barnes
2008-11-13libdrm: add support for i915 GTT mapping ioctlJesse Barnes
2008-11-07intel: Restart on interrupt of bo_wait_rendering instead of complaining.Eric Anholt
2008-11-02nouveau: compat fix for set_page_locked().Pekka Paalanen
2008-10-30libdrm 2.4.1.Eric Anholt
2008-10-30intel: Rename dri_ and intel_ symbols to drm_intel_.Eric Anholt
2008-10-28intel: Add dri_bufmgr_check_aperture support for bufmgr_gem.Eric Anholt
2008-10-28nv50: symlink nv50_grctx.h to linux-core...Ben Skeggs
2008-10-28nv50: move context-related tables a separate header fileBen Skeggs
2008-10-27drm: missing init_mm symbol, compatibility fixPekka Paalanen
2008-10-27i915: Since FreeBSD doesn't have gem support yet, don't advertise it.Robert Noland
2008-10-27radeon: fix error in busmaster enable logicAlex Deucher
2008-10-27radeon: fix some fallout from the busmaster disable cleanupAlex Deucher
2008-10-25drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831)Matthias Hopf
2008-10-24intel: Also total child_size of the target_bos. Partial fix #17964.Xiang, Haihao
2008-10-23[FreeBSD] We should use dev2unit() rather than minor()Robert Noland
2008-10-23[FreeBSD] This check isn't correct and causes at least mga to lockup.Robert Noland
2008-10-16intel: ioctl is not defined to return -errnoKeith Packard
2008-10-16intel: avoid deadlock in intel_bufmgr_fake.Xiang, Haihao
2008-10-14intel: Fix compile warning.Eric Anholt
2008-10-14intel: Add interface for getting tiling mode of a bo.Eric Anholt
2008-10-13link libdrm_intel properlyJulien Cristau
2008-10-13intel: Avoid pthread mutex recursion in bufmgr_fake.Eric Anholt
2008-10-13libdrm: don't depend or link to libdrm_intelDave Airlie
2008-10-10[FreeBSD] Plug memory leak in drm_rmdraw() and drm_drawable_free_all()Robert Noland
2008-10-10[FreeBSD] Rework all of the memory allocationsRobert Noland
2008-10-09[FreeBSD] Fix linux list compat list_for_each_safe()Robert Noland
2008-10-09i915: Cleanup interrupt handlingRobert Noland
2008-10-09Manage fences in user-mode bufmgr_fake to clean buffersKeith Packard
2008-10-09intel: Protect bufmgr objects with a pthread mutex.Eric Anholt
2008-10-09intel: fix for write_domain and static BOs.Xiang, Haihao
2008-10-06radeon: add comment to clarify bus mastering on PCIE chipsAlex Deucher
2008-10-06radeon: fix duplicate define in my last commitAlex Deucher
2008-10-07radeon: PCIE cards don't appear to have explicit bus masterDave Airlie
2008-10-07drm: add create gpu tree scriptDave Airlie
2008-10-06radeon: fix bus master enabled bits on newer asicsAlex Deucher
2008-10-06radeon: fix missing bit from rs740 patchMihail Zenkov
2008-10-04radeon: Add support for HD2100 IGP (RS740)Alex Deucher
2008-10-03[FreeBSD] Don't explicitly bzero driver softc.Robert Noland
2008-10-03[FreeBSD] Use M_WAITOK when allocating driver memory.Robert Noland
2008-10-03[FreeBSD] Do a bit of optimization on drm_order()Robert Noland
2008-10-01Use devfs_get_cdevpriv in mmap as well.Robert Noland
2008-09-27intel: Copy data from card memory back to backing store when mapping.Xiang, Haihao