projects
/
profile
/
ivi
/
libdrm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
profile/ivi/libdrm.git
2008-10-10
Robert Noland
[FreeBSD] Rework all of the memory allocations
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
Robert Noland
[FreeBSD] Fix linux list compat list_for_each_safe()
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
Robert Noland
i915: Cleanup interrupt handling
commit
|
commitdiff
|
tree
|
snapshot
2008-10-10
Keith Packard
Manage fences in user-mode bufmgr_fake to clean buffers
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
Eric Anholt
intel: Protect bufmgr objects with a pthread mutex.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-09
Xiang, Haihao
intel: fix for write_domain and static BOs.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Alex Deucher
radeon: add comment to clarify bus mastering on PCIE...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Alex Deucher
radeon: fix duplicate define in my last commit
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Dave Airlie
radeon: PCIE cards don't appear to have explicit bus...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Dave Airlie
drm: add create gpu tree script
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Alex Deucher
radeon: fix bus master enabled bits on newer asics
commit
|
commitdiff
|
tree
|
snapshot
2008-10-06
Mihail Zenkov
radeon: fix missing bit from rs740 patch
commit
|
commitdiff
|
tree
|
snapshot
2008-10-05
Alex Deucher
radeon: Add support for HD2100 IGP (RS740)
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
Robert Noland
[FreeBSD] Don't explicitly bzero driver softc.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
Robert Noland
[FreeBSD] Use M_WAITOK when allocating driver memory.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-03
Robert Noland
[FreeBSD] Do a bit of optimization on drm_order()
commit
|
commitdiff
|
tree
|
snapshot
2008-10-02
Robert Noland
Use devfs_get_cdevpriv in mmap as well.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-27
Xiang, Haihao
intel: Copy data from card memory back to backing store...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-24
Eric Anholt
intel: Allow up to 15 seconds chewing on one buffer...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-24
Eric Anholt
intel: Replace wraparound test logic in bufmgr_fake...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-24
Eric Anholt
intel: Do strerror on errno, not on the -1 return value...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-22
Xiang, Haihao
intel: Fix driver-supplied argument to exec function...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-18
Robert Noland
[FreeBSD] Convert to using cdevpriv for file_priv tracking
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Ben Skeggs
nv50: add initial context for chipset 0xaa
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Ben Skeggs
nv50: add initial context to match ctxprog for chipset...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Ben Skeggs
nv50: add ctxprog for chipset 0x50
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Ben Skeggs
nv50: add ctxprog for chipset 0xaa
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Ben Skeggs
nv50: add support for chipset 0x92
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
vehemens
Remove incomplete and obsolete free/net/open code.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
Eric Anholt
Add missing \ to libdrm_la_SOURCES
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Eric Anholt
intel: don't forget to include config.h in bufmgr code.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Eric Anholt
intel: move drm calls to exec buffers to libdrm_intel.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Eric Anholt
intel: Move IRQ emit/wait from callbacks into the bufmgr.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Eric Anholt
Move intel libdrm stuff to libdrm_intel.so
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Eric Anholt
drm: Add tests for GEM_FLINK ioctl.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Robert Noland
[FreeBSD] We need to call drm_detach before we free...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Robert Noland
[FreeBSD] Implement drm_ioremap_wc() to set a range...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
Robert Noland
[FreeBSD] IGP gart needs to be un-cached.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-07
vehemens
Free temp_pagelist on error. Free in reverse order...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
vehemens
Pass lock data like linux and open.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
vehemens
Move order to end like linux.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
vehemens
Style white space cleanup part 2.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-06
Robert Noland
[FreeBSD] Ensure that drm_pci_alloc is never called...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-05
vehemens
Reorder lock functions like linux.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-05
vehemens
Style white space cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-05
vehemens
Need M_NOWAIT for malloc.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-05
Robert Noland
i915: fix i915_ring_validate()
commit
|
commitdiff
|
tree
|
snapshot
2008-09-04
Stephane Marchesin
nouveau: 8200 cards are 0xA0 family.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-02
Dave Airlie
drm: fix sysfs error path.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-30
Dave Airlie
radeon: make writeback work after suspend/resume.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-29
vehemens
[FreeBSD] Use driver features macros and flags
commit
|
commitdiff
|
tree
|
snapshot
2008-08-29
vehemens
[FreeBSD] Convert drm_driver to a pointer like linux.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-29
vehemens
[FreeBSD] Replace typedefs on bsd.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-29
vehemens
[FreeBSD] Catch up to vblank rework for via.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-29
vehemens
[FreeBSD] Correct debug message
commit
|
commitdiff
|
tree
|
snapshot
2008-08-29
Robert Noland
[FreeBSD] Fix a couple of locking problems.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-29
Robert Noland
[FreeBSD] Increase debugging output for vblank code.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-28
Tomas Carnecky
Fix drm_realloc when you're reallocing into something...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-27
Stephane Marchesin
Change git-describe into git describe.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-26
Kristian Høgsberg
[intel_bufmgr_gem] Remember global name when creating...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-24
Robert Noland
i915: Fix i915 build on FreeBSD
commit
|
commitdiff
|
tree
|
snapshot
2008-08-24
Robert Noland
[FreeBSD] Add drm_drawable_free_all()
commit
|
commitdiff
|
tree
|
snapshot
2008-08-24
Robert Noland
[FreeBSD] Fix long standing memory leak in drm_remove_m...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-24
Robert Noland
i915: Convert vblank on disabled pipe DRM_ERROR to...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-24
Robert Noland
i915: Clear sarea_priv during lastclose.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-24
Robert Noland
i915: Free dev->dev_private on unload.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-24
vehemens
[FreeBSD] Move vblank bits into their own structure.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-24
vehemens
[FreeBSD] Fix lock leak.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-24
Robert Noland
i915: Move spinlock init / destroy to load / unload...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-24
Dave Airlie
libdrm: add udev support.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-19
root
nouveau: fifo and graphics engine suspend and resume...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-18
Coleman Kane
Change prototype of drmIoctl to unsigned long request.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-16
Maarten Maathuis
nouveau: make it compile under 2.6.27
commit
|
commitdiff
|
tree
|
snapshot
2008-08-16
Maarten Maathuis
linux: on_each_cpu has 3 args on 2.6.27
commit
|
commitdiff
|
tree
|
snapshot
2008-08-13
Thomas Hellstrom
Don't call the vblank tasklet with irqs disabled.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-13
Kristian Høgsberg
[intel_bufmgr_gem] Fix flink buffer name caching (...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-11
Matthieu Herrb
libdrm: Allow build outside of source tree.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-11
Dave Airlie
drm_vm: fix for build on 2.6.22
commit
|
commitdiff
|
tree
|
snapshot
2008-08-11
Dave Airlie
drm: add OS_HAS_GEM option.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-09
Dave Airlie
drm: TRUE/true
commit
|
commitdiff
|
tree
|
snapshot
2008-08-08
Eric Anholt
Drop TTM interfaces from the userland library.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-08
Eric Anholt
Fix compile warning from check_aperture change.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-08
Eric Anholt
Merge branch 'drm-gem'
commit
|
commitdiff
|
tree
|
snapshot
2008-08-08
Eric Anholt
Replace the check_aperture API with one we can make...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-08
Stuart Bennett
nouveau: wait for pgraph idle after loading or saving...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Keith Packard
Make flink save the kernel-assigned name and return...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-06
Keith Packard
Switch from shmem_getpage to read_mapping_page
commit
|
commitdiff
|
tree
|
snapshot
2008-08-05
Keith Packard
[gem-intel] Retiring flush requests should clear flushe...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-05
Keith Packard
[gem-intel] Don't clear write_domain until flush completes
commit
|
commitdiff
|
tree
|
snapshot
2008-08-05
Keith Packard
Expose pin/unpin/set_tiling/flink APIs
commit
|
commitdiff
|
tree
|
snapshot
2008-07-31
Dave Airlie
Revert "i915: Move all of the irq install/uninstall...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-31
Dave Airlie
drm: add fault handler support so as to be more like...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Eric Anholt
intel-gem: Replace version bump signalling GEM with...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Eric Anholt
intel-gem: Remove dead field from reverted changes.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Eric Anholt
Revert "Rename drm_mm.c and its fuctions to drm_memrange."
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Dave Airlie
i915: more version checks
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Dave Airlie
i915: add version checks for opregion on old kernels
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Eric Anholt
intel-gem: actually add i915_gem_debug.c.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Eric Anholt
intel-gem: Check return value of pci_read_base.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Nicolai Haehnle
r300: Fix cliprect emit
commit
|
commitdiff
|
tree
|
snapshot
next