Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | libdrm: fix warnings in mode code | Dave Airlie | |
2008-03-05 | Merge remote branch 'origin/master' into modesetting-101 | Dave Airlie | |
Conflicts: linux-core/drm_compat.c | |||
2008-03-05 | remove unused functions + include header file | Dave Airlie | |
2008-03-04 | Clarify when WAIT_LAZY is relevant to users. | Eric Anholt | |
2008-03-04 | Remove unused DRM_FENCE_FLAG_WAIT_IGNORE_SIGNALS. | Eric Anholt | |
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-03-04 | Don't shortcut the info syscall for drmBOBusy on nonshareable objects. | Eric Anholt | |
This broke the results when you're trying to check if a buffer you dispatched some time ago is done being rendered from. | |||
2008-03-03 | [i915] 2D driver may reset Frame count value, this may lead driver | Zou Nan hai | |
to leap it's vblank count a huge value. This will stall some applications that switch video mode if vblank_mode is set to a non zero value in drirc. | |||
2008-03-02 | Add FENCE registers to MMIO list | Alan Hourihane | |
2008-02-29 | FIX_KMAP_BEGIN requires CONFIG_HIMEM (see include/asm-i386.h/fixmap.h) | Patrice Mandin | |
2008-02-29 | Working revision. | Thomas Hellstrom | |
2008-02-29 | Fix compilation breakage on x86-64. | Thomas Hellstrom | |
2008-02-29 | More post-ioctl work. | Thomas Hellstrom | |
2008-02-29 | drm: change fb api to take a bo handle not the bo pointer. | Dave Airlie | |
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. | |||
2008-02-28 | Initial commit. | Thomas Hellstrom | |
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. | |||
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-27 | Reinstate buffer idle before applying relocations. | Thomas Hellstrom | |
2008-02-27 | Don't wait for buffer idle before applying relocations. | Thomas Hellstrom | |
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. |