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 |
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 |
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-10-24 |
Eric Anholt | Fix missing \n on some DRM_ERROR in i915_dma.c
|
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 |
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 |
Eric Anholt | Add a regression test for authentication.
|
commit | commitdiff | tree |
2007-08-13 |
Eric Anholt | Add doxygen and fix whitespace for drm_auth.c
|
commit | commitdiff | tree |
2007-08-06 |
Eric Anholt | Initialize the AGP structure's base address at init...
|
commit | commitdiff | tree |
2007-08-02 |
Eric Anholt | Remove the pinned buffer from the LRU when pinning.
|
commit | commitdiff | tree |
2007-08-02 |
Eric Anholt | Add a couple of doxygen comments from reading the code.
|
commit | commitdiff | tree |
2007-07-26 |
Eric Anholt | debug print ioctl return value as -integer rather than...
|
commit | commitdiff | tree |
2007-07-26 |
Eric Anholt | Copy the important parts of object_validate into object_crea...
|
commit | commitdiff | tree |
2007-07-26 |
Eric Anholt | Replace NO_MOVE/NO_EVICT flags to buffer objects with...
|
commit | commitdiff | tree |
2007-07-25 |
Eric Anholt | Improve the drawable test to use multiple drawables.
|
commit | commitdiff | tree |
2007-07-25 |
Eric Anholt | Fix copy'n'paste-o in FreeBSD drawable code.
|
commit | commitdiff | tree |
2007-07-23 |
Eric Anholt | linux: Make DRM_IOCTL_GET_CLIENT return EINVAL when...
|
commit | commitdiff | tree |
2007-07-21 |
Eric Anholt | Replace DRM_IOCTL_ARGS with (dev, data, file_priv)...
|
commit | commitdiff | tree |
2007-07-20 |
Eric Anholt | Replace filp in ioctl arguments with drm_file *file_priv.
|
commit | commitdiff | tree |
2007-07-20 |
Eric Anholt | BSD: Replace symlink building with symlinks in git.
|
commit | commitdiff | tree |
2007-07-20 |
Eric Anholt | Remove DRM_ERR OS macro.
|
commit | commitdiff | tree |
2007-07-20 |
Eric Anholt | Fix linux spinlock macros after the last commit.
|
commit | commitdiff | tree |
2007-07-19 |
Eric Anholt | FreeBSD warnings cleanup.
|
commit | commitdiff | tree |
2007-07-19 |
Eric Anholt | Merge branch 'origin'
|
commit | commitdiff | tree |
2007-07-19 |
Eric Anholt | FreeBSD: Fix the recently added drawable add/remove...
|
commit | commitdiff | tree |
2007-07-19 |
Eric Anholt | Add a test for drawable add, remove, and update.
|
commit | commitdiff | tree |
2007-07-19 |
Eric Anholt | Fix the getclient test (Need this feature for future...
|
commit | commitdiff | tree |
2007-07-19 |
Eric Anholt | Add some trivial regression tests, one of which fails.
|
commit | commitdiff | tree |
2007-07-19 |
Eric Anholt | Add current BSD stuff to .gitignore.
|
commit | commitdiff | tree |
2007-07-18 |
Eric Anholt | Add dry-coded DRM drawable private information storage...
|
commit | commitdiff | tree |
2007-07-16 |
Eric Anholt | Fix FreeBSD build.
|
commit | commitdiff | tree |
2007-03-30 |
Eric Anholt | Merge branch 'crestline-qa', adding support for the...
|
commit | commitdiff | tree |
2007-03-30 |
Eric Anholt | Merge branch 'origin'
|
commit | commitdiff | tree |
2007-03-24 |
Eric Anholt | Catch up to new interrupt API, and retire FreeBSD 4...
|
commit | commitdiff | tree |
2007-02-08 |
Eric Anholt | Warning fix: correct type of i915_mmio argument.
|
commit | commitdiff | tree |
2007-02-08 |
Eric Anholt | Define __iomem for systems without it.
|
commit | commitdiff | tree |
2007-02-08 |
Eric Anholt | Add chip family flags to i915 driver, and fix a missing...
|
commit | commitdiff | tree |
2006-11-07 |
Eric Anholt | Add drm_u64_t typedef on non-linux to fix libdrm build.
|
commit | commitdiff | tree |
2006-09-07 |
Eric Anholt | Use the DRM_INIT_WAITQUEUE argument (needed on Linux...
|
commit | commitdiff | tree |
2006-09-07 |
Eric Anholt | Put the PCI device/vendor id in the drm_device_t.
|
commit | commitdiff | tree |
2006-09-07 |
Eric Anholt | Add a typedef for u64.
|
commit | commitdiff | tree |
|