Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-28 | drm: add modesetting as a driver feature. | Dave Airlie | |
This change adds a driver feature that for i915 is controlled by a module parameter. You now need to do insmod i915.ko modeset=1 to enable it the modesetting paths. It also fixes up lots of X paths. I can run my new DDX driver on this code with and without modesetting enabled | |||
2008-02-28 | drm: add a check for if modesetting is supported. | Dave Airlie | |
This is Linux only code, it just uses sysfs to see if a control device has been registered on the requested PCI ID | |||
2008-02-26 | radeon: remove TTM from an earlier merge | Jerome Glisse | |
2008-02-26 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into ↵ | Alan Hourihane | |
modesetting-101 Conflicts: shared-core/i915_dma.c | |||
2008-02-26 | DRM_INFO -> DRM_DEBUG | Alan Hourihane | |
2008-02-26 | DRM_INFO -> DRM_DEBUG | Alan Hourihane | |
2008-02-26 | define PRETHAW | Alan Hourihane | |
2008-02-26 | Implement short circuit for base change only | Alan Hourihane | |
Allow mode to be set with fb_id set to -1, meaning set the mode with the current fb (if we have one bound). Allow intelfb to hook back up it's fb if modesetting clears it (maybe temporary). Move any crtc->fb related register changes to set_base in intel_fb. General intelfb cleanups. | |||
2008-02-26 | [i915] Relocation fixes. | Thomas Hellstrom | |
2008-02-26 | i915: fix typos | Dave Airlie | |
2008-02-26 | i915_mmio: add overlay regs | Dave Airlie | |
2008-02-26 | drm: fix pick crtcs mode selection code | Dave Airlie | |
2008-02-26 | Make the execbuffer code reasonably safe against errors. | Thomas Hellstrom | |
In particular -EAGAINs, which should be common during Xserver operation. Also handle the fence creation failure case. | |||
2008-02-23 | fix texture uploads with large 3d textures (bug 13980) | Roland Scheidegger | |
Texture uploads could hit the blitter coordinate limit, adjust the texture offset when uploading the pieces. Make sure to check the end address of the upload too. | |||
2008-02-22 | i915: put ARX back into index mode before doing restore | Jesse Barnes | |
Fixes resume from hibernate in some configurations. | |||
2008-02-22 | nouveau: Remove some random (french) comment. | Maarten Maathuis | |
2008-02-22 | nouveau: A single define of dma skips is more than enough. | Maarten Maathuis | |
2008-02-22 | Fix one last occurance of struct _drm_i915_batchbuffer. | Kristian Høgsberg | |
Thanks to Todd Merrill for pointing it out. | |||
2008-02-22 | silence warning | Alan Hourihane | |
2008-02-22 | i915: Remove leading underscore from struct tags. | Kristian Høgsberg | |
This matches the changes in mesa to use the system drm includes for the definitions of the drm ioctl structs. | |||
2008-02-22 | modesetting: fix memory leak and misallocation | Dave Airlie | |
2008-02-22 | add ioctl to get back memory managed area sized - used for kernel inited areas | Dave Airlie | |
2008-02-22 | hopefully shit works now without this... | Dave Airlie | |
2008-02-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into ↵ | Alan Hourihane | |
modesetting-101 | |||
2008-02-21 | Don't free irq resources until after we've unregistered the handler. | Kristian Høgsberg | |
2008-02-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into ↵ | Alan Hourihane | |
modesetting-101 Conflicts: linux-core/drm_sysfs.c | |||
2008-02-21 | linux: Clean up vblank related resources from drm_irq_uninstall(). | Michel Dänzer | |
This fixes at least two problems: * The vblank_disable_fn timer callback could get called after the DRM was de-initialized, e.g. on X server shutdown. * Leak of vblank related resources when disabling and re-enabling the IRQ, e.g. on an X server reset. | |||
2008-02-20 | fix SAREA | Alan Hourihane | |
2008-02-20 | fix SAREA | Alan Hourihane | |
2008-02-20 | minor test fixes | Alan Hourihane | |
2008-02-20 | compatibility code for pci_get_bus_and_slot() | Alan Hourihane | |
2008-02-20 | remove more offset | Dave Airlie | |
2008-02-20 | drm/fb: get rid of offset from structure use bo offset | Dave Airlie | |
2008-02-20 | ttm: make sure userspace can't destroy kernel create memory managers | Dave Airlie | |
2008-02-20 | drm: add support for passing state into the suspend hooks. | Dave Airlie | |
fix i915 driver to use state for hibernate save avoidance. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2008-02-19 | Fix up conflicts for DRI2 (untested) | Alan Hourihane | |
2008-02-18 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into ↵ | Alan Hourihane | |
modesetting-101 Conflicts: linux-core/i915_fence.c linux-core/via_fence.c shared-core/i915_dma.c shared-core/i915_drv.h shared-core/i915_irq.c | |||
2008-02-16 | [915]: more registers for S3 (DSPCLK_GATE_D, CACHE_MODE_0, MI_ARB_STATE) | Keith Packard | |
Failing to preserve the MI_ARB_STATE register was causing FIFO underruns on the VGA output on my HP 2510p after resume. | |||
2008-02-16 | nouveau: no GART on ia64 either. | Stephane Marchesin | |
2008-02-15 | i915: initial (and untested) TV out support | Jesse Barnes | |
Ported from xf86-video-intel. Still need to tie in TV modes somehow, though preferably w/o using the properties mechanism. | |||
2008-02-16 | nv40: actually init all tile regs. | Ben Skeggs | |
2008-02-15 | fb: fixup the offset by getting it from the right place | Dave Airlie | |
2008-02-15 | various fixes from trying to get userspace started | Dave Airlie | |
2008-02-15 | switch naming to new proposed scheme | Dave Airlie | |
2008-02-15 | remove drm_minors_limit | Dave Airlie | |
2008-02-14 | missing bits | Dave Airlie | |
2008-02-13 | i915: Add a dri2 init path that gets the lock from the dri2 sarea. | Kristian Høgsberg | |
2008-02-13 | i915: Only look up dev_priv->mmio_map if it's not already set up | Kristian Høgsberg | |
2008-02-13 | i915: Add I915_PARAM_CHIPSET_ID param to get chipset ID. | Kristian Høgsberg | |
2008-02-13 | i915: Make sarea_priv setup optional. | Kristian Høgsberg | |