2009-03-16 |
Robert Noland | FreeBSD: Add list_for_each_prev() to our bank of compat... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Robert Noland | FreeBSD: Don't set the PZERO flag to mtx_sleep. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Robert Noland | FreeBSD: use flsl() instead of ffsl(). |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Robert Noland | FreeBSD: Minor code cleanup. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Robert Noland | FreeBSD: Increase MAX_PCI_RESOURCE |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Robert Noland | FreeBSD: Cast map handles to vm_offset_t |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Robert Noland | FreeBSD: Fix the printing of maps on amd64/i386 to... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Robert Noland | FreeBSD: Fix up the flags for bus_dmamem here as well. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Robert Noland | FreeBSD: Fix up the flags to bus_dmamem_* |
commit | commitdiff | tree | snapshot |
2009-03-09 |
vehemens | FreeBSD use kdev for kernel device name |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ben Skeggs | drm/nouveau: make portion of vram as reserved for PRAMI... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Robert Noland | FreeBSD: Rework DRM_[DEBUG,ERROR,INFO] macros a bit. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Robert Noland | FreeBSD: Garbage collect entries from pcireg.h since... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Robert Noland | FreeBSD: We only want drm to ever attach to the primary... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Robert Noland | FreeBSD: rework drm_scatter.c which allocates scatter... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Pekka Paalanen | drm: drop Linux < 2.6.21 support |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Pekka Paalanen | drm, via: drop Linux < 2.6.20 support |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Pekka Paalanen | drm: drop Linux < 2.6.19 support |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Pekka Paalanen | drm: drop Linux < 2.6.18 support |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Pekka Paalanen | drm: drop Linux < 2.6.16 support |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Pekka Paalanen | drm: drop Linux < 2.6.15 support |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Pekka Paalanen | drm: drop Linux < 2.6.12 support |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Pekka Paalanen | drm: drop Linux < 2.6.10 support |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Pekka Paalanen | drm: drop Linux <= 2.6.8 support |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Pekka Paalanen | drm: drm_bo_mmap_locked() is static. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Pekka Paalanen | drm, ati: fix printf format warnings |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Pekka Paalanen | drm: build fix for Linux drm_vblank_cleanup() |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Robert Noland | FreeBSD: Introduce a kernel tuneable to disable msi... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Robert Noland | Move vblank_init to driver load time. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Eric Anholt | intel: Update reloc_tree_size of the first buffer when... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Robert Noland | FreeBSD: Fix up some ioctl permissions issues missed... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Robert Noland | i915: Backport jbarnes gm45 vblank counter patch. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Eric Anholt | intel: Don't copy dirty data out when freeing a BO... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Robert Noland | FreeBSD: Drop the Giant lock. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Robert Noland | FreeBSD: Turn on msi |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Robert Noland | FreeBSD: Add some vblank related debugging and replace... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Robert Noland | i915: A few whitespace cleanups. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Robert Noland | linux: Add msi_enabled to the drm_device so the build... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Robert Noland | radeon: Prepare radeon for msi support. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Robert Noland | i915: This was part of a sync to the intel driver at... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Kristian Høgsberg | nouveau: Dist nouvea_dma.h as well. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Kristian Høgsberg | nouveau: Also dist nouveau_private.h. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Robert Noland | FreeBSD: Rip out the locked task support now that i915... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Robert Noland | i915: Rip out the use of vblank_swap |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Robert Noland | FreeBSD: There is no compelling reason to hold the... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Robert Noland | FreeBSD: Don't set PZERO in mtx_sleep. |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Robert Noland | FreeBSD: Set MAP_NOSYNC on mmaps. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Eric Anholt | Add libdrm_intel.pc by popular demand. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ivan Kokshaysky | Fix DRM_CAS() on Alpha. (#16549) |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Kristian Høgsberg | modetest: Print names of properties. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Pekka Paalanen | Fix fix distcheck for optional nouveau stuff. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Eric Anholt | Fix distcheck for optional nouveau stuff. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Eric Anholt | Bump version to 2.4.5 for new API additions. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Eric Anholt | intel: Add a new bufmgr alloc function to get BOs ready... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Ben Skeggs | libdrm/nouveau: free drmVersion after we're done with it |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Ben Skeggs | libdrm/nouveau: fix dma debugging |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Pekka Paalanen | nouveau: support backlight only when kernel does |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Matthew Garrett | nv40, nv50: fix backlight build for <2.6.29 kernels |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Matthew Garrett | nouveau: Add in-kernel backlight control support |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Pekka Paalanen | drm_compat: remove kmap_atomic_prot_pfn() |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Pekka Paalanen | Remove i915 driver sources from linux-core |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Eric Anholt | intel: Clear ioctl parameter outvalues and pads that... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Ben Skeggs | nv40: fail completely if we don't have a ctxprog for... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Ben Skeggs | nv50: context info for chipset 0xa0 |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Ben Skeggs | libdrm: make libdrm_nouveau conditional, disabled by... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Jakob Bornecrantz | mode: Make xfdrmMode.[c|h] not depend on drm_mode.h |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Pekka Paalanen | nouveau: fix type warnings: void* arith, un/signed |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Ben Skeggs | drm/nv50: fix nv9x chipsets |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Ben Skeggs | drm/nv50: add context info for nv98 |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Ben Skeggs | drm/nv50: use a slightly different initial context... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Ben Skeggs | drm/nv50: correct ramfc pointer in channel header |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Ben Skeggs | drm/nv50: let the card handle the initial context switch |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Stuart Bennett | nouveau: don't try to traverse non-existent lists |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Ben Skeggs | nouveau: fix some issues where buffer objects never... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Kristian Høgsberg | modetest: Add syntax to also specify a crtc when settin... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Ben Skeggs | nouveau: install libdrm_nouveau with libdrm |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Ben Skeggs | nouveau: bring in new mm api definitions, without the... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Kristian Høgsberg | modetest: Use cairo (if available) to paint a better... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Kristian Høgsberg | modetest: Don't sleep when just dumping state, wait... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Kristian Høgsberg | modetest: Handle setting modes on multiple crtcs with... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Kristian Høgsberg | modetest: Use a more interesting test pattern. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Stephane Marchesin | Remove the "nv" driver. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Kristian Høgsberg | No need to pin buffer anymore in modetest.c |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Stuart Bennett | nouveau: don't save channel context if it has recently... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Stuart Bennett | nouveau: no suspend support for nv50+ |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Eric Anholt | Clean up README for the current state of kernel module... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Eric Anholt | intel: don't count fences on 965 and later, as they... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Eric Anholt | intel: Fix under-counting of fences registers required... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Jesse Barnes | intel: libdrm support for fence management in execbuf |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Pekka Paalanen | drm compat: fix euid for >=2.6.28 |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Ben Skeggs | nv50: support chipset NV96 |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Ben Skeggs | nv04-nv40: correct RAMHT size |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Dave Airlie | drm: remove drmstat/dristat from linux-core build |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Eric Anholt | bump version to 2.4.4 |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Eric Anholt | intel: Retry pin ioctl on -EINTR. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Owain G. Ainsworth | Don't use DRM_BO_FLAG_NO_MOVE in bufmgr fake. It's... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Owain G. Ainsworth | Remove drmModeReplaceFb after it was removed from the... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Ben Skeggs | nv50: ack nsource to prevent continuous protection... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Jesse Barnes | libdrm: add autoconf check for clock_gettime |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Jesse Barnes | libdrm: only check for vblank timeout if we caught... |
commit | commitdiff | tree | snapshot |
next |