aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-25drm: disable encoders before re-routing themJesse Barnes1-0/+1
2009-02-25drm: Fix ordering of bit fields in EDID structure leading huge vsync values.Jesse Barnes1-2/+2
2009-02-20drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.Jesse Barnes1-0/+2
2009-02-20drm: Propagate failure from setting crtc base.Chris Wilson1-5/+5
2009-02-20drm: Release user fbs in drm_releaseKristian Høgsberg1-1/+1
2009-02-08drm/i915: add fence register management to execbufJesse Barnes1-0/+2
2009-01-28drm: Rip out the racy, unused vblank signal code.Eric Anholt2-10/+1
2009-01-22drm: create mode_config idr lockJesse Barnes1-1/+2
2009-01-16drm: initial KMS config fixesJesse Barnes2-2/+2
2008-12-29drm: Add a debug node for vblank state.Eric Anholt1-0/+1
2008-12-29drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg1-3/+6
2008-12-29drm/i915: Add missing userland definitions for gem init/execbuffer.Eric Anholt1-0/+2
2008-12-29i915/drm: provide compat defines for userspace for certain struct members.Dave Airlie1-0/+23
2008-12-29drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg2-2/+0
2008-12-29drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz2-109/+99
2008-12-29DRM: i915: add mode setting supportJesse Barnes1-1/+1
2008-12-29DRM: add mode setting supportDave Airlie7-1/+1378
2008-12-29drm/i915: add GEM GTT mapping supportJesse Barnes1-0/+14
2008-12-29drm: GEM mmap supportJesse Barnes2-0/+22
2008-12-29drm: fix leak of uninitialized data to userspaceVegard Nossum1-0/+1
2008-12-29drm: move to kref per-master structures.Dave Airlie3-19/+54
2008-12-29drm: cleanup exit path for module unloadDave Airlie1-0/+3
2008-11-25drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard1-0/+1
2008-11-11drm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGADave Airlie1-23/+23
2008-11-11drm: Remove infrastructure for supporting i915's vblank swapping.Eric Anholt1-5/+0
2008-11-03i915: Add GEM ioctl to get available aperture size.Eric Anholt1-0/+13
2008-10-18radeon: fix PCI bus mastering support enables.Alex Deucher1-22/+22
2008-10-18radeon: add RS400 family support.Alex Deucher1-2/+4
2008-10-18drm/radeon: add support for RS740 IGP chipsets.Alex Deucher1-0/+4
2008-10-18i915: Map status page cached for chips with GTT-based HWS location.Keith Packard1-1/+2
2008-10-18drm: kill drm_device->irqJesse Barnes1-1/+5
2008-10-18i915 gem: install and uninstall irq handler in entervt and leavevt ioctls.Kristian Høgsberg1-0/+1
2008-10-18i915: Add chip set ID param.Kristian Høgsberg1-0/+1
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt3-0/+514
2008-10-18drm: Rework vblank-wait handling to allow interrupt reduction.Jesse Barnes2-11/+94
2008-10-18drm: remove #define's for non-linux systemsCarlos R. Mafra1-17/+0
2008-07-15drm/radeon: fixup issue with radeon and PAT support.Dave Airlie1-0/+1
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie20-0/+6048