Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-20 | Merge branch 'modesetting-101' of ssh://git.freedesktop.org/git/mesa/drm ↵ | Jerome Glisse | |
into modesetting-101 | |||
2008-03-20 | radeon_ms: fix fence | Jerome Glisse | |
2008-03-17 | drm: add master set/drop protocol | Dave Airlie | |
this may not survive long - just need something for testing | |||
2008-03-17 | i915: safety check the sarea map still exists | Dave Airlie | |
2008-03-17 | drm: pick correct master for cleaning up | Dave Airlie | |
When a master is exiting, make sure we clean it up and not the currently in charge master. | |||
2008-03-17 | drm: select the correct master to attempt to remove the lock from. | Dave Airlie | |
When destroying DRI sarea, make sure you use the master associated with the sarea and not the one currently in charge | |||
2008-03-13 | Fix green offset | Alan Hourihane | |
2008-03-12 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into ↵ | Alan Hourihane | |
modesetting-101 Conflicts: shared-core/i915_dma.c shared-core/i915_drv.h shared-core/i915_irq.c | |||
2008-03-12 | Add sample code to test hotplug events | Alan Hourihane | |
2008-03-12 | Bug # 14712 | Thomas Hellstrom | |
Disable page saving for GPU read-only TTMs. | |||
2008-03-12 | Dont allow !sysadmin clients to alter the memory type of | Thomas Hellstrom | |
NO_EVICT buffers. | |||
2008-03-12 | Fix for debug memory routines | Alan Hourihane | |
2008-03-12 | Add error message | Alan Hourihane | |
2008-03-12 | Add an emergency pinnable memory quota for root-only processes. | Thomas Hellstrom | |
2008-03-12 | Fix kernel crash when we hit OOM conditions. | Thomas Hellstrom | |
(Alan Hourihane) | |||
2008-03-12 | Avoid duplicate calls to drm_ttm_bind in some cases. | Thomas Hellstrom | |
2008-03-12 | Make sure other TTM memory types than TT is really unbound when evicted. | Thomas Hellstrom | |
2008-03-12 | Avoid large kmallocs. | Thomas Hellstrom | |
2008-03-12 | drm: fix fd closing ordering. | Dave Airlie | |
If the master fd goes away before the aiglx fd, we try and get a lock that actually doesn't exist. | |||
2008-03-11 | global hotplug events happen in the pipe A stat register, | Alan Hourihane | |
they are not pipe A specific. Remove pipe B code. | |||
2008-03-11 | Add support for monitor hotplug signals/waits | Alan Hourihane | |
Also adjust i915 irq handling as it follows the 16bit'ism's of the i8xx series. | |||
2008-03-11 | nouveau: move AGP reset to mem_init_agp | Stuart Bennett | |
Also, power cycle PGRAPH when resetting AGP -- it seems to fix problems encountered by p0g on nv25 | |||
2008-03-11 | drm: fix oops on unload. | Dave Airlie | |
if we are unloading the module, there is no master so therefore no lock | |||
2008-03-11 | drm: hopefully fix cursors on 965 | Dave Airlie | |
2008-03-10 | Merge branch 'modesetting-101' of ssh://git.freedesktop.org/git/mesa/drm ↵ | Jerome Glisse | |
into modesetting-101 | |||
2008-03-10 | rradeon_ms: rework fence code and bring radeon ms up to date | Jerome Glisse | |
2008-03-10 | remove unneeded load call | Dave Airlie | |
2008-03-08 | Switch from PIPE_VBLANK to PIPE_EVENT interrupts. | Keith Packard | |
My 965GM gets interrupts stuck when using the old PIPE_VBLANK interrupt. Switch to the PIPE_EVENT interrupt mechanism, and set the PIPE*STAT registers to use START_VBLANK on 965 and VBLANK on previous chips. | |||
2008-03-08 | drm/radeon: check sarea_priv exists | Dave Airlie | |
2008-03-07 | drm: we already worked out the pitch. multiplying by 4 is just madness.. | Dave Airlie | |
2008-03-07 | nouveau: redo channel idle detection | Ben Skeggs | |
Will hopefully work a bit better than previous code, which depended on knowing the channel's most recent PUT value. Some chips always return 0 on reading these regs, and currently userspace is the only other entity which knows the value. | |||
2008-03-07 | nouveau: don't touch NV_USER regs on channel destroy. | Ben Skeggs | |
Not only was this entirely pointless, it actually causes my NV30GL to die randomly when channels are destroyed. | |||
2008-03-07 | make startup of Xorg smoother if the mode doesn't change. | Dave Airlie | |
just flip the framebuffer in when required. | |||
2008-03-07 | actually turn the irq off | Dave Airlie | |
2008-03-07 | worst merge effort ever | Dave Airlie | |
2008-03-07 | drm/modesetting: fixup irq removal on exit | Dave Airlie | |
2008-03-07 | Merge branch 'master' of ../../drm into modesetting-101 | Dave Airlie | |
2008-03-07 | flush_agp_mappings commit | Dave Airlie | |
2008-03-07 | I really screwed up that merge somehow | Dave Airlie | |
2008-03-07 | drm: fixup for new sysfs API | Dave Airlie | |
2008-03-07 | woah somehow got these upstream | Dave Airlie | |
2008-03-06 | drm/bo: allow non-suser priv to add kernel BOs. | Dave Airlie | |
modprobe can be run with dropped capabilities we still want the kernel bos to work. | |||
2008-03-05 | build fix | Alan Hourihane | |
2008-03-05 | Add property info. | Alan Hourihane | |
fix bo handle | |||
2008-03-05 | Check mode before adding to EDID | Alan Hourihane | |
2008-03-05 | Use ARRAY_SIZE | Alan Hourihane | |
2008-03-05 | propogate failed fixups back up | Alan Hourihane | |
2008-03-05 | Fix connector description table | Alan Hourihane | |
2008-03-06 | Merge branch 'master' of ../../drm into modesetting-101 | Dave Airlie | |
Conflicts: shared-core/drm.h | |||
2008-03-06 | ttm: make sure userspace can't destroy kernel create memory managers | Dave Airlie | |
this adds something to say the kernel initialised the memory region not the userspace. and blocks userspace from deallocating kernel areas |