summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add libdrm_intel.pc by popular demand.libdrm-2.4.5Eric Anholt2009-02-234-3/+16
* Fix DRM_CAS() on Alpha. (#16549)Ivan Kokshaysky2009-02-231-23/+25
* modetest: Print names of properties.Kristian Høgsberg2009-02-231-2/+18
* Fix fix distcheck for optional nouveau stuff.Pekka Paalanen2009-02-221-1/+1
* Fix distcheck for optional nouveau stuff.Eric Anholt2009-02-212-5/+6
* Bump version to 2.4.5 for new API additions.Eric Anholt2009-02-211-1/+1
* intel: Add a new bufmgr alloc function to get BOs ready for rendering to.Eric Anholt2009-02-216-25/+80
* libdrm/nouveau: free drmVersion after we're done with itBen Skeggs2009-02-201-0/+1
* libdrm/nouveau: fix dma debuggingBen Skeggs2009-02-201-0/+1
* nouveau: support backlight only when kernel doesPekka Paalanen2009-02-181-1/+16
* nv40, nv50: fix backlight build for <2.6.29 kernelsMatthew Garrett2009-02-181-0/+4
* nouveau: Add in-kernel backlight control supportMatthew Garrett2009-02-185-0/+175
* drm_compat: remove kmap_atomic_prot_pfn()Pekka Paalanen2009-02-162-50/+0
* Remove i915 driver sources from linux-corePekka Paalanen2009-02-1619-5931/+0
* intel: Clear ioctl parameter outvalues and pads that confuse valgrind.Eric Anholt2009-02-151-0/+7
* nv40: fail completely if we don't have a ctxprog for the chipsetBen Skeggs2009-02-151-11/+8
* nv50: context info for chipset 0xa0Ben Skeggs2009-02-152-1/+6168
* libdrm: make libdrm_nouveau conditional, disabled by defaultBen Skeggs2009-02-152-1/+10
* mode: Make xfdrmMode.[c|h] not depend on drm_mode.hJakob Bornecrantz2009-02-112-11/+124
* nouveau: fix type warnings: void* arith, un/signedPekka Paalanen2009-02-116-8/+8
* drm/nv50: fix nv9x chipsetsBen Skeggs2009-02-111-0/+7
* drm/nv50: add context info for nv98Ben Skeggs2009-02-112-1358/+2583
* drm/nv50: use a slightly different initial context for nv96Ben Skeggs2009-02-102-1/+2046
* drm/nv50: correct ramfc pointer in channel headerBen Skeggs2009-02-101-1/+1
* drm/nv50: let the card handle the initial context switchBen Skeggs2009-02-101-1/+2
* nouveau: don't try to traverse non-existent listsStuart Bennett2009-02-071-3/+3
* nouveau: fix some issues where buffer objects never get freedBen Skeggs2009-02-052-4/+22
* modetest: Add syntax to also specify a crtc when setting a mode.Kristian Høgsberg2009-02-041-5/+17
* nouveau: install libdrm_nouveau with libdrmBen Skeggs2009-02-0424-1/+11307
* nouveau: bring in new mm api definitions, without the actual mm codeBen Skeggs2009-02-044-9/+136
* modetest: Use cairo (if available) to paint a better pattern.Kristian Høgsberg2009-02-033-27/+137
* modetest: Don't sleep when just dumping state, wait for key for modeset.Kristian Høgsberg2009-02-031-3/+1
* modetest: Handle setting modes on multiple crtcs with one fb.Kristian Høgsberg2009-02-031-40/+70
* modetest: Use a more interesting test pattern.Kristian Høgsberg2009-02-031-3/+6
* Remove the "nv" driver.Stephane Marchesin2009-02-025-156/+1
* No need to pin buffer anymore in modetest.cKristian Høgsberg2009-02-021-6/+0
* nouveau: don't save channel context if it has recently become invalidStuart Bennett2009-01-291-2/+7
* nouveau: no suspend support for nv50+Stuart Bennett2009-01-291-0/+5
* Clean up README for the current state of kernel module affairs.Eric Anholt2009-01-271-3/+6
* intel: don't count fences on 965 and later, as they don't use them.Eric Anholt2009-01-273-4/+88
* intel: Fix under-counting of fences registers required in check_aperture.Eric Anholt2009-01-271-5/+21
* intel: libdrm support for fence management in execbufJesse Barnes2009-01-272-1/+50
* drm compat: fix euid for >=2.6.28Pekka Paalanen2009-01-272-1/+7
* nv50: support chipset NV96Ben Skeggs2009-01-271-0/+2
* nv04-nv40: correct RAMHT sizeBen Skeggs2009-01-272-7/+3
* drm: remove drmstat/dristat from linux-core buildDave Airlie2009-01-191-20/+1
* bump version to 2.4.4libdrm-2.4.4Eric Anholt2009-01-141-1/+1
* intel: Retry pin ioctl on -EINTR.Eric Anholt2009-01-141-1/+4
* Don't use DRM_BO_FLAG_NO_MOVE in bufmgr fake. It's a ttm flag.Owain G. Ainsworth2009-01-131-1/+1
* Remove drmModeReplaceFb after it was removed from the kernel.Owain G. Ainsworth2009-01-122-28/+0