Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-18 | Fix merge problem. | Alan Hourihane | |
2007-05-18 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into ↵ | Alan Hourihane | |
modesetting-101 Conflicts: shared-core/i915_dma.c | |||
2007-05-17 | Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ↵ | Jesse Barnes | |
into origin/modesetting-101 Conflicts: linux-core/drm_crtc.c linux-core/drm_fb.c Lots of changes to merge with alanh's latest stuff: o fix use of fb->pitch now that it has the right value o add new helper for finding the CRTC given an FB o fix new fb_probe/fb_remove functions to take a CRTC o fixup callers of new FB routines o port drm_fb changes to intel_fb o check for errors after creating fb buffer object o go back to using cfb_imageblit since the accel stubs aren't ready | |||
2007-05-17 | Fix FB pitch value (we had it wrong and were working around it in a few | Jesse Barnes | |
places). Add new FB hooks to the drm driver structure and make i915 use them for an Intel specific FB driver. This will allow acceleration and better handling of the command stream. | |||
2007-05-13 | r300: Added my comments into r300_reg.h. | Oliver McFadden | |
2007-05-13 | r300: Synchronized R300 register defines file. | Oliver McFadden | |
Just moved the indent control comments so that indent doesn't try to change anything. | |||
2007-05-12 | nouveau : nv10 graph move clipping value to per channel init | Matthieu Castet | |
2007-05-12 | nouveau : nv10 graph clipping values were forgoten in ddx to drm commit | Matthieu Castet | |
2007-05-10 | Allow vblank interrupts to remain disabled across VT switch. | Keith Packard | |
i915_driver_irq_postinstall was forcing vblank interrupts to pipe A when called with vblank interrupts disabled. This caused vblank interrupts to be accidentally re-enabled when VT switching the X server. Instead, start the driver with vblank interrupts enabled on pipe A to support older X servers, but then leave control over the state to the X server if it is able to do so. | |||
2007-05-10 | Just some minor cleanups. | Alan Hourihane | |
2007-05-09 | r300: Synchronized R300 register defines file. | Oliver McFadden | |
2007-05-09 | r300: Synchronized R300 register defines file. | Oliver McFadden | |
2007-05-08 | nouveau : fix fifo context size for nv10 | Matthieu Castet | |
2007-05-06 | r300: Synchronize the register file from Mesa. | Oliver McFadden | |
2007-05-06 | r300: Use the defined names for known registers. | Oliver McFadden | |
2007-05-01 | Fix userspace ABI breakage from 3c384a9ad5f964709a237cfe035ea5d6df2da5fa. | Michel Dänzer | |
2007-05-01 | Add support for user defined modes | Dave Airlie | |
This allows userspace to specify modes and add them to the modesetting system and attach modes to outputs | |||
2007-04-29 | radeon: Don't mess up page flipping when a file descriptor is closed. | Michel Dänzer | |
There can still be other contexts that may use page flipping later on, so don't just unilaterally 'clean it up', which could lead to the wrong page being displayed, e.g. when running 3D apps with a GLX compositing manager such as compiz using page flipping. | |||
2007-04-28 | move i915 to new drm_wait_on function | Dave Airlie | |
2007-04-28 | remove DRM_GETSAREA and replace with drm_getsarea function | Dave Airlie | |
2007-04-26 | Revert "bug 7092 : add pci ids for mach64 in Dell poweredge 4200" | George Sapountzis | |
This reverts commit 255f3e6f76dfd267a14765dd1293229184298d89. Rage IIc does not have a vertex setup engine. | |||
2007-04-26 | freebsd: remove stray apperance of IN_MODULE. | George Sapountzis | |
The xserver no longer uses the libc-wrapper. | |||
2007-04-26 | Add new buffer object type for kernel allocations that don't initially have ↵ | Jesse Barnes | |
a user mapping. (cherry picked from commit 2e21779992bd5026d8ec4dea52466377dbe5a0ed) | |||
2007-04-26 | Merge branch 'origin' into modesetting-101 | Dave Airlie | |
2007-04-26 | i915: fix vblank pipe setup | Dave Airlie | |
2007-04-23 | nouveau: fix wacky pci id | Stephane Marchesin | |
2007-04-23 | fixup vrefresh reporting, it should now be *1000 in userspace | Dave Airlie | |
2007-04-20 | Add a monitor information structure separate from the EDID data for tracking | Jesse Barnes | |
monitor limits, etc. | |||
2007-04-18 | Merge branch 'origin' into modesetting-101 | Dave Airlie | |
Conflicts: linux-core/drm_bo.c Merge in changes from master from Thomas fixiing TTM problems | |||
2007-04-18 | clean up ring buffer and TTM in i915_driver_unload | David Airlie | |
I've commented out the framebuffer for now | |||
2007-04-17 | Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ↵ | Jesse Barnes | |
into origin/modesetting-101 Conflicts: shared-core/i915_init.c - reconcile with airlied's new code | |||
2007-04-17 | Move initial framebuffer allocation and configuration to drm_initial_config, | Jesse Barnes | |
remove i915_driver_load fb related stuff. Add a small helper for setting up outputs. | |||
2007-04-17 | Cleanup whitespace, rename macro argument. | Jesse Barnes | |
2007-04-17 | Correct PCI ID for i845 | Alan Hourihane | |
2007-04-17 | another large overhaul of interactions with userspace... | Dave Airlie | |
We need to keep a list of user created fbs to nuke on master exit. We also need to use the bo properly. | |||
2007-04-17 | via: Make sure we flush write-combining using a follow-up read. | Thomas Hellstrom | |
2007-04-14 | Fix PRIV0 memory initialization (mm_init takes pages, not bytes), align fb | Jesse Barnes | |
allocation correctly, and use drm_mem_reg_iomap to map ring buffer object. | |||
2007-04-13 | i915/drm: clean up a lot of the i915/drm startup/teardown sequences | David Airlie | |
When the kernel driver is loaded it sets up a lot of stuff.. it tears down the same stuff on unload. This add a new map type called DRM_DRIVER which means the driver will clean the mapping up and fix up the map cleaner | |||
2007-04-12 | Initialize the hw lock waitqueue so we don't hang in drm_lastclose. | Jesse Barnes | |
2007-04-12 | Don't use drm_setup, do SAREA allocation and mapping directly instead. | Jesse Barnes | |
2007-04-12 | Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ↵ | Jesse Barnes | |
into origin/modesetting-101 | |||
2007-04-12 | Merge remote branch 'origin/modesetting-101' into modesetting-101 | Alan Hourihane | |
2007-04-11 | Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ↵ | Jesse Barnes | |
into origin/modesetting-101 | |||
2007-04-11 | Remove debug statement about buffer objects | Jesse Barnes | |
2007-04-12 | only initialise modes when fbcon or fbset asks for it | Dave Airlie | |
2007-04-12 | add getfb ioctl | Dave Airlie | |
2007-04-11 | Use new kernel buffer object type and cleanup agp probing. | Jesse Barnes | |
2007-04-11 | Add new buffer object type for kernel allocations that don't initially have ↵ | Jesse Barnes | |
a user mapping. | |||
2007-04-11 | Add aperture size and preallocation probing (from intelfb), cleanup load ↵ | Jesse Barnes | |
code to be more general. | |||
2007-04-11 | fix modeset cleanup for LVDS and reenable it in i915. | Jesse Barnes | |