1. 0b3b4fe drm/radeon/kms: remove useless clock code by Alex Deucher · 14 years ago
  2. 87cbf8f drm/radeon/kms: fix a regression on r7xx AGP due to the HDP flush fix by Alex Deucher · 14 years ago
  3. 812d046 drm/radeon/kms/r7xx: add workaround for hw issue with HDP flush by Alex Deucher · 14 years ago
  4. e7aeeba drm/radeon/kms/r6xx+: add query for tile config (v2) by Alex Deucher · 14 years ago
  5. 21a8122 drm/radeon/kms: add support for internal thermal sensors (v3) by Alex Deucher · 14 years ago
  6. db8cc27 Merge branch 'drm-platform' into drm-testing by Dave Airlie · 14 years ago
  7. 46fcd2b drm/radeon/kms: Force HDP_NONSURF to maximum size by Jerome Glisse · 14 years ago
  8. 0fcbe94 drm/radeon/kms: add trivial debugging for voltage by Rafał Miłecki · 14 years ago
  9. a081a9d drm/radeon/kms/r600+: use voltage from requested clock mode (v3) by Rafał Miłecki · 14 years ago
  10. 4d60173 drm/radeon/kms/pm: track current voltage (v2) by Alex Deucher · 14 years ago
  11. 9349d5c drm/radeon/kms/pm: enable SetVoltage on r7xx/evergreen by Alex Deucher · 14 years ago
  12. 01d73a6 drm: Remove drm_resource wrappers by Jordan Crouse · 14 years ago
  13. ce8f537 drm/radeon/kms/pm: rework power management by Alex Deucher · 14 years ago
  14. 49e02b7 drm/radeon/kms/pm: add additional asic callbacks by Alex Deucher · 14 years ago
  15. 7547a91 Merge branch 'drm-ttm-unmappable' into drm-core-next by Dave Airlie · 14 years ago
  16. 6b8b178 drm/radeon/kms: enable use of unmappable VRAM V2 by Jerome Glisse · 14 years ago
  17. 153549b Merge branch 'drm-radeon-evergreen-accel' into drm-core-next by Dave Airlie · 14 years ago
  18. 0bcb1d8 Merge branch 'drm-radeon-lockup' into drm-core-next by Dave Airlie · 14 years ago
  19. fe251e2 drm/radeon/kms/evergreen: setup and enable the CP by Alex Deucher · 14 years ago
  20. 225758d drm/radeon/kms: fence cleanup + more reliable GPU lockup detection V4 by Jerome Glisse · 15 years ago
  21. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  22. f927456 drm/radeon/kms: avoid possible oops (call gart_fini before gart_disable) by Jerome Glisse · 15 years ago
  23. f47299c drm/radeon/kms: display watermark fixes by Alex Deucher · 15 years ago
  24. f867c60d drm/radeon/kms: gfx init fixes for r6xx/r7xx by Alex Deucher · 15 years ago
  25. 29fb52c drm/radeon/kms: expose thermal/fan i2c buses by Alex Deucher · 15 years ago
  26. 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
  27. e699037 drm/radeon: include radeon_asic.h in the asic specific files by Daniel Vetter · 15 years ago
  28. 8a8c6e7 drm/radeon/kms: enable audio engine on DCE32 by Rafał Miłecki · 15 years ago
  29. 51e5fcd drm/radeon/kms: force pinning buffer into visible VRAM by Jerome Glisse · 15 years ago
  30. d03f5d5 drm/radeon: fixes for r6xx/r7xx gfx init by Alex Deucher · 15 years ago
  31. 6271901 drm/radeon/rv740: fix backend setup by Alex Deucher · 15 years ago
  32. d594e46 drm/radeon/kms: simplify memory controller setup V2 by Jerome Glisse · 15 years ago
  33. 8256856 drm/radeon/kms: set gart pages to invalid on unbind and point to dummy page by Dave Airlie · 15 years ago
  34. 961fb59 drm/radeon/kms: r600/r700 command stream checker by Jerome Glisse · 15 years ago
  35. 655efd3 drm/radeon/kms: don't call suspend path before cleaning up GPU by Jerome Glisse · 15 years ago
  36. c38c7b6 drm/radeon/kms: move blit initialization after we disabled VGA by Jerome Glisse · 15 years ago
  37. ff82f05 drm/radeon/kms: Bailout of blit if error happen & protect with mutex V3 by Jerome Glisse · 15 years ago
  38. db96380 drm/radeon/kms: r600/r700 don't test ib if ib initialization fails by Jerome Glisse · 15 years ago
  39. 0c45249 drm/radeon/kms: r600/r700 disable irq at suspend by Jerome Glisse · 15 years ago
  40. 700a0cc drm/radeon/kms: Use radeon_agp_disable when disabling AGP by Jerome Glisse · 15 years ago
  41. 30d2d9a drm/radeon/kms: Fix r600 blit cleanup path by Jerome Glisse · 15 years ago
  42. d0269ed drm/radeon/kms: Make sure we release AGP device if we acquired it by Jerome Glisse · 15 years ago
  43. 7923c61 drm/radeon/kms: make sure mc is initialized before mapping blit bo by Alex Deucher · 15 years ago
  44. 779720a drm/radeon/kms/r600/r700: fallback gracefully on ucode failure by Alex Deucher · 15 years ago
  45. 4c78867 drm/radeon/kms: Rework radeon object handling by Jerome Glisse · 15 years ago
  46. 1614f8b drm/radeon/kms: add irq mitigation code for sw interrupt. by Dave Airlie · 15 years ago
  47. d8f60cf drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips (v3) by Alex Deucher · 15 years ago
  48. 72542d7 drm/radeon/kms: ignore unposted GPUs with no BIOS. by Dave Airlie · 15 years ago
  49. 7433874 drm/radeon/kms: add debugfs for power management for AtomBIOS devices by Rafał Miłecki · 15 years ago
  50. e29649d drm/radeon/kms/r700: fix some typos in chip init by Alex Deucher · 15 years ago
  51. 5885b7a drm/radeon/kms: fix vram_width calculation on r6xx/r7xx by Alex Deucher · 15 years ago
  52. 1a029b7 drm/radeon/kms: Fix AGP support for R600/RV770 family (v2) by Jerome Glisse · 15 years ago
  53. b574f25 drm/radeon/kms: Fallback to non AGP when acceleration fails to initialize (v2) by Jerome Glisse · 15 years ago
  54. e7d40b9 drm/radeon/kms: R600/RV770 remove dead code and print message for wrong BIOS by Jerome Glisse · 15 years ago
  55. 75c8129 drm/radeon/kms: Fix R600/RV770 disable acceleration path by Jerome Glisse · 15 years ago
  56. a3c1945 drm/radeon/kms: Fix R600/RV770 startup path & reset by Jerome Glisse · 15 years ago
  57. 81cc35b drm/radeon/kms: Fix R600 write back buffer by Jerome Glisse · 15 years ago
  58. 62a8ea3 drm/radeon/kms: Remove old init path as no hw use it anymore by Jerome Glisse · 15 years ago
  59. d39c3b8 drm/radeon/kms: Convert RV515 to new init path and associated cleanup by Jerome Glisse · 15 years ago
  60. 974b16e drm/radeon/kms/r600: clamp vram to aperture size by Alex Deucher · 15 years ago
  61. fe62e1a drm/radeon/kms: more fixes to rv770 suspend/resume path. by Dave Airlie · 15 years ago
  62. 4153e58 drm/radeon/kms: more alignment for rv770.c with r600.c by Dave Airlie · 15 years ago
  63. 9052aa2 drm/radeon/kms: rv770 blit init called too late. by Dave Airlie · 15 years ago
  64. fc30b8e drm/radeon/kms: move around new init path code to avoid posting at init by Dave Airlie · 15 years ago
  65. 698443d drm/radeon/kms: disable VGA rendering engine before taking over VRAM by Dave Airlie · 15 years ago
  66. 5e6dde7 drm/radeon/kms: Move radeon_get_clock_info() call out of radeon_clocks_init(). by Michel Dänzer · 15 years ago
  67. 733289c drm/radeon/kms: don't fail if we fail to init GPU acceleration by Jerome Glisse · 15 years ago
  68. 4aac047 drm/radeon/kms: clear confusion in GART init/deinit path by Jerome Glisse · 15 years ago
  69. 21f9a43 drm/radeon/kms: cleanup - remove radeon_share.h by Jerome Glisse · 15 years ago
  70. 3ce0a23 drm/radeon/kms: add r600 KMS support by Jerome Glisse · 15 years ago
  71. 7a50f01 drm/radeon/kms: vram sizing on certain r100 chips needs workaround. by Dave Airlie · 15 years ago
  72. 771fe6b drm/radeon: introduce kernel modesetting for radeon hardware by Jerome Glisse · 15 years ago