summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-22Correct vblank count valuevblank-reworkJesse Barnes2-2/+19
2008-01-22i915 irq fixesJesse Barnes1-32/+87
2008-01-22Merge branch 'master' into vblank-rework, including mach64 supportJesse Barnes157-2953/+5343
2008-01-22Revert "Fix pipe<->plane mapping vs. vblank handling (again)"Dave Airlie1-15/+2
2008-01-21nouveau: don't forget NV80.Stephane Marchesin1-1/+3
2008-01-21nouveau: new card family for old card designs.Stephane Marchesin1-1/+4
2008-01-17i915: fix invalid opcode exception on cpus without clflushKyle McMartin1-0/+11
2008-01-17Add additional explanation of DRM_BO_FLAG_CACHED_MAPPED before I forget again.Eric Anholt1-1/+8
2008-01-15i915: Add chipset id for Intel Integrated Graphics DeviceZhenyu Wang3-3/+7
2008-01-15Properly propagate the user-space fence flags.Thomas Hellstrom1-1/+2
2008-01-15Define i915_compat.c upper_32_bits for kernels < 2.6.21Thomas Hellstrom1-0/+4
2008-01-15 this is to fix a deadloop in drm hang system issue.Zou Nan hai1-1/+1
2008-01-14fixup i915 compat resource allocationDave Airlie1-4/+10
2008-01-14nouveau: make mem alloc debug a little more verbose.Stephane Marchesin1-1/+1
2008-01-11nv05: enable ctx/op methods, and ignore patch valid failures.Ben Skeggs1-1/+1
2008-01-08nouveau: AGP reset correction - don't touch FW bitStuart Bennett1-2/+2
2008-01-07nv50: more small changesBen Skeggs1-4/+5
2008-01-07nv50: oops, lost some state saving along the way somewhere.Ben Skeggs1-0/+4
2008-01-07nv50: hook up timer funcs...Ben Skeggs1-4/+3
2008-01-07nv50: abort on chips without ctx ucodeBen Skeggs1-9/+14
2008-01-07nv50: some needed ctx valsBen Skeggs1-0/+4
2008-01-07nv50: use dummy page in gart tablesBen Skeggs1-12/+12
2008-01-07nv50: some cleanups + small changesBen Skeggs2-55/+57
2008-01-07Nouveau: ppc oops.Stephane Marchesin1-0/+1
2008-01-07Nouveau: move PPC bios copy to firstopen.Stephane Marchesin1-40/+40
2008-01-06nouveau: Add ctx_voodoo for NV86Jeremy Kolb1-1/+45
2008-01-05drm: One forgotten rename of 'mask' to 'proposed_flags'.Pekka Paalanen1-1/+1
2008-01-04via: add P4M900 pci id.Xavier Bachelot1-0/+1
2008-01-04[PATCH] nouveau: reset AGP on init for < nv40Stuart Bennett2-0/+16
2008-01-04[PATCH] nouveau: Fix nv20/30 context loadingStuart Bennett1-2/+3
2008-01-03mach64: some more minor cleanupsDave Airlie1-57/+53
2008-01-03mach64: cleanup some of the macro formattingDave Airlie1-84/+81
2008-01-03drm: cleanup DRM_DEBUG() parametersMárton Németh30-246/+205
2008-01-03Merge branch 'r500-support'Dave Airlie4-53/+214
2008-01-03remove duplicate pciidsDave Airlie1-6/+0
2007-12-26i915: return fence argument from i915_execbuffer ioctl32 routineXiang, Haihao1-1/+19
2007-12-25i915: i915_execbuffer ioctl32 routine, fix #13732Xiang, Haihao1-1/+44
2007-12-21Change drm_bo_type_dc to drm_bo_type_device and comment usage of this value.Keith Packard2-7/+62
2007-12-21Rename inappropriately named 'mask' fields to 'proposed_flags' instead.Keith Packard14-81/+168
2007-12-21Use dummy_read_page for unpopulated kernel-allocated ttm pages.Keith Packard4-18/+28
2007-12-21Move dummy_read_page from drm_ttm_set_user to drm_ttm_create.Keith Packard3-19/+22
2007-12-21Clean up and document drm_ttm.c APIs. drm_bind_ttm -> drm_ttm_bind.Keith Packard5-20/+102
2007-12-17drm: don't cast a pointer to pointer of list_headLi Zefan1-1/+1
2007-12-17While reading some code I stumbled across the use of 'err' inJesper Juhl1-1/+1
2007-12-15Document drm_ttm_set_user.Keith Packard1-0/+16
2007-12-15Document drm_buffer_object_validate function.Keith Packard1-3/+20
2007-12-15Document fence_class mess in drm_bo_setstatus_ioctlKeith Packard1-0/+6
2007-12-15Document drm_bo_handle_validate. Match drm_bo_do_validate parameter order.Keith Packard3-24/+54
2007-12-15Document drm_bo_do_validate. Remove spurious 'do_wait' parameter.Keith Packard3-7/+47
2007-12-15Make ttm create/destroy APIs consistent. Pass page_flags in create.Keith Packard4-16/+16