1. 2070787 Revert "drm/radeon: do not move bo to different placement at each cs" by Alex Deucher · 12 years ago
  2. dd54fee7 radeon: fix regression with eviction since evict caching changes by Dave Airlie · 12 years ago
  3. d025e9e drm/radeon: do not move bo to different placement at each cs by Jerome Glisse · 12 years ago
  4. 97a875c drm/ttm: remove no_wait_reserve, v3 by Maarten Lankhorst · 12 years ago
  5. 6ed9ccb drm/radeon: allow move_notify to be called without reservation by Maarten Lankhorst · 12 years ago
  6. 1a1494d Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  7. 0d0b3e7 drm/radeon: use cached memory when evicting for vram on non agp by Jerome Glisse · 12 years ago
  8. 0b91c4a drm/ttm: remove ttm_buffer_object->buffer_start by Marcin Slusarz · 12 years ago
  9. 0a46fb5 drm/radeon: Use ttm_bo_is_reserved by Maarten Lankhorst · 12 years ago
  10. 0fe7158 drm/radeon: move the retry to gem_object_create by Christian König · 12 years ago
  11. 6c0d112 drm/radeon: move size limits to gem_object_create. by Christian König · 12 years ago
  12. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  13. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  14. e971bd5 drm/radeon: rework the VM code a bit more (v2) by Christian König · 12 years ago
  15. d63dfed drm/radeon: let bo_reserve take no_intr instead of no_wait param by Christian König · 12 years ago
  16. 421ca7a drm/radeon: move and rename radeon_bo_va function by Christian König · 12 years ago
  17. 676bc2e Revert "drm/radeon: fix bo creation retry path" by Alex Deucher · 12 years ago
  18. e43b5ec drm/radeon: fence virtual address and free it once idle v4 by Jerome Glisse · 12 years ago
  19. d1c7871 drm/radeon: fix bo creation retry path by Jerome Glisse · 12 years ago
  20. 949c4a3 drm: track dev_mapping in more robust and flexible way by Ilija Hadzic · 12 years ago
  21. db7fce3 drm/radeon: replace vmram_mutex with mclk_lock v2 by Christian König · 12 years ago
  22. 40f5cf9 drm/radeon: add PRIME support (v2) by Alex Deucher · 12 years ago
  23. 129b78b ttm: add prime sharing support to TTM (v2) by Dave Airlie · 12 years ago
  24. e199fd4 drm/radeon: Don't dereference possibly-NULL pointer. by Michel Dänzer · 12 years ago
  25. d936622 drm/radeon: Only warn if the intra-domain offset actually exceeds the limit. by Michel Dänzer · 12 years ago
  26. c435301 drm/radeon: Restrict offset for legacy hardware cursor. by Michel Dänzer · 12 years ago
  27. 285484e drm/radeon: add support for evergreen/ni tiling informations v11 by Jerome Glisse · 13 years ago
  28. 721604a drm/radeon: GPU virtual memory support v22 by Jerome Glisse · 13 years ago
  29. 57de4ba drm/ttm: simplify memory accounting for ttm user v2 by Jerome Glisse · 13 years ago
  30. 1717c0e Revert "drm/ttm: add a way to bo_wait for either the last read or last write" by Dave Airlie · 13 years ago
  31. 83f30d0 Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags" by Dave Airlie · 13 years ago
  32. ce580fa drm/radeon: Move more code out of line by Andi Kleen · 13 years ago
  33. 91132d6 drm/radeon: fix up dereferencing of busy objects. by Dave Airlie · 13 years ago
  34. 31c3603 drm/radeon: kill radeon_bo->gobj pointer by Daniel Vetter · 14 years ago
  35. 7e4d15d drm/radeon: introduce gem_to_radeon_bo helper by Daniel Vetter · 14 years ago
  36. 441921d drm/radeon: embed struct drm_gem_object by Daniel Vetter · 14 years ago
  37. d8c58fa Merge remote branch 'airlied/drm-core-next' into drm-intel-next by Chris Wilson · 14 years ago
  38. 99ee7fa drm/radeon: add initial tracepoint support. by Dave Airlie · 14 years ago
  39. 93225b0 drm/radeon/kms: forbid big bo allocation (fdo 31708) v3 by Jerome Glisse · 14 years ago
  40. 147666f drm/radeon: Use the ttm execbuf utilities by Thomas Hellstrom · 14 years ago
  41. 702adba drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock by Thomas Hellstrom · 14 years ago
  42. 268b251 drm/radeon/kms: fix alignment when allocating buffers by Alex Deucher · 14 years ago
  43. 2b66b50 drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once. by Michel Dänzer · 14 years ago
  44. b7ae505 Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next by Dave Airlie · 14 years ago
  45. c919b37 drm/radeon/kms: avoid corner case issue with unmappable vram V2 by Jerome Glisse · 14 years ago
  46. d961db7 drm/ttm: restructure to allow driver to plug in alternate memory manager by Ben Skeggs · 14 years ago
  47. e376573 drm/radeon: fall back to GTT if bo creation/validation in VRAM fails. by Michel Dänzer · 14 years ago
  48. e865275 drm/radeon/kms: record object that have been list reserved by Jerome Glisse · 14 years ago
  49. f4b7fb9 drm/radeon/kms: take vram mutex pointer before derefing object. by Dave Airlie · 14 years ago
  50. 5876dd2 radeon: Unmap vram pages when reclocking by Matthew Garrett · 14 years ago
  51. 7547a91 Merge branch 'drm-ttm-unmappable' into drm-core-next by Dave Airlie · 14 years ago
  52. 0a2d50e drm/radeon/kms: add support for new fault callback V7 by Jerome Glisse · 14 years ago
  53. 9d87fa2 drm/ttm: split no_wait argument in 2 GPU or reserve wait by Jerome Glisse · 14 years ago
  54. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  55. 3ca82da drm/radeon/kms: Only restrict BO to visible VRAM size when pinning to VRAM. by Michel Dänzer · 14 years ago
  56. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  57. 51e5fcd drm/radeon/kms: force pinning buffer into visible VRAM by Jerome Glisse · 15 years ago
  58. 6cb8e1f drm/radeon/kms: fix bo's fence association by Jerome Glisse · 15 years ago
  59. d796d84 drm/radeon/kms: make hibernate work on IGPs by Dave Airlie · 15 years ago
  60. 06b6476 drm/radeon/kms: detect sideport memory on IGP chips by Alex Deucher · 15 years ago
  61. d03d858 drm/radeon/kms: Check if bo we got from ttm are radeon object or not by Jerome Glisse · 15 years ago
  62. 9fb03e6 drm/radeon/kms: If no placement is supplied fallback to system by Jerome Glisse · 15 years ago
  63. 1fb107f drm/radeon/kms: Convert radeon to new ttm_bo_init by Jerome Glisse · 15 years ago
  64. 550e2d9 drm/radeon/kms: restore surface registers on resume. by Dave Airlie · 15 years ago
  65. 5cc6fba drm/radeon: Remove tests for -ERESTART from the TTM code. by Thomas Hellstrom · 15 years ago
  66. 312ea8d drm/radeon/kms: Convert radeon to new TTM validation API (V2) by Jerome Glisse · 15 years ago
  67. 4c78867 drm/radeon/kms: Rework radeon object handling by Jerome Glisse · 15 years ago
  68. 23956df drm/radeon/kms: add HDP flushing for all GPUs. by Dave Airlie · 15 years ago
  69. 9d8401f drm/radeon: use list_for_each_entry instead of list_for_each by Dave Airlie · 15 years ago
  70. c88f9f0 drm/radeon/kms: Use surfaces for scanout / cursor byte swapping on big endian. by Michel Dänzer · 15 years ago
  71. a4d6827 drm/radeon/kms: move mtrr range add and memory information by Jerome Glisse · 15 years ago
  72. cefb87e drm/radeon/kms: implement bo busy check + current domain by Dave Airlie · 15 years ago
  73. 985fe84 drm/radeon/kms: Fix caching mode selection for GTT object by Jerome Glisse · 15 years ago
  74. 3b170c3 drm/radeon/kms: allow interruptible waits for objects. by Dave Airlie · 15 years ago
  75. 664f865 drm/radeon: Pay more attention to object placement requested by userspace. by Michel Dänzer · 15 years ago
  76. e46074e drm/radeon: Don't unreserve twice on failure to validate. by Michel Dänzer · 15 years ago
  77. e024e11 drm/radeon/kms: add initial colortiling support. by Dave Airlie · 15 years ago
  78. f92e93e drm/radeon: fix radeon kms framebuffer device by Jerome Glisse · 15 years ago
  79. 771fe6b drm/radeon: introduce kernel modesetting for radeon hardware by Jerome Glisse · 15 years ago