projects
/
profile
/
ivi
/
libdrm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[intel-gem] pwrite through GTT
[profile/ivi/libdrm.git]
/
linux-core
/
2008-06-23
Keith Packard
[intel-gem] pwrite through GTT
tree
|
commitdiff
2008-06-21
Keith Packard
[intel-gem] Add /proc/dri/*/i915_gem_interrupt
tree
|
commitdiff
2008-06-21
Keith Packard
[intel-gem] Remove unused variable.
tree
|
commitdiff
2008-06-21
Keith Packard
[intel-gem] Use polling in i915_gem_idle instead of...
tree
|
commitdiff
2008-06-21
Keith Packard
[intel-gem] Add intel-specific /proc entries to help...
tree
|
commitdiff
2008-06-20
Keith Packard
Add device-specific proc_init and proc_cleanup hooks
tree
|
commitdiff
2008-06-20
Keith Packard
[intel-gem] Use shmem_getpage instead of find_or_create...
tree
|
commitdiff
2008-06-20
Keith Packard
[intel-gem] Add DRM_IOCTL_I915_GEM_SW_FINISH to flag...
tree
|
commitdiff
2008-06-16
Eric Anholt
[intel] Quirk away MSI support on 945G/GM.
tree
|
commitdiff
2008-06-16
Eric Anholt
[linux] Use the device's irq for handler setup instead...
tree
|
commitdiff
2008-06-14
Keith Packard
[intel-gem] Execute MI_FLUSH in leavevt_ioctl
tree
|
commitdiff
2008-06-14
Keith Packard
[intel-gem] inactive list may contain objects in CPU...
tree
|
commitdiff
2008-06-14
Keith Packard
[intel-gem] BUG_ON active objects in gem_object_unbind
tree
|
commitdiff
2008-06-14
Keith Packard
[intel-gem] Debugging -- verify inactive list invariants
tree
|
commitdiff
2008-06-14
Keith Packard
[intel-gem] whitespace fixes
tree
|
commitdiff
2008-06-14
Keith Packard
[intel-gem] show total GTT space in /proc/dri/*/gem_objects
tree
|
commitdiff
2008-06-14
Keith Packard
[intel-gem] Wait for rendering to complete before unbin...
tree
|
commitdiff
2008-06-13
Keith Packard
[intel-gem] add gtt and pin counts to /proc/dri/*/gem_o...
tree
|
commitdiff
2008-06-13
Keith Packard
[intel-gem] Left the last exec buffer pinned. oops.
tree
|
commitdiff
2008-06-13
Keith Packard
[intel-gem] Pin objects during execbuffer
tree
|
commitdiff
2008-06-13
Keith Packard
[intel-gem] throttle based on frames rather than time...
tree
|
commitdiff
2008-06-13
Keith Packard
[intel-gem] evict_something was failing when wait_reque...
tree
|
commitdiff
2008-06-13
Keith Packard
[intel] Enable MSI for i915 IRQ
tree
|
commitdiff
2008-06-13
Keith Packard
[intel-gem] Use a delayed_work instead of a timer ...
tree
|
commitdiff
2008-06-13
Keith Packard
[intel-gem] Reorder i915_add_request to schedule work...
tree
|
commitdiff
2008-06-13
Keith Packard
Use /bin/pwd instead of trusting shell built-in
tree
|
commitdiff
2008-06-13
Eric Anholt
[gem] Don't require the lock in execbuf now that it...
tree
|
commitdiff
2008-06-11
Eric Anholt
[gem] Remove the drm_client_lock_take in set_domain.
tree
|
commitdiff
2008-06-11
Eric Anholt
[gem] Another round of cleanups from checkpatch.pl
tree
|
commitdiff
2008-06-11
Eric Anholt
[gem] Move potentially device-specific ioctls to the...
tree
|
commitdiff
2008-06-11
Eric Anholt
Remove override of drm module list in preparation for...
tree
|
commitdiff
2008-06-11
Eric Anholt
[gem] Remove carefully-sprinkled i915_kernel_lost_conte...
tree
|
commitdiff
2008-06-11
Eric Anholt
[gem] Manage the ringbuffer from the kernel in the...
tree
|
commitdiff
2008-06-06
Keith Packard
[intel] remove settable use_mi_batchbuffer_start
tree
|
commitdiff
2008-06-06
Keith Packard
[intel-gem] Use timers to retire requests periodically.
tree
|
commitdiff
2008-06-06
Keith Packard
[intel-gem] Add explicit throttle ioctl
tree
|
commitdiff
2008-06-06
Keith Packard
[intel-gem] Dump error status on wait_request failure
tree
|
commitdiff
2008-06-04
Keith Packard
Drop struct_mutex while waiting in drm_client_lock_take
tree
|
commitdiff
2008-06-02
Keith Packard
[intel-gem] reloc_and_validate_object → object_bind_and...
tree
|
commitdiff
2008-06-02
Keith Packard
[intel-gem] Propagate set_domain errors.
tree
|
commitdiff
2008-05-30
Eric Anholt
Merge commit 'origin/master' into drm-gem
tree
|
commitdiff
2008-05-30
Eric Anholt
[intel-gem] Only update obj->write_domain if we're...
tree
|
commitdiff
2008-05-30
Eric Anholt
[intel-gem] Add an option to check GTT versus CPU coher...
tree
|
commitdiff
2008-05-29
Eric Anholt
[intel-gem] Write the presumed_offset back out after...
tree
|
commitdiff
2008-05-29
Keith Packard
[intel-gem] Clean up active/inactive/flushing list...
tree
|
commitdiff
2008-05-28
Dave Airlie
radeon: split microcode out into a separate header...
tree
|
commitdiff
2008-05-28
Eric Anholt
[intel-gem] Replace idlelock usage with real lock acqui...
tree
|
commitdiff
2008-05-27
Keith Packard
[intel-gem] Must hold DRM lock while setting object...
tree
|
commitdiff
2008-05-26
Keith Packard
[i915] leave interrupts masked off when not in use.
tree
|
commitdiff
2008-05-26
Keith Packard
[intel-gem] Add DRM_I915_GEM_BUSY ioctl to check for...
tree
|
commitdiff
2008-05-26
Keith Packard
[intel-gem] Compute npages instead of nbytes in flush_p...
tree
|
commitdiff
2008-05-26
Keith Packard
[intel-gem] replace call to jiffies_to-msec with simple...
tree
|
commitdiff
2008-05-23
Keith Packard
[intel-gem] Encourage multiple caches to hold read...
tree
|
commitdiff
2008-05-23
Keith Packard
[gem] Use CPU domain for new or pageable objects
tree
|
commitdiff
2008-05-23
Keith Packard
[intel-gem] Force ring retire by emiting flush before...
tree
|
commitdiff
2008-05-23
Keith Packard
[intel-gem] invalidate ring locals for pin/unpin/set_do...
tree
|
commitdiff
2008-05-23
Eric Anholt
[gem] Release GEM buffers from work task scheduled...
tree
|
commitdiff
2008-05-21
Eric Anholt
[gem] Replace ring throttling hack with actual time...
tree
|
commitdiff
2008-05-21
Eric Anholt
[gem] Fix bad test for list_for_each completion.
tree
|
commitdiff
2008-05-21
Eric Anholt
[gem] Hold a reference on the object in i915_gem_wait_s...
tree
|
commitdiff
2008-05-21
Keith Packard
[intel-gem] invalidate ring locals for pin/unpin/set_do...
tree
|
commitdiff
2008-05-20
Eric Anholt
[gem] Use a separate sequence number field from classic/ttm
tree
|
commitdiff
2008-05-20
Eric Anholt
[gem] Rename sequence numbers from "cookie" to "seqno"
tree
|
commitdiff
2008-05-20
Eric Anholt
[gem] Clean up active/inactive list handling using...
tree
|
commitdiff
2008-05-16
Eric Anholt
[gem] Hold dev->struct_mutex to protect structure data.
tree
|
commitdiff
2008-05-15
Eric Anholt
[gem] Rename the GTT LRU lists to active (executing...
tree
|
commitdiff
2008-05-15
Eric Anholt
[gem] typo fix in comment.
tree
|
commitdiff
2008-05-14
Dave Airlie
ati_pcigart: oops wrong way around not that it actually...
tree
|
commitdiff
2008-05-14
Dave Airlie
ati_pcigart: stop working in the evenings you mess...
tree
|
commitdiff
2008-05-14
Dave Airlie
Revert "ati_pcigart: fixup properly this version might...
tree
|
commitdiff
2008-05-14
Dave Airlie
ati_pcigart: fixup properly this version might even...
tree
|
commitdiff
2008-05-14
Dave Airlie
ati_pcigart: fill out 40-bit gart table support properly
tree
|
commitdiff
2008-05-12
Eric Anholt
[GEM] Typo (and thinking) fixes in drm-gem.txt and...
tree
|
commitdiff
2008-05-12
Keith Packard
[intel] Minor kludge -- wait for the ring to be nearly...
tree
|
commitdiff
2008-05-12
Keith Packard
[gem] Set write domain to CPU when doing pwrite.
tree
|
commitdiff
2008-05-12
Keith Packard
[gem] Clarify use of explicit domain control. Remove...
tree
|
commitdiff
2008-05-11
Keith Packard
[GEM] Make pread/pwrite manage memory domains. No luck...
tree
|
commitdiff
2008-05-11
Keith Packard
[intel-GEM] exec list can contain pinned, lru cannot.
tree
|
commitdiff
2008-05-11
Keith Packard
Merge commit 'anholt/drm-gem' into drm-gem
tree
|
commitdiff
2008-05-11
Keith Packard
[GEM] Add drm-gem.txt
tree
|
commitdiff
2008-05-11
Keith Packard
[intel-GEM] Clean up GEM ioctl naming.
tree
|
commitdiff
2008-05-10
Eric Anholt
GEM: Fix arguments to drm_memrange_init so we don't...
tree
|
commitdiff
2008-05-10
Eric Anholt
GEM: Separate the LRU into execution list and LRU list.
tree
|
commitdiff
2008-05-09
Eric Anholt
GEM: Clear obj_priv->agp_mem when we free it.
tree
|
commitdiff
2008-05-09
Eric Anholt
GEM: Avoid leaking refs on target objects on presumed...
tree
|
commitdiff
2008-05-09
Keith Packard
[gem] API cleanup. allocate->create unreference->close...
tree
|
commitdiff
2008-05-08
Keith Packard
[i915] clean up whinging from checkpatch.pl
tree
|
commitdiff
2008-05-08
Keith Packard
Clean up whinging from checkpatch.pl in drm_gem.c
tree
|
commitdiff
2008-05-08
Eric Anholt
GEM: Fix oops on NULL dereference when we try clflushin...
tree
|
commitdiff
2008-05-08
Keith Packard
[intel-gem] Move domains to relocation records. add...
tree
|
commitdiff
2008-05-07
Arjan van de Ven
Apply a few stylistic cleanups to match kernel code.
tree
|
commitdiff
2008-05-07
Eric Anholt
GEM: Wait for existing rendering to complete before...
tree
|
commitdiff
2008-05-07
Eric Anholt
GEM: Extend cache domain stuff for 965.
tree
|
commitdiff
2008-05-07
Dave Airlie
drm: nopage compat fixup for drm_vm
tree
|
commitdiff
2008-05-07
Keith Packard
[intel-GEM] ref count objects in gtt-lru.
tree
|
commitdiff
2008-05-07
Keith Packard
[intel-GEM] Add memory domain support.
tree
|
commitdiff
2008-05-06
Keith Packard
Merge commit 'anholt/drm-gem' into drm-gem
tree
|
commitdiff
2008-05-06
Keith Packard
Start coding up memory domains
tree
|
commitdiff
2008-05-06
Eric Anholt
GEM: Use irq-based fencing rather than syncing and...
tree
|
commitdiff
2008-05-06
Eric Anholt
GEM: Skip relocation if presumed offset matches.
tree
|
commitdiff
next