1. a0b4a6a drm/i915: Extract context unpinning to its own function by Tvrtko Ursulin · 9 years ago
  2. 321fe30 drm/i915: Make LRC pinning own a reference to the context by Tvrtko Ursulin · 9 years ago
  3. e5292823 drm/i915: Make LRC (un)pinning work on context and engine by Tvrtko Ursulin · 9 years ago
  4. d9da6aa drm/i915: Fix VCS ring selection after uapi decoupling by Tvrtko Ursulin · 9 years ago
  5. a4eba47 drm/i915: Move stolen memory initialization earlier during loading by Imre Deak · 9 years ago
  6. ad5c3d3 drm/i915: Move MCHBAR setup earlier during init by Imre Deak · 9 years ago
  7. 399bb5b drm/i915: Move allocation of various workqueues earlier during init by Imre Deak · 9 years ago
  8. d64aa09 drm/i915: Sanitize i915_gem_load() init and clean-up by Imre Deak · 9 years ago
  9. a8a4058 drm/i915: Sanitize GEM shrinker init and clean-up by Imre Deak · 9 years ago
  10. 02036ce drm/i915: Sanitize i915_get_bridge_dev() error path by Imre Deak · 9 years ago
  11. 89250fe drm/i915: Sanitize DMC/CSR ucode cleanup code by Imre Deak · 9 years ago
  12. 9a15a87 Revert "drm/i915: Fix context/engine cleanup order" by Daniel Vetter · 9 years ago
  13. 1803c03 drm/i915: Fix context/engine cleanup order by Nick Hoath · 9 years ago
  14. 768e159 drm/i915: Improve handling of overlapping objects by Chris Wilson · 9 years ago
  15. 6ecf56a drm/i915/gen9: Add WaOCLCoherentLineFlush by Arun Siluvery · 9 years ago
  16. a78536e drm/i915/skl: Enable Per context Preemption granularity control by Arun Siluvery · 9 years ago
  17. 6107497 drm/i915/skl: Add GEN8_L3SQCREG4 to HW whitelist by Arun Siluvery · 9 years ago
  18. a786d53 drm/i915/bxt: Add GEN8_L3SQCREG4 to HW whitelist by Arun Siluvery · 9 years ago
  19. 2c8580e drm/i915/bxt: Add GEN9_CS_DEBUG_MODE1 to HW whitelist by Arun Siluvery · 9 years ago
  20. 3669ab6 drm/i915/gen9: Add HDC_CHICKEN1 to HW whitelist by Arun Siluvery · 9 years ago
  21. e0f3fa0 drm/i915/gen9: Add GEN8_CS_CHICKEN1 to HW whitelist by Arun Siluvery · 9 years ago
  22. 33136b0 drm/i915/gen9: Add framework to whitelist specific GPU registers by Arun Siluvery · 9 years ago
  23. 21fabbe drm/i915: Remove select to deleted STOP_MACHINE from Kconfig by Andreas Ziegler · 9 years ago
  24. 397097b drm/i915/guc: Decouple GuC engine id from ring id by Alex Dai · 9 years ago
  25. 77b04a0 drm/i915: More use of the cached LRC state by Tvrtko Ursulin · 9 years ago
  26. 947eaeb drm/i915: Update DRIVER_DATE to 20160124 by Daniel Vetter · 9 years ago
  27. 426960b drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids by Chris Wilson · 9 years ago
  28. de1add3 drm/i915: Decouple execbuf uAPI from internal implementation by Tvrtko Ursulin · 9 years ago
  29. 7c17d37 drm/i915: Use ordered seqno write interrupt generation on gen8+ execlists by Chris Wilson · 9 years ago
  30. c81eeea drm/i915: Limit the auto arming of mmio debugs on vlv/chv by Mika Kuoppala · 9 years ago
  31. 6fa283b drm/i915: Tune down "GT register while GT waking disabled" message by Daniel Vetter · 9 years ago
  32. e28e404 drm/i915: tidy up a few leftovers by Dave Gordon · 9 years ago
  33. ed54c1a drm/i915: abolish separate per-ring default_context pointers by Dave Gordon · 9 years ago
  34. 2682708 drm/i915: simplify allocation of driver-internal requests by Dave Gordon · 9 years ago
  35. e794129 drm/i915: Fix NULL plane->fb oops on SKL by Ville Syrjälä · 9 years ago
  36. 3f36b93 drm/i915: Do not put big intel_crtc_state on the stack by Tvrtko Ursulin · 9 years ago
  37. bf22045 Revert "drm/i915: Add two-stage ILK-style watermark programming (v10)" by Matt Roper · 9 years ago
  38. 18afd44 drm/i915: add DOC: headline to RC6 kernel-doc by Jani Nikula · 9 years ago
  39. e282891 drm/i915: turn some bogus kernel-doc comments to normal comments by Jani Nikula · 9 years ago
  40. 38e5cce drm/i915/sdvo: revert bogus kernel-doc comments to normal comments by Jani Nikula · 9 years ago
  41. f3272e7 drm/i915/gen9: Correct max save/restore register count during gpu reset with GuC by Arun Siluvery · 9 years ago
  42. cbfc2d2 drm/i915: Demote user facing DMC firmware load failure message by Chris Wilson · 9 years ago
  43. aa45950 drm/i915: use hlist_for_each_entry by Geliang Tang · 9 years ago
  44. fa5a797 drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number by Ville Syrjälä · 9 years ago
  45. 693bdc2 drm/i915: Don't reject primary plane windowing with color keying enabled on SKL+ by Ville Syrjälä · 9 years ago
  46. a9d8ada drm/i915/guc: Fix a memory leak where guc->execbuf_client is not freed by Alex Dai · 9 years ago
  47. 82352e9 drm/i915: Cache LRC state page in the context by Tvrtko Ursulin · 9 years ago
  48. 0eb973d drm/i915: Cache ringbuffer GTT VMA by Tvrtko Ursulin · 9 years ago
  49. ca82580 drm/i915: Do not call API requiring struct_mutex where it is not available by Tvrtko Ursulin · 9 years ago
  50. e0313db drm/i915: Only grab timestamps when needed by Tvrtko Ursulin · 9 years ago
  51. 2da80b5 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  52. 1df59b8 Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  53. 28f0360 Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  54. 2d7f3bd drm/i915: Pass the dma_addr_t array as const to rotate_pages() by Ville Syrjälä · 9 years ago
  55. b5e1698 drm/i915: Set i915_ggtt_view_normal type explicitly by Ville Syrjälä · 9 years ago
  56. 0b05e1e drm/i915: Don't leak framebuffer_references if drm_framebuffer_init() fails by Ville Syrjälä · 9 years ago
  57. 4314e19 drm/fb_cma_helper: Remove implicit call to disable_unused_functions by Maxime Ripard · 9 years ago
  58. 013dd9e drm/i915/dp: fall back to 18 bpp when sink capability is unknown by Jani Nikula · 9 years ago
  59. 6765bd6 drm/i915/bios: Fix the sequence size calculations for MIPI seq v3 by Jani Nikula · 9 years ago
  60. 965fd60 drm/i915: Make sure DC writes are coherent on flush. by Francisco Jerez · 9 years ago
  61. d890565 drm/i915: Use the active wm config for merging on ILK-BDW by Ville Syrjälä · 9 years ago
  62. f1ecaf8 drm/i915: Start WM computation from scratch on ILK-BDW by Ville Syrjälä · 9 years ago
  63. 87ad321 drm/i915: add onoff utility function by Jani Nikula · 9 years ago
  64. e9c5e74 drm/amdgpu: add missing irq.h include by Dave Airlie · 9 years ago
  65. d6f7a18 Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 9 years ago
  66. 06249e6 Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/git/lst/linux into drm-next by Dave Airlie · 9 years ago
  67. c7753e9 Merge branch 'drm-rockchip-next-2016-01-06' of https://github.com/markyzq/kernel-drm-rockchip into drm-next by Dave Airlie · 9 years ago
  68. a50e2bf drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates by Thomas Hellstrom · 9 years ago
  69. fb89ac5 drm/vmwgfx: Fix an incorrect lock check by Thomas Hellstrom · 9 years ago
  70. 38b1751 drm: nouveau: fix nouveau_debugfs_init prototype by Arnd Bergmann · 9 years ago
  71. 25c8050 drm/nouveau/pci: fix check in nvkm_pcie_set_link by Karol Herbst · 9 years ago
  72. 6cfd777 Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 9 years ago
  73. d8e0cae drm/amdgpu: validate duplicates first by Christian König · 9 years ago
  74. eceb8a1 drm/amdgpu: move VM page tables to the LRU end on CS v2 by Christian König · 9 years ago
  75. ab74961 drm/ttm: add ttm_bo_move_to_lru_tail function v2 by Christian König · 9 years ago
  76. ed704a4 drm/ttm: fix adding foreign BOs to the swap LRU by Christian König · 9 years ago
  77. 33d48cf drm/ttm: fix adding foreign BOs to the LRU during init v2 by Christian König · 9 years ago
  78. e3837b0 drm/radeon: use kobj_to_dev() by Geliang Tang · 9 years ago
  79. cc29ec8 drm/amdgpu: use kobj_to_dev() by Geliang Tang · 9 years ago
  80. 403664b drm/amdgpu/cz: force vce clocks when sclks are forced by Alex Deucher · 9 years ago
  81. 5f57642 drm/amdgpu/cz: force uvd clocks when sclks are forced by Alex Deucher · 9 years ago
  82. 044c062 drm/amdgpu/cz: add code to enable forcing VCE clocks by Alex Deucher · 9 years ago
  83. d83b1e81 drm/amdgpu/cz: add code to enable forcing UVD clocks by Alex Deucher · 9 years ago
  84. 603525d drm/i915: Refactor intel_surf_alignment() by Ville Syrjälä · 9 years ago
  85. ce1e5c1 drm/i915: s/intel_gen4_compute_page_offset/intel_compute_tile_offset/ by Ville Syrjälä · 9 years ago
  86. d843310 drm/i915: Use intel_tile_{size,width,height}() in intel_gen4_compute_page_offset() by Ville Syrjälä · 9 years ago
  87. d9b3288 drm/i915: change intel_fill_fb_ggtt_view() to use the real tile size by Ville Syrjälä · 9 years ago
  88. 832be82 drm/i915: Redo intel_tile_height() as intel_tile_size() / intel_tile_width() by Ville Syrjälä · 9 years ago
  89. 7b49f94 drm/i915: Factor out intel_tile_width() by Ville Syrjälä · 9 years ago
  90. b5c6533 drm/i915: Pass modifier instead of tiling_mode to gen4_compute_page_offset() by Ville Syrjälä · 9 years ago
  91. 888c9e3 drm/amdgpu: fix lost sync_to if scheduler is enabled. by Chunming Zhou · 9 years ago
  92. f3b5cb3 drm/amd/powerplay: fix static checker warning for return meaningless value. by Rex Zhu · 9 years ago
  93. d122cbf drm/sysfs: use kobj_to_dev() by Geliang Tang · 9 years ago
  94. 657fb5f drm/i915: use kobj_to_dev() by Geliang Tang · 9 years ago
  95. f594914 drm/i915: Init power domains early in driver load by Daniel Vetter · 9 years ago
  96. eb47fe8 drm: Do not set connector->encoder in drivers by Thierry Reding · 9 years ago
  97. ec8a977 drm/i915: Fix bsd2 ring name by Tvrtko Ursulin · 9 years ago
  98. d9f3af9 drm/i915: Compact logical ring interrupt initialization by Tvrtko Ursulin · 9 years ago
  99. c9cacf9 drm/i915: Extract vfunc setup from logical ring initializers by Tvrtko Ursulin · 9 years ago
  100. f11a0f4 drm/i915/gen8: Factor out display interrupt handling by Tvrtko Ursulin · 9 years ago