summaryrefslogtreecommitdiff
path: root/shared-core
AgeCommit message (Expand)AuthorFilesLines
2009-03-16FreeBSD: Don't set the PZERO flag to mtx_sleep.Robert Noland1-6/+1
2009-03-06drm/nouveau: make portion of vram as reserved for PRAMIN on all chipsetsBen Skeggs2-6/+2
2009-03-02drm: drop Linux < 2.6.19 supportPekka Paalanen1-1/+1
2009-02-27Move vblank_init to driver load time.Robert Noland13-19/+38
2009-02-25i915: Backport jbarnes gm45 vblank counter patch.Robert Noland4-0/+25
2009-02-24i915: A few whitespace cleanups.Robert Noland1-6/+6
2009-02-24radeon: Prepare radeon for msi support.Robert Noland1-0/+28
2009-02-24i915: This was part of a sync to the intel driver at some pointRobert Noland4-2276/+1906
2009-02-23i915: Rip out the use of vblank_swapRobert Noland3-433/+14
2009-02-18nouveau: Add in-kernel backlight control supportMatthew Garrett3-0/+18
2009-02-15nv40: fail completely if we don't have a ctxprog for the chipsetBen Skeggs1-11/+8
2009-02-15nv50: context info for chipset 0xa0Ben Skeggs2-1/+6168
2009-02-11drm/nv50: fix nv9x chipsetsBen Skeggs1-0/+7
2009-02-11drm/nv50: add context info for nv98Ben Skeggs2-1358/+2583
2009-02-10drm/nv50: use a slightly different initial context for nv96Ben Skeggs2-1/+2046
2009-02-10drm/nv50: correct ramfc pointer in channel headerBen Skeggs1-1/+1
2009-02-10drm/nv50: let the card handle the initial context switchBen Skeggs1-1/+2
2009-02-07nouveau: don't try to traverse non-existent listsStuart Bennett1-3/+3
2009-02-04nouveau: bring in new mm api definitions, without the actual mm codeBen Skeggs4-9/+136
2009-02-02Remove the "nv" driver.Stephane Marchesin1-52/+0
2009-01-29nouveau: don't save channel context if it has recently become invalidStuart Bennett1-2/+7
2009-01-29nouveau: no suspend support for nv50+Stuart Bennett1-0/+5
2009-01-27intel: libdrm support for fence management in execbufJesse Barnes1-0/+2
2009-01-27nv50: support chipset NV96Ben Skeggs1-0/+2
2009-01-27nv04-nv40: correct RAMHT sizeBen Skeggs2-7/+3
2009-01-12nv50: ack nsource to prevent continuous protection fault irqsBen Skeggs1-2/+22
2008-12-23[FreeBSD] Fix build on FreeBSD after modesetting import.Robert Noland1-0/+2
2008-12-23radeon: only write irq regs if irq is enabledDave Airlie1-2/+4
2008-12-22intel: Rename plane[AB]* back to pipe[AB]*.libdrm-2.4.3Eric Anholt1-8/+19
2008-12-22intel: Sync GEM ioctl comments for easier diffing against the kernel.Eric Anholt1-7/+20
2008-12-17libdrm: add mode setting filesJesse Barnes3-0/+299
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes53-14316/+1239
2008-12-03Merge branch 'master' into modesetting-gemJesse Barnes2-131/+2417
2008-11-23nv50: support NV94 chipsetBen Skeggs2-0/+2103
2008-11-21nv50: update context-related tables for original 8800GTSBen Skeggs1-131/+314
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 Barnes2-0/+7
2008-11-16radeon: protect cs ioctl atomic part with a mutexJerome Glisse2-0/+7
2008-11-13Merge branch 'master' into modesetting-gemJesse Barnes9-8045/+9397
2008-11-13libdrm: add support for i915 GTT mapping ioctlJesse Barnes2-1/+15
2008-11-12mode: Minor reodering and renamingJakob Bornecrantz1-4/+4
2008-11-12mode: Reorder the ioctls and numberingJakob Bornecrantz1-18/+19
2008-11-12mode: Remove hotplug support from ioctl interfaceJakob Bornecrantz2-40/+0
2008-11-12mode: Unify types for ids and stringsJakob Bornecrantz1-18/+18
2008-11-10radeon: add gart useable size to report to userspaceDave Airlie1-0/+2
2008-11-10radeon: fix ring tail overflow issue since alignmentDave Airlie1-0/+2
2008-11-10radeon: disable HDP read cache for nowDave Airlie2-1/+6
2008-11-10radeon: force all ring writes to 16-dword alignment.Dave Airlie2-17/+41