| Commit message (Expand) | Author | Age | Files | Lines |
* | video gfx: merge kconfig menus | Randy Dunlap | 2007-10-16 | 1 | -1/+1 |
* | radeon_driver_vblank_do_wait() static | Adrian Bunk | 2007-10-16 | 1 | -2/+2 |
* | via invalid device ids removal | Xavier Bachelot | 2007-10-15 | 1 | -2/+0 |
* | radeon: Commit the ring after each partial texture upload blit. | chaohong guo | 2007-10-15 | 1 | -1/+3 |
* | i915: fix vbl swap allocation size. | Dave Airlie | 2007-10-15 | 1 | -1/+1 |
* | drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt | 2007-10-15 | 45 | -2146/+1489 |
* | drm: remove XFREE86_VERSION macros. | Dave Airlie | 2007-10-15 | 3 | -42/+1 |
* | drm: Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt | 2007-10-15 | 43 | -661/+603 |
* | drm: Remove DRM_ERR OS macro. | Eric Anholt | 2007-10-15 | 31 | -475/+474 |
* | i915: make vbl interrupts work properly on i965g/gm hw. | Dave Airlie | 2007-09-27 | 2 | -0/+18 |
* | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2007-08-25 | 2 | -7/+8 |
|\ |
|
| * | drm: ioremap return value checks | Scott Thompson | 2007-08-25 | 1 | -1/+7 |
| * | drm/via: Fix dmablit when blit queue is full | Simon Farnsworth | 2007-07-23 | 1 | -1/+1 |
| * | drm_rmmap_ioctl(): remove dead code | Adrian Bunk | 2007-07-23 | 1 | -5/+0 |
* | | drm/i915: Fix i965 secured batchbuffer usage | Dave Airlie | 2007-08-06 | 2 | -3/+12 |
|/ |
|
* | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 1 | -2/+1 |
* | drm: add idr_init to drm_stub.c | Dave Airlie | 2007-07-17 | 1 | -0/+2 |
* | drm: fix problem with SiS typedef with sisfb enabled. | Dave Airlie | 2007-07-17 | 1 | -1/+1 |
* | drm: convert drawable code to using idr | Dave Airlie | 2007-07-17 | 3 | -209/+60 |
* | drm: convert drm context code to use Linux idr | Dave Airlie | 2007-07-17 | 2 | -103/+33 |
* | drm: remove core typedefs from the ioc32 wrappers | Dave Airlie | 2007-07-16 | 1 | -41/+41 |
* | drm: remove sarea typedefs | Dave Airlie | 2007-07-12 | 2 | -9/+15 |
* | drm: detypedef the hashtab and more of sman | Dave Airlie | 2007-07-12 | 8 | -59/+59 |
* | drm: de-typedef sman | Dave Airlie | 2007-07-12 | 6 | -49/+51 |
* | drm: detypedeffing continues... | Dave Airlie | 2007-07-11 | 23 | -142/+143 |
* | drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structs | Dave Airlie | 2007-07-11 | 16 | -80/+81 |
* | drm: drop drm_vma_entry_t, drm_magic_entry_t | Dave Airlie | 2007-07-11 | 5 | -19/+15 |
* | drm: drop drm_buf_t typedef | Dave Airlie | 2007-07-11 | 20 | -104/+104 |
* | drm: fixup other drivers for typedef removals | Dave Airlie | 2007-07-11 | 22 | -296/+296 |
* | drm: remove drm_file_t, drm_device_t and drm_head_t typedefs | Dave Airlie | 2007-07-11 | 42 | -432/+432 |
* | drm: remove a bunch of typedefs on the userspace interface | Dave Airlie | 2007-07-11 | 25 | -320/+367 |
* | r300: updates register header | Oliver McFadden | 2007-07-11 | 2 | -506/+698 |
* | radeon: add support for vblank on crtc2 | Dave Airlie | 2007-07-11 | 6 | -14/+124 |
* | drm: cleanup list initialisation | Dave Airlie | 2007-07-11 | 2 | -5/+4 |
* | drm: fix typo on code drm getsarea | Dave Airlie | 2007-07-11 | 1 | -1/+1 |
* | drm: remove DRM_GETSAREA and replace with drm_getsarea function | Dave Airlie | 2007-07-11 | 9 | -26/+22 |
* | drm: cleanup use of Linux list handling macros | Dave Airlie | 2007-07-11 | 18 | -195/+116 |
* | Add support SiS based XGI chips to SiS DRM. | Ian Romanick | 2007-06-27 | 2 | -4/+6 |
* | fix radeon setparam on 32/64 systems, harder. | David Woodhouse | 2007-06-16 | 1 | -0/+5 |
* | drm: fix radeon setparam on 32/64 bit systems. | Dave Airlie | 2007-06-10 | 1 | -0/+26 |
* | drm/i915: Add support for the G33, Q33, and Q35 chipsets. | Wang Zhenyu | 2007-06-10 | 4 | -17/+80 |
* | i915: add new pciids for 945GME, 965GME/GLE | Wang Zhenyu | 2007-06-10 | 2 | -1/+4 |
* | Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2007-05-31 | 3 | -16/+34 |
|\ |
|
| * | drm: make sure the drawable code doesn't call malloc(0). | Michel Dänzer | 2007-05-26 | 1 | -15/+26 |
| * | drm/radeon: add more IGP chipset pci ids | Dave Airlie | 2007-05-26 | 1 | -0/+7 |
| * | drm: Spinlock initializer cleanup | Thomas Gleixner | 2007-05-26 | 1 | -1/+1 |
* | | [SPARC]: Mark as emulating cmpxchg, add appropriate depends for DRM. | Martin Habets | 2007-05-29 | 1 | -1/+1 |
|/ |
|
* | Fix occurrences of "the the " | Michael Opdenacker | 2007-05-09 | 3 | -3/+3 |
* | via: Make sure we flush write-combining using a follow-up read. | Thomas Hellstrom | 2007-05-08 | 1 | -2/+4 |
* | via: Try to improve command-buffer chaining. | Thomas Hellstrom | 2007-05-08 | 2 | -66/+46 |