Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-22 | drm: major whitespace/coding style realignment with kernel | Dave Airlie | |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie | |
Kernel "cleanfile" script run. | |||
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt | |
The data is now in kernel space, copied in/out as appropriate according to the This results in DRM_COPY_{TO,FROM}_USER going away, and error paths to deal with those failures. This also means that XFree86 4.2.0 support for i810 DRM is lost. | |||
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt | |
As a fallout, replace filp storage with file_priv storage for "unique identifier of a client" all over the DRM. There is a 1:1 mapping, so this should be a noop. This could be a minor performance improvement, as everything on Linux dereferenced filp to get file_priv anyway, while only the mmap ioctls went the other direction. | |||
2007-07-20 | Remove DRM_ERR OS macro. | Eric Anholt | |
This was used to make all ioctl handlers return -errno on linux and errno on *BSD. Instead, just return -errno in shared code, and flip sign on return from shared code to *BSD code. | |||
2007-07-18 | Fix via dmablit when blit queue is full. | Thomas Hellstrom | |
Fix by Simon Farnsworth, Bugzilla Bug #11542 http://bugs.freedesktop.org/show_bug.cgi?id=11542 | |||
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie | |
2007-01-01 | make build against 2.6.20 hopefully | Dave Airlie | |
2006-12-20 | Some via PCI posting flushes. | Thomas Hellstrom | |
2006-12-19 | use spin_lock_init in via dmablit | Dave Airlie | |
2006-08-28 | drm: lots of small cleanups and whitespace issues fixed up | Dave Airlie | |
remove a mach64 warning, align a lot of things from linux kernel | |||
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie | |
2006-01-12 | via: direction bug in get_user_pages call in via_dmablit.c fixed. Bumped | Thomas Hellstrom | |
minor since this causes the via DDX to fail with vlc video player. | |||
2006-01-06 | via: Combine PCI DMA transfers with stride==width (Idea from Luc | Thomas Hellstrom | |
Verhaegen). A somewhat saner PCI DMA transfer size check. Fix some typos. Bump patchlevel. | |||
2006-01-02 | Realign via driver with changes in Linux kernel (mainly whitespace) | Dave Airlie | |
2005-11-15 | Loosen via dmablit alignment checks somewhat. Adapt stride check to maximum | Thomas Hellstrom | |
sceen size for EXA. | |||
2005-10-20 | via: PCI DMA bugfixes and DOS due to too many mapped pages checks. | Thomas Hellstrom | |
2005-09-25 | via: fix stray error printout message. | Thomas Hellstrom | |
2005-09-25 | Add the via PCI DMA blit code. | Thomas Hellstrom | |