2007-08-20 |
Ben Skeggs | nouveau: Poke 0x2230 on NV47 also. |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Patrice Mandin | Check also for Linux, as it's not supported on different OS |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Patrice Mandin | Function pci_get_bus_and_slot needs 2.6.19 or later |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Ben Skeggs | nouveau: Detect memory on NFORCE/NFORCE2 correctly. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Eric Anholt | Fix dev->agp->base initialization on BSD, and fix addma... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Eric Anholt | BSD: Return EINVAL if drm_unlock is called on an unheld... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Eric Anholt | Add a set of tests for DRM locking, exposing issues... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Eric Anholt | Fix a bad error message in auth.c regression test. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Eric Anholt | Require master in setversion test, since it requires... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
vehemens | BSD: simplify drm_ioctl() after other refactoring. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
vehemens | Bug #11989: Fix regression in getstats ioctl (kernel... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Eric Anholt | BSD: Fix regression in setversion ioctl (current versio... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Eric Anholt | Add a regression test for the setversion interface. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Eric Anholt | Add simple regression test for getstats (does it not... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Eric Anholt | BSD: Replace brief description in each file's first... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Ben Skeggs | nouveau: Use count parameter in nouveau_notifier_alloc(). |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Ben Skeggs | nouveau: Turn some messages into DRM_DEBUGs.. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Ben Skeggs | nouveau: Allow GART notifiers when using sgdma code. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Ben Skeggs | nouveau: Workaround mysterious PRAMIN clobbering by... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Ben Skeggs | nouveau: Catch all NV4x chips instead of just NV_40. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Ben Skeggs | nouveau/nv40: Fix channel scheduling. |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Eric Anholt | Bug #11895: Only add the AGP base to map offset if... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
vehemens | Bug #11951: Fix an errno sign inversion on pre-FreeBSD 5. |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Eric Anholt | Add a regression test for authentication. |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Eric Anholt | Add doxygen and fix whitespace for drm_auth.c |
commit | commitdiff | tree | snapshot |
2007-08-13 |
vehemens | Fix drm_auth.c locking to not recurse on dev_lock. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Dave Airlie | i915: i965 non-secure batchbuffer bit has moved. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Ben Skeggs | nouveau/nv50: demagic instmem setup. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Ben Skeggs | nouveau: Allow creation of gpuobjs before any other... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Ben Skeggs | nouveau: silence irq handler a bit |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Ben Skeggs | nouveau/nv40: add some missing pciids. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Matthieu Castet | nouveau : nv10, nv20, nv30 : don't save all channel... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Ben Skeggs | nouveau: Always allocate drm's push buffer in VRAM |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Ben Skeggs | nouveau: return channel id |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Ben Skeggs | nouveau/nv50: hack up initial channel context from... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Ben Skeggs | nouveau: enable/disable engine-specific interrupts... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Matthieu Castet | nouveau : fix enable irq (in the previous code all... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Eric Anholt | Initialize the AGP structure's base address at init... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Ben Skeggs | nouveau: Init global gpuobj list early, unbreaks sgdma... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Stephane Marchesin | nouveau: Bump PCI GART to 16MB |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Ben Skeggs | nouveau: ouch, add nouveau_dma.[ch] files.. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Ben Skeggs | Export some useful ttm functions to drivers. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Ben Skeggs | nouveau: Remove PGRAPH_SURFACE hack, it wont work now... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Ben Skeggs | nouveau: Give DRM its own gpu channel |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Ben Skeggs | nouveau: Determine trapped channel id from active grctx... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Ben Skeggs | nouveau: Various internal and external API changes |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Ben Skeggs | nouveau: Pass channel struct around instead of channel id. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Patrice Mandin | nouveau:nv10: fill and use load,save graph context... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Patrice Mandin | Merge branch 'master' of git+ssh://pmandin@git.freedesk... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Patrice Mandin | Add libdrm source dir, to build tests from a different... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Dave Airlie | drm: add unlocked ioctl code path - not used yet |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Dave Airlie | drm/fence: shut up lockdep |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Dave Airlie | drm: fix fencing refcount error |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Arthur Huillet | nouveau: creating notifier in PCI memory for PCIGART |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Dave Airlie | drm/bo: set the req pointer for each buffer to validate |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Dave Airlie | drm: fix size argument for copy to/from user |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Eric Anholt | Improve the drawable test to use multiple drawables. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Eric Anholt | Fix copy'n'paste-o in FreeBSD drawable code. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Adrian Bunk | drm_rmmap_ioctl(): remove dead code |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Pekka Paalanen | Fix misc ioctl issues, makes Nouveau run. |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Dave Airlie | fix missing brace placement for IOC_IN |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Dave Airlie | fix drm no-compile due to BSD :-) |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Eric Anholt | Replace DRM_IOCTL_ARGS with (dev, data, file_priv)... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Eric Anholt | Replace filp in ioctl arguments with drm_file *file_priv. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Eric Anholt | BSD: Replace symlink building with symlinks in git. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Eric Anholt | Remove DRM_ERR OS macro. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Eric Anholt | Fix linux spinlock macros after the last commit. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Eric Anholt | FreeBSD warnings cleanup. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Eric Anholt | Merge branch 'origin' |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Eric Anholt | FreeBSD: Fix the recently added drawable add/remove... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Eric Anholt | Add a test for drawable add, remove, and update. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Eric Anholt | Fix the getclient test (Need this feature for future... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Eric Anholt | Add some trivial regression tests, one of which fails. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Eric Anholt | Add current BSD stuff to .gitignore. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Ben Skeggs | nouveau/nv50: get non-default push buffer sizes working. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Eric Anholt | Add dry-coded DRM drawable private information storage... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Pekka Paalanen | nouveau: Make nouveau_wait_for_idle() read PTIMER. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Pekka Paalanen | nouveau: Add read() method to Engine.timer. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Pekka Paalanen | nouveau: Add bitfield names for NSOURCE and NSTATUS. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Pekka Paalanen | nouveau: Replace 0x00400104 and 0x00400108 with names. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Thomas Hellstrom | Fix via dmablit when blit queue is full. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Dave Airlie | fix some missing whitespace/tab |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Dave Airlie | drm: idr stuff is upstream for 2.6.23 |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Dave Airlie | drm: remove drm_u64_t, replace with uint64_t everwhere |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Dave Airlie | drm_context: fix braino |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Ben Skeggs | nouveau: Destroy PGRAPH context table on PGRAPH takedown |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Ben Skeggs | nouveau: G8x PCIEGART |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Ian Romanick | Correct errors in the usage of pci_map_page. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Eric Anholt | Fix FreeBSD build. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dave Airlie | drm: fixup old kernel compat code |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dave Airlie | drm: fixup compat wrappers |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dave Airlie | drm: remove internal sman typedef |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dave Airlie | drm: remove drm_ref_t |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dave Airlie | drm: remove drm_buf_t |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dave Airlie | drm: detypedef ttm/bo/fence code |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dave Airlie | drm: remove hashtab/sman and object typedefs |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dave Airlie | drm: remove drmP.h internal typedefs |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dave Airlie | drm: remove ttm userspace typedefs |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dave Airlie | drm: detypedef drm.h and fixup all problems |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Dave Airlie | drm: fix typedef in drm_os_linux.h |
commit | commitdiff | tree | snapshot |
next |