summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-16Add support for Solaris libc atomic operationsAlan Coopersmith2-0/+21
2010-01-16Include alloca.h in tests/drmstat.c when configure detects itAlan Coopersmith2-0/+6
2010-01-15nouveau: disable flush_notify on channel_freeMarcin Slusarz1-0/+1
2010-01-15nouveau: fix memory leak in nouveau_channel_freeMarcin Slusarz1-0/+4
2010-01-15libkms: Fix multiple map unmap in vmwgfx and add comment in intelJakob Bornecrantz2-10/+15
2010-01-14radeon: get device id from the kernel, use it in cs_printJerome Glisse1-6/+27
2010-01-14radeon: simpler cs print functionJerome Glisse1-93/+4
2010-01-14radeon: indentation + trailing space cleanupJerome Glisse1-20/+18
2010-01-14radeon: indentation & trailing space cleanupJerome Glisse8-165/+189
2010-01-14radeon: indentation + trailing space cleanupJerome Glisse1-11/+11
2010-01-12tests: Update kmstest a bitJakob Bornecrantz1-4/+12
2010-01-12libkms: Use sysfs instead of udev to find driverJakob Bornecrantz4-31/+135
2010-01-08tests: Add a very small libkms testJakob Bornecrantz5-0/+105
2010-01-08libkms/intel: Don't fail to create bo if we fail to tileJakob Bornecrantz1-4/+6
2010-01-08nouveau: Update nouveau_class.h.Francisco Jerez1-31/+22
2010-01-08libkms: Add intel backendJakob Bornecrantz4-0/+260
2010-01-08libkms: Pick driver backend via pci id that we get from udevJakob Bornecrantz4-5/+118
2010-01-06modes: Retry GETCONNECTOR if a hotplug event occurs between the two ioctlsPeter Clifton1-15/+43
2010-01-06modes: Fix previous commit for potential legal NULLsChris Wilson1-1/+5
2010-01-06modes: Free local resources after allocation failure in GETRESOURCESChris Wilson1-9/+29
2010-01-06modes: Retry GETRESOURCES if a hotplug event occurs between the two ioctlsChris Wilson1-7/+22
2010-01-05libkms: Make vmwgfx optionalJakob Bornecrantz3-2/+13
2010-01-05libkms: Remove duped vmwgfx_drm.h headerJakob Bornecrantz1-574/+0
2010-01-05Merge branch 'master' into libkms-masterJakob Bornecrantz24-2734/+3699
2010-01-05libkms: Disable by defaultJakob Bornecrantz1-3/+3
2010-01-05vmwgfx: Add experimental vmwgfx kernel headerJakob Bornecrantz3-0/+587
2009-12-30nouveau: add BEGIN_RING_NIMarcin Slusarz1-0/+8
2009-12-28nouveau: Unreference pushbuf objects on channel destruction.Younes Manton3-3/+16
2009-12-28nouveau: Update some object definitions from renouveau.xml.Francisco Jerez1-1666/+1699
2009-12-28nouveau: Update nouveau_class.h with new renouveau.xml definitions.Marcin Kościelnicki1-316/+768
2009-12-21libdrm 2.4.17Dave Airlie1-1/+1
2009-12-21radeon: fix BO null check, should be in higher level fnDave Airlie2-3/+3
2009-12-21radeon: straighten out the API insanity.Dave Airlie12-647/+511
2009-12-17nouveau: remove delayed kernel bo creationBen Skeggs1-24/+17
2009-12-15Be less chatty in drmSetMaster/drmDropMasterKristian Høgsberg1-9/+2
2009-12-15modetest: Error out if pageflipping is requested but not availableKristian Høgsberg1-0/+23
2009-12-14vmwgfx: Fetch the latest headerJakob Bornecrantz1-17/+150
2009-12-09nouveau: Use drmIoctl so we restart ioctl on EINTR or EAGAINBen Skeggs1-4/+3
2009-12-09nouveau: move reloc code down, nothing to see hereBen Skeggs1-92/+91
2009-12-08intel: Clear virtual after failing to mmap_gtt.Chris Wilson1-0/+1
2009-12-04libkms: Change destroy api a bitJakob Bornecrantz2-6/+20
2009-12-04libkms: Add libkmsJakob Bornecrantz10-1/+973
2009-12-04Ignore config.h.inJakob Bornecrantz1-0/+1
2009-12-07radeon: Use drmIoctl so we restart ioctl on EINTR or EAGAINJerome Glisse1-4/+3
2009-12-05intel: Expect caller to guarantee thread-safety of bo during relocChris Wilson1-10/+2
2009-12-04modetest: fix build error due to page_flip_handler name changeJesse Barnes1-1/+1
2009-12-02Merge branch 'modesetting-dirty-libdrm'Jakob Bornecrantz4-0/+72
2009-12-03Add RELEASING to document the release processKristian Høgsberg1-0/+66
2009-12-03Bump event context structure version for page flippingJesse Barnes2-2/+2
2009-12-03Merge branch 'pageflip' of git://people.freedesktop.org/~jbarnes/drmJesse Barnes7-9/+186