projects
/
profile
/
ivi
/
libdrm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge commit 'origin/master' into drm-gem
2008-05-30
Eric Anholt
Merge commit 'origin/master' into drm-gem
commit
|
commitdiff
|
tree
2008-05-30
Eric Anholt
[intel-gem] Only update obj->write_domain if we're...
commit
|
commitdiff
|
tree
2008-05-30
Eric Anholt
[intel-gem] Add an option to check GTT versus CPU coherency...
commit
|
commitdiff
|
tree
2008-05-29
Eric Anholt
[intel-gem] Write the presumed_offset back out after...
commit
|
commitdiff
|
tree
2008-05-29
Keith Packard
[intel-gem] Clean up active/inactive/flushing list...
commit
|
commitdiff
|
tree
2008-05-28
Eric Anholt
[intel-gem] Replace idlelock usage with real lock acquisition.
commit
|
commitdiff
|
tree
2008-05-27
Owain Ainsworth
[BSD] Move unlock in drm_vm.c from accidental platform...
commit
|
commitdiff
|
tree
2008-05-27
Owain Ainsworth
[BSD] Fix lock leak in drm_update_draw malloc failure...
commit
|
commitdiff
|
tree
2008-05-27
Owain Ainsworth
[BSD] Fix lock leaks in error paths in drm_bufs.c.
commit
|
commitdiff
|
tree
2008-05-27
Owain Ainsworth
[BSD] Remove superfluous recursive locking in drm_add_magic.
commit
|
commitdiff
|
tree
2008-05-27
Jie Luo
[i915] Fix typo in (unused) START_ADDR definition.
commit
|
commitdiff
|
tree
2008-05-27
Robert Noland
[FreeBSD] Add vblank-rework support and get drivers...
commit
|
commitdiff
|
tree
2008-05-27
Eric Anholt
[FreeBSD] Convert from drm_device_t to struct drm_device...
commit
|
commitdiff
|
tree
2008-05-23
Keith Packard
[gem] Use CPU domain for new or pageable objects
commit
|
commitdiff
|
tree
2008-05-23
Keith Packard
[intel-gem] Force ring retire by emiting flush before...
commit
|
commitdiff
|
tree
2008-05-23
Keith Packard
[intel] Add debug code to verify the cached ring tail...
commit
|
commitdiff
|
tree
2008-05-23
Keith Packard
[intel-gem] invalidate ring locals for pin/unpin/set_domain...
commit
|
commitdiff
|
tree
2008-05-23
Eric Anholt
[gem] Release GEM buffers from work task scheduled...
commit
|
commitdiff
|
tree
2008-05-21
Eric Anholt
[gem] Replace ring throttling hack with actual time...
commit
|
commitdiff
|
tree
2008-05-21
Eric Anholt
[gem] Fix bad test for list_for_each completion.
commit
|
commitdiff
|
tree
2008-05-21
Eric Anholt
[gem] Hold a reference on the object in i915_gem_wait_space.
commit
|
commitdiff
|
tree
2008-05-21
Keith Packard
[intel-gem] invalidate ring locals for pin/unpin/set_domain...
commit
|
commitdiff
|
tree
2008-05-20
Eric Anholt
[gem] Use a separate sequence number field from classic/ttm
commit
|
commitdiff
|
tree
2008-05-20
Eric Anholt
[gem] Rename sequence numbers from "cookie" to "seqno"
commit
|
commitdiff
|
tree
2008-05-20
Eric Anholt
[gem] Clean up active/inactive list handling using...
commit
|
commitdiff
|
tree
2008-05-16
Eric Anholt
[gem] Hold dev->struct_mutex to protect structure data.
commit
|
commitdiff
|
tree
2008-05-15
Eric Anholt
[gem] Rename the GTT LRU lists to active (executing...
commit
|
commitdiff
|
tree
2008-05-15
Eric Anholt
[gem] typo fix in comment.
commit
|
commitdiff
|
tree
2008-05-12
Eric Anholt
[GEM] Update testcases for new API.
commit
|
commitdiff
|
tree
2008-05-12
Eric Anholt
[GEM] Typo (and thinking) fixes in drm-gem.txt and...
commit
|
commitdiff
|
tree
2008-05-10
Eric Anholt
GEM: Fix arguments to drm_memrange_init so we don't...
commit
|
commitdiff
|
tree
2008-05-10
Eric Anholt
GEM: Separate the LRU into execution list and LRU list.
commit
|
commitdiff
|
tree
2008-05-09
Eric Anholt
GEM: Clear obj_priv->agp_mem when we free it.
commit
|
commitdiff
|
tree
2008-05-09
Eric Anholt
GEM: Avoid leaking refs on target objects on presumed...
commit
|
commitdiff
|
tree
2008-05-08
Eric Anholt
GEM: Fix oops on NULL dereference when we try clflushing...
commit
|
commitdiff
|
tree
2008-05-07
Eric Anholt
GEM: fix testcases for new ioctl args.
commit
|
commitdiff
|
tree
2008-05-07
Arjan van de Ven
Apply a few stylistic cleanups to match kernel code.
commit
|
commitdiff
|
tree
2008-05-07
Eric Anholt
GEM: Wait for existing rendering to complete before...
commit
|
commitdiff
|
tree
2008-05-07
Eric Anholt
GEM: Extend cache domain stuff for 965.
commit
|
commitdiff
|
tree
2008-05-06
Eric Anholt
GEM: Use irq-based fencing rather than syncing and...
commit
|
commitdiff
|
tree
2008-05-06
Eric Anholt
GEM: Skip relocation if presumed offset matches.
commit
|
commitdiff
|
tree
2008-05-06
Eric Anholt
GEM: Save the last ioremapped page for relocations...
commit
|
commitdiff
|
tree
2008-05-05
Eric Anholt
GEM: Replace drm_memrange_for_each with just evicting...
commit
|
commitdiff
|
tree
2008-05-03
Eric Anholt
Don't forget to set the memrange private, and reset...
commit
|
commitdiff
|
tree
2008-05-03
Eric Anholt
Don't include the tail guard memrange in foreach callbacking.
commit
|
commitdiff
|
tree
2008-05-02
Eric Anholt
Unbind objects when freeing, fix some error paths,...
commit
|
commitdiff
|
tree
2008-05-02
Eric Anholt
Fix offset passed to AGP to be pages instead of bytes.
commit
|
commitdiff
|
tree
2008-05-01
Eric Anholt
Fix missing member settings in obj/obj_priv, and some...
commit
|
commitdiff
|
tree
2008-05-01
Eric Anholt
Make GEM object handles be nonzero.
commit
|
commitdiff
|
tree
2008-05-01
Eric Anholt
Update mm tests for GEM rename.
commit
|
commitdiff
|
tree
2008-05-01
Eric Anholt
Remove _args from gem ioctl argument structure tags.
commit
|
commitdiff
|
tree
2008-05-01
Eric Anholt
Add pin/unpin object ioctls for gem.
commit
|
commitdiff
|
tree
2008-05-01
Eric Anholt
checkpoint: relocations support.
commit
|
commitdiff
|
tree
2008-05-01
Eric Anholt
checkpoint: gtt binding written.
commit
|
commitdiff
|
tree
2008-05-01
Eric Anholt
checkpoint: rename to GEM and a few more i915 bits.
commit
|
commitdiff
|
tree
2008-04-30
Eric Anholt
Hacking towards hooking up execbuffer.
commit
|
commitdiff
|
tree
2008-04-29
Eric Anholt
Remove the remainder of the mmfs device.
commit
|
commitdiff
|
tree
2008-04-29
Eric Anholt
Move mmfs tests over to be drm tests.
commit
|
commitdiff
|
tree
2008-04-29
Eric Anholt
Move mmfs ioctls into the DRM. Untested.
commit
|
commitdiff
|
tree
2008-04-28
Eric Anholt
Rename drm_mm.c and its fuctions to drm_memrange.
commit
|
commitdiff
|
tree
2008-04-23
Eric Anholt
Add mmap ioctl to mmfs.
commit
|
commitdiff
|
tree
2008-04-23
Eric Anholt
Add pread/pwrite ioctls to mmfs.
commit
|
commitdiff
|
tree
2008-04-23
Eric Anholt
Extend the mmfs basic test to do a couple of ioctls.
commit
|
commitdiff
|
tree
2008-04-23
Eric Anholt
Move mmfs.h userland interface to shared-core.
commit
|
commitdiff
|
tree
2008-04-23
Eric Anholt
Initial add of mmfs module.
commit
|
commitdiff
|
tree
2008-04-23
Eric Anholt
Clarify that drm_agp_ttm_backend is associated with...
commit
|
commitdiff
|
tree
2008-03-04
Eric Anholt
Clarify when WAIT_LAZY is relevant to users.
commit
|
commitdiff
|
tree
2008-03-04
Eric Anholt
Remove unused DRM_FENCE_FLAG_WAIT_IGNORE_SIGNALS.
commit
|
commitdiff
|
tree
2008-03-04
Eric Anholt
Clarify through the names what drm_ttm_alloc_pages...
commit
|
commitdiff
|
tree
2008-03-04
Eric Anholt
Don't shortcut the info syscall for drmBOBusy on nonshareabl...
commit
|
commitdiff
|
tree
2008-01-24
Eric Anholt
Merge commit 'airlied/i915-ttm-cfu'
commit
|
commitdiff
|
tree
2008-01-18
Kyle McMartin
i915: fix invalid opcode exception on cpus without...
commit
|
commitdiff
|
tree
2008-01-18
Eric Anholt
Add additional explanation of DRM_BO_FLAG_CACHED_MAPPED...
commit
|
commitdiff
|
tree
2007-11-19
Eric Anholt
Fix capitalization of __linux__ define.
commit
|
commitdiff
|
tree
2007-11-19
Robert Noland
Bug #13233: Fix build on FreeBSD.
commit
|
commitdiff
|
tree
2007-11-19
Robert Noland
Bug #13233: Chase move of agp headers on FreeBSD.
commit
|
commitdiff
|
tree
2007-10-24
Eric Anholt
Fix missing \n on some DRM_ERROR in i915_dma.c
commit
|
commitdiff
|
tree
2007-10-17
Robert Noland
Bug #12838: Fix lock test client vs. server master...
commit
|
commitdiff
|
tree
2007-10-17
Robert Noland
Fix a race in the auth test where client prevents server...
commit
|
commitdiff
|
tree
2007-10-17
Jung-uk Kim
Bug #11870: FreeBSD hardware lock cleanup fix with...
commit
|
commitdiff
|
tree
2007-10-10
Eric Anholt
FreeBSD: Fill in domain field when supported.
commit
|
commitdiff
|
tree
2007-09-22
Eric Anholt
Merge branch 'bo-set-pin'
commit
|
commitdiff
|
tree
2007-09-21
Eric Anholt
Add some more verbosity to drm_bo_set_pin_req comments.
commit
|
commitdiff
|
tree
2007-09-21
Eric Anholt
Fix mapCount refcounting on unmap, even though the...
commit
|
commitdiff
|
tree
2007-09-19
Eric Anholt
Merge branch 'origin' into bo-set-pin
commit
|
commitdiff
|
tree
2007-08-16
Eric Anholt
Merge branch 'master' into bo-set-pin
commit
|
commitdiff
|
tree
2007-08-15
Eric Anholt
Fix dev->agp->base initialization on BSD, and fix addmap...
commit
|
commitdiff
|
tree
2007-08-15
Eric Anholt
BSD: Return EINVAL if drm_unlock is called on an unheld...
commit
|
commitdiff
|
tree
2007-08-15
Eric Anholt
Add a set of tests for DRM locking, exposing issues...
commit
|
commitdiff
|
tree
2007-08-15
Eric Anholt
Fix a bad error message in auth.c regression test.
commit
|
commitdiff
|
tree
2007-08-15
Eric Anholt
Require master in setversion test, since it requires...
commit
|
commitdiff
|
tree
2007-08-15
vehemens
BSD: simplify drm_ioctl() after other refactoring.
commit
|
commitdiff
|
tree
2007-08-15
vehemens
Bug #11989: Fix regression in getstats ioctl (kernel...
commit
|
commitdiff
|
tree
2007-08-15
Eric Anholt
BSD: Fix regression in setversion ioctl (current version...
commit
|
commitdiff
|
tree
2007-08-15
Eric Anholt
Add a regression test for the setversion interface.
commit
|
commitdiff
|
tree
2007-08-15
Eric Anholt
Add simple regression test for getstats (does it not...
commit
|
commitdiff
|
tree
2007-08-15
Eric Anholt
BSD: Replace brief description in each file's first...
commit
|
commitdiff
|
tree
2007-08-13
Eric Anholt
Bug #11895: Only add the AGP base to map offset if...
commit
|
commitdiff
|
tree
2007-08-13
vehemens
Bug #11951: Fix an errno sign inversion on pre-FreeBSD 5.
commit
|
commitdiff
|
tree
2007-08-13
Eric Anholt
Add a regression test for authentication.
commit
|
commitdiff
|
tree
next