Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-31 | radeon_ms: initial pass at command buffer validation | Jerome Glisse | |
2008-03-27 | radeon_ms: this is a modesetting driver, bring things up to date | Jerome Glisse | |
2008-03-27 | drm: remove authentication on master exit. | Dave Airlie | |
using contexts for this is bad for multiple masters | |||
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 | 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 | 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 | 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 | 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 | 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-07 | drm: we already worked out the pitch. multiplying by 4 is just madness.. | Dave Airlie | |
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 | 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-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 | 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: linux-core/drmP.h linux-core/drm_drv.c linux-core/drm_proc.c linux-core/drm_stub.c linux-core/drm_sysfs.c | |||
2008-03-06 | drm: reorganise minor number handling using code from modesetting branch | Dave Airlie | |
Rip out the whole head thing and replace it with an idr and drm_minor structure. | |||
2008-03-05 | drm: Fix for non-coherent DMA PowerPC | Benjamin Herrenschmidt | |
This patch fixes bits of the DRM so to make the radeon DRI work on non-cache coherent PCI DMA variants of the PowerPC processors. It moves the few places that needs change to wrappers to that other architectures with similar issues can easily add their own changes to those wrappers, at least until we have more useful generic kernel API. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> | |||
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 | |||
2008-03-06 | drm/ttm: add ioctl to get back memory managed area sized | Dave Airlie | |
taken from modesetting branch but could be useful outside it. | |||
2008-03-05 | i915: Evict if relocatee buffer is CACHED_MAPPED before | Xiang, Haihao | |
writting relocations, otherwise the GPU probably sees some inconsistent data. Fix fd.o bug#14656 | |||
2008-03-05 | fixup previous merge | Dave Airlie | |
2008-03-05 | drm: fixup compat with old x.org drivers | Dave Airlie | |
2008-03-05 | Merge remote branch 'origin/master' into modesetting-101 | Dave Airlie | |
Conflicts: linux-core/drm_compat.c | |||
2008-03-04 | Clarify through the names what drm_ttm_alloc_pages() and friend actually did. | Eric Anholt | |
These are all about the page directory (pointers to pages) rather than the actual pages backing the allocation. | |||
2008-02-29 | FIX_KMAP_BEGIN requires CONFIG_HIMEM (see include/asm-i386.h/fixmap.h) | Patrice Mandin | |
2008-02-29 | Fix compilation breakage on x86-64. | Thomas Hellstrom | |
2008-02-29 | agp: export the correct symbol | Dave Airlie | |
2008-02-28 | Add a compat kmap_atomic_prot_pfn to do quick kernel map / unmaps of | Thomas Hellstrom | |
PCI- or high memory. This is substantially more efficient than drm_bo_kmap, since the mapping only lives on a single processor. Unmapping is done use kunmap_atomic(). Flushes only a single tlb() entry. Add a support utility int drm_bo_pfn_prot() that returns the pfn and desired page protection for a given bo offset. This is all intended for relocations in bound TTMS or vram. Mapping-accessing-unmapping must be atomic, either using preempt_xx() macros or a spinlock. |