summaryrefslogtreecommitdiff
path: root/linux-core
AgeCommit message (Expand)AuthorFilesLines
2007-08-15nouveau: Allow GART notifiers when using sgdma code.Ben Skeggs1-0/+17
2007-08-13Bug #11895: Only add the AGP base to map offset if the caller didn't.Eric Anholt1-4/+10
2007-08-06Initialize the AGP structure's base address at init rather than enable.Eric Anholt1-1/+1
2007-08-06nouveau: ouch, add nouveau_dma.[ch] files..Ben Skeggs2-0/+2
2007-08-06Export some useful ttm functions to drivers.Ben Skeggs3-4/+23
2007-08-06nouveau: Give DRM its own gpu channelBen Skeggs2-2/+2
2007-08-06nouveau: Various internal and external API changesBen Skeggs2-1/+3
2007-08-06nouveau: Pass channel struct around instead of channel id.Ben Skeggs1-1/+1
2007-08-02drm: add unlocked ioctl code path - not used yetDave Airlie2-1/+9
2007-08-01drm/fence: shut up lockdepDave Airlie1-2/+3
2007-07-31drm: fix fencing refcount errorDave Airlie1-2/+1
2007-07-26drm/bo: set the req pointer for each buffer to validateDave Airlie1-1/+1
2007-07-26drm: fix size argument for copy to/from userDave Airlie1-2/+2
2007-07-23drm_rmmap_ioctl(): remove dead codeAdrian Bunk1-5/+0
2007-07-21Fix misc ioctl issues, makes Nouveau run.Pekka Paalanen4-6/+11
2007-07-21fix missing brace placement for IOC_INDave Airlie1-2/+3
2007-07-21fix drm no-compile due to BSD :-)Dave Airlie1-1/+1
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt26-1309/+868
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt22-429/+387
2007-07-20Remove DRM_ERR OS macro.Eric Anholt12-36/+35
2007-07-20Fix linux spinlock macros after the last commit.Eric Anholt1-5/+5
2007-07-19Merge branch 'origin'Eric Anholt52-1652/+2454
2007-07-18Add dry-coded DRM drawable private information storage for FreeBSD.Eric Anholt1-0/+14
2007-07-18Fix via dmablit when blit queue is full.Thomas Hellstrom1-1/+1
2007-07-18fix some missing whitespace/tabDave Airlie1-1/+1
2007-07-18drm: idr stuff is upstream for 2.6.23Dave Airlie1-1/+3
2007-07-18drm: remove drm_u64_t, replace with uint64_t everwhereDave Airlie4-14/+14
2007-07-18drm_context: fix brainoDave Airlie1-1/+1
2007-07-17nouveau: G8x PCIEGARTBen Skeggs2-0/+319
2007-07-16drm: fixup old kernel compat codeDave Airlie1-6/+6
2007-07-16drm: fixup compat wrappersDave Airlie1-41/+41
2007-07-16drm: remove internal sman typedefDave Airlie1-13/+13
2007-07-16drm: remove drm_ref_tDave Airlie4-12/+12
2007-07-16drm: remove drm_buf_tDave Airlie5-26/+26
2007-07-16drm: detypedef ttm/bo/fence codeDave Airlie15-350/+350
2007-07-16drm: remove hashtab/sman and object typedefsDave Airlie13-153/+153
2007-07-16drm: remove drmP.h internal typedefsDave Airlie39-637/+637
2007-07-16drm: remove ttm userspace typedefsDave Airlie3-11/+11
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie16-215/+212
2007-07-16drm: fix typedef in drm_os_linux.hDave Airlie1-2/+2
2007-07-16Merge branch 'drm-ttm-cleanup-branch'Dave Airlie7-263/+747
2007-07-12nouveau: separate region_offset into map_handle and offset.Ben Skeggs2-2/+5
2007-07-11Merge branch 'master' into cleanupdrm-ttm-cleanup-branchDave Airlie46-723/+680
2007-07-11Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ...Arthur Huillet3-20/+34
2007-07-09nouveau/nv50: Initial channel/object supportBen Skeggs3-1/+4
2007-07-03Use idr_replace trick to eliminate struct drm_ctx_sarea_list.Kristian Høgsberg3-40/+8
2007-07-03Don't take dev->struct_mutex twice in drm_setsareactx.Kristian Høgsberg1-2/+0
2007-07-03Simplification for previous commit.Michel Dänzer1-25/+9
2007-07-03Restore pre-idr semantics for drawable information.Michel Dänzer1-18/+25
2007-07-02Fix must-check warnings and implement a few error paths.Kristian Høgsberg3-16/+43