summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct vblank count valuevblank-reworkJesse Barnes2008-01-222-2/+19
* i915 irq fixesJesse Barnes2008-01-221-32/+87
* Merge branch 'master' into vblank-rework, including mach64 supportJesse Barnes2008-01-22157-2953/+5343
|\
| * Revert "Fix pipe<->plane mapping vs. vblank handling (again)"Dave Airlie2008-01-221-15/+2
| * nouveau: don't forget NV80.Stephane Marchesin2008-01-211-1/+3
| * nouveau: new card family for old card designs.Stephane Marchesin2008-01-211-1/+4
| * i915: fix invalid opcode exception on cpus without clflushKyle McMartin2008-01-171-0/+11
| * Add additional explanation of DRM_BO_FLAG_CACHED_MAPPED before I forget again.Eric Anholt2008-01-171-1/+8
| * i915: Add chipset id for Intel Integrated Graphics DeviceZhenyu Wang2008-01-153-3/+7
| * Properly propagate the user-space fence flags.Thomas Hellstrom2008-01-151-1/+2
| * Define i915_compat.c upper_32_bits for kernels < 2.6.21Thomas Hellstrom2008-01-151-0/+4
| * this is to fix a deadloop in drm hang system issue.Zou Nan hai2008-01-151-1/+1
| * fixup i915 compat resource allocationDave Airlie2008-01-141-4/+10
| * nouveau: make mem alloc debug a little more verbose.Stephane Marchesin2008-01-141-1/+1
| * nv05: enable ctx/op methods, and ignore patch valid failures.Ben Skeggs2008-01-111-1/+1
| * nouveau: AGP reset correction - don't touch FW bitStuart Bennett2008-01-081-2/+2
| * nv50: more small changesBen Skeggs2008-01-071-4/+5
| * nv50: oops, lost some state saving along the way somewhere.Ben Skeggs2008-01-071-0/+4
| * nv50: hook up timer funcs...Ben Skeggs2008-01-071-4/+3
| * nv50: abort on chips without ctx ucodeBen Skeggs2008-01-071-9/+14
| * nv50: some needed ctx valsBen Skeggs2008-01-071-0/+4
| * nv50: use dummy page in gart tablesBen Skeggs2008-01-071-12/+12
| * nv50: some cleanups + small changesBen Skeggs2008-01-072-55/+57
| * Nouveau: ppc oops.Stephane Marchesin2008-01-071-0/+1
| * Nouveau: move PPC bios copy to firstopen.Stephane Marchesin2008-01-071-40/+40
| * nouveau: Add ctx_voodoo for NV86Jeremy Kolb2008-01-061-1/+45
| * drm: One forgotten rename of 'mask' to 'proposed_flags'.Pekka Paalanen2008-01-051-1/+1
| * via: add P4M900 pci id.Xavier Bachelot2008-01-041-0/+1
| * [PATCH] nouveau: reset AGP on init for < nv40Stuart Bennett2008-01-042-0/+16
| * [PATCH] nouveau: Fix nv20/30 context loadingStuart Bennett2008-01-041-2/+3
| * mach64: some more minor cleanupsDave Airlie2008-01-031-57/+53
| * mach64: cleanup some of the macro formattingDave Airlie2008-01-031-84/+81
| * drm: cleanup DRM_DEBUG() parametersMárton Németh2008-01-0330-246/+205
| * Merge branch 'r500-support'Dave Airlie2008-01-034-53/+214
| |\
| | * remove duplicate pciidsDave Airlie2008-01-031-6/+0
| | * Merge branch 'master' into r500-supportr500-supportDave Airlie2007-12-1062-685/+805
| | |\
| | * | r500: add a bunch of all r5xx pci ids..Dave Airlie2007-11-274-5/+106
| | * | r500: add pci id for X1650Dave Airlie2007-11-221-0/+1
| | * | r500: suggestion from glisse to not add cliprect offset on r5xxDave Airlie2007-11-211-12/+20
| | * | radeon: add initial r5xx supportDave Airlie2007-11-203-38/+95
| * | | i915: return fence argument from i915_execbuffer ioctl32 routineXiang, Haihao2007-12-261-1/+19
| * | | i915: i915_execbuffer ioctl32 routine, fix #13732Xiang, Haihao2007-12-251-1/+44
| * | | Change drm_bo_type_dc to drm_bo_type_device and comment usage of this value.Keith Packard2007-12-212-7/+62
| * | | Rename inappropriately named 'mask' fields to 'proposed_flags' instead.Keith Packard2007-12-2114-81/+168
| * | | Use dummy_read_page for unpopulated kernel-allocated ttm pages.Keith Packard2007-12-214-18/+28
| * | | Move dummy_read_page from drm_ttm_set_user to drm_ttm_create.Keith Packard2007-12-213-19/+22
| * | | Clean up and document drm_ttm.c APIs. drm_bind_ttm -> drm_ttm_bind.Keith Packard2007-12-215-20/+102
| * | | drm: don't cast a pointer to pointer of list_headLi Zefan2007-12-171-1/+1
| * | | While reading some code I stumbled across the use of 'err' inJesper Juhl2007-12-171-1/+1
| * | | Document drm_ttm_set_user.Keith Packard2007-12-151-0/+16