summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-26libdrm: only check for vblank timeout if we caught EINTRJesse Barnes1-7/+10
2009-01-26libdrm: add timeout handling to drmWaitVBlankJesse Barnes2-10/+8
2009-01-26Remove executable from modeprint test dirJesse Barnes1-0/+0
2009-01-26intel: Rename plane[AB]* back to pipe[AB]*.Eric Anholt1-8/+19
2009-01-26intel: Sync GEM ioctl comments for easier diffing against the kernel.Eric Anholt1-7/+20
2009-01-26modetest: Print more stuff. Prettier.Thomas Hellstrom1-2/+2
2009-01-26libdrm: Fix modetest/modeprint to use automake stuff.Eric Anholt7-21/+18
2009-01-26intel: Cache tiling/swizzle state in user mode. Reset tiling on reuse.Keith Packard1-17/+42
2009-01-26intel: Debug output %u vs uint64_t warning fixKeith Packard1-1/+1
2009-01-26intel: return error status from drm_intel_gem_bo_mapKeith Packard1-0/+4
2009-01-26intel: Dump out memory usage information when the kernel fails to pinKeith Packard1-15/+55
2009-01-26libdrm: add mode setting filesJesse Barnes11-92/+577
2009-01-26intel: don't skip set_domain on mapping of shared buffers.Eric Anholt1-1/+1
2009-01-26intel: don't let named buffers into the BO cache.Eric Anholt1-2/+3
2009-01-26intel: Remove the mapped flag, which is adequately covered by bo_gem->virtual.Eric Anholt1-68/+54
2009-01-26Bump version to 2.4.3 to reflect addition of mode setting headerJesse Barnes1-1/+1
2009-01-26Update .gitignore with new modetest programJesse Barnes1-0/+1
2009-01-21Take bo off lru list when reserving, as ttm_bo_reserve_locked doesn't do that.Thomas Hellstrom1-0/+8
2009-01-21Don't free object while information in them are used for accounting purposes.Thomas Hellstrom3-5/+5
2009-01-17Build and install openchrome.Thomas Hellstrom1-1/+1
2009-01-17Add reworked via driver as "openchrome".Thomas Hellstrom34-1/+7047
2009-01-17Add TTM user-space includes to libdrm make.Thomas Hellstrom2-1/+2
2009-01-17Add the new TTM code. Adjust drm_hashtab include and exports.Thomas Hellstrom29-0/+9345
2009-01-17Add a DRM tracker for global objects.Thomas Hellstrom4-1/+132
2009-01-17Split out the mm defines in a separate header and add atomic operations.Thomas Hellstrom3-75/+244
2009-01-17Remove old TTM.Thomas Hellstrom27-7264/+18
2009-01-13radeon: add bo_wait functionalityDave Airlie2-1/+27
2009-01-11radeon: add new getparam to get pcideviceDave Airlie1-0/+1
2008-12-22radeon: make name consistent with libdrm_intelDave Airlie1-1/+1
2008-12-22radeon: size the relocs correctlyDave Airlie1-4/+6
2008-12-19radeon: drop more cs2Dave Airlie1-1/+1
2008-12-19radeon: more cs2 removalDave Airlie1-2/+2
2008-12-19radeon: drop CS2 into CS, remove start/end offsetDave Airlie6-125/+4
2008-12-03Merge branch 'master' into modesetting-gemJesse Barnes3-2/+17
2008-12-03Merge branch 'master' into modesetting-gemJesse Barnes2-131/+2417
2008-12-02Bump version to 2.4.2 to signal new libdrm_intel functions.Eric Anholt1-1/+1
2008-12-02intel: Add a function for setting (GTT,GTT) domain, for use by UXA.Eric Anholt2-1/+16
2008-11-23nv50: support NV94 chipsetBen Skeggs2-0/+2103
2008-11-21nv50: update context-related tables for original 8800GTSBen Skeggs1-131/+314
2008-11-20Merge branch 'master' into modesetting-gemJesse Barnes0-0/+0
2008-11-20DRM: make drm_map_type match upstream kernelJesse Barnes1-2/+2
2008-11-20DRM: make drm_map_type match kernelJesse Barnes1-2/+2
2008-11-19Unbreak drm build.Stephane Marchesin1-1/+2
2008-11-19Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into...Jesse Barnes12-41/+377
2008-11-19libdrm_intel: fix merge errorJesse Barnes1-2/+0
2008-11-19Update modetestJesse Barnes3-0/+426
2008-11-17Revert "gem: protect idr_pre with the spinlock"Jerome Glisse1-3/+5
2008-11-16gem: protect idr_pre with the spinlockJerome Glisse1-5/+3
2008-11-16radeon: protect cs ioctl atomic part with a mutexJerome Glisse2-0/+7
2008-11-16libdrm-radeon: add print callback to cs & small fixesJerome Glisse5-6/+113