1. 77c122b drm/i915: Rename hsw_data_buf_partitioning to intel_ddb_partitioning by Ville Syrjälä · 11 years ago
  2. f6cd1f1 drm/i915: Use new bind/unbind in eviction code by Ben Widawsky · 11 years ago
  3. 07fe0b1 drm/i915: plumb VM into bind/unbind code by Ben Widawsky · 11 years ago
  4. 0b02e79 drm/i915: Improve VMA comments by Ben Widawsky · 11 years ago
  5. 350ec88 drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for Ivybridge by Chris Wilson · 11 years ago
  6. 53615a5 drm/i915: Store the watermark latency values in dev_priv by Ville Syrjälä · 11 years ago
  7. c37e220 drm/i915: Add VM to pin by Ben Widawsky · 11 years ago
  8. a70a314 drm/i915: Make proper functions for VMs by Ben Widawsky · 11 years ago
  9. bdd57d0 drm/i915: Add scaled paramater to update_sprite_watermarks() by Ville Syrjälä · 12 years ago
  10. 2c1792a drm/i915: Tidy the macro casting by using an inline function by Chris Wilson · 11 years ago
  11. 29ebf90 drm/i915: Squelch repeated reasoning for why FBC cannot be activated by Chris Wilson · 11 years ago
  12. c20e835 drm/i915: fix the racy object accounting by Daniel Vetter · 11 years ago
  13. dba8e41 drm/i915: Use the common register access functions for NOTRACE variants by Chris Wilson · 11 years ago
  14. 6af5d92 drm/i915: Use a private interface for register access within GT by Chris Wilson · 11 years ago
  15. 907b28c drm/i915: Colocate all GT access routines in the same file by Chris Wilson · 11 years ago
  16. cb54b53 Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux' by Daniel Vetter · 11 years ago
  17. 181d1b9 drm/i915: fix up gt init sequence fallout by Daniel Vetter · 11 years ago
  18. e85843b drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlight by Kamal Mostafa · 11 years ago
  19. 0b74b50 drm/i915: add prefault_disable module option by Xiong Zhang · 11 years ago
  20. 8157ee2 Merge tag 'v3.10' into drm-intel-fixes by Daniel Vetter · 11 years ago
  21. 105b7c1 drm/intel: add enable_psr module option and disable psr by default by Rodrigo Vivi · 12 years ago
  22. 3f51e47 drm/i915: Match all PSR mode entry conditions before enabling it. by Rodrigo Vivi · 12 years ago
  23. 2f63315 drm/i915: Create VMAs by Ben Widawsky · 11 years ago
  24. 5cef07e drm/i915: Move active/inactive lists to new mm by Ben Widawsky · 12 years ago
  25. a7bbbd6 drm/i915: Create a global list of vms by Ben Widawsky · 12 years ago
  26. 93bd864 drm/i915: Put the mm in the parent address space by Ben Widawsky · 12 years ago
  27. 853ba5d drm/i915: Move gtt and ppgtt under address space umbrella by Ben Widawsky · 12 years ago
  28. 10cd45b drm/i915: introduce i915_queue_hangcheck by Mika Kuoppala · 12 years ago
  29. 11fa338 drm/i915: Fix retrieval of hangcheck stats by Chris Wilson · 12 years ago
  30. 5912450 drm/i915: store eLLC size by Ben Widawsky · 12 years ago
  31. 84734a0 drm/i915: move error state to own compilation unit by Mika Kuoppala · 12 years ago
  32. 59cdb63 drm/i915: kill dev_priv->rps.lock by Daniel Vetter · 12 years ago
  33. 12f56f5 drm/i915: remove unused members from drm_i915_private by Maarten Lankhorst · 12 years ago
  34. db1b76c drm/i915: don't frob mm.suspended when not using ums by Daniel Vetter · 12 years ago
  35. c6cfb32 drm/i915: Embed drm_mm_node in i915 gem obj by Ben Widawsky · 12 years ago
  36. edd41a8 drm/i915: Kill obj->gtt_offset by Ben Widawsky · 12 years ago
  37. f343c5f drm/i915: Getter/setter for object attributes by Ben Widawsky · 12 years ago
  38. 190d6cd drm/i915: less magic for stolen preallocated objects w/o gtt offset by Daniel Vetter · 12 years ago
  39. 4dc955f drm/i915: introduce i915_error_state_buf_init by Mika Kuoppala · 12 years ago
  40. 95d5bfb drm/i915: export error state ref handling by Mika Kuoppala · 12 years ago
  41. fc16b48 drm/i915: export error state to string conversion by Mika Kuoppala · 12 years ago
  42. f1f644d drm/i915: get mode clock when reading the pipe config v9 by Jesse Barnes · 12 years ago
  43. 2385bdf drm/i915: add fastboot param for fast & loose mode setting by Jesse Barnes · 12 years ago
  44. 911bdf0 drm/i915: Move gtt_mtrr to i915_gtt by Ben Widawsky · 12 years ago
  45. 5c3fe8b drm/i915: Move fbc members out of line by Ben Widawsky · 12 years ago
  46. 80a74f7 drm/i915: Drop dev from pte_encode by Ben Widawsky · 12 years ago
  47. 6716724 drm/i915: Combine scratch members into a struct by Ben Widawsky · 12 years ago
  48. 84f1356 drm/i915: Really share scratch page by Ben Widawsky · 12 years ago
  49. 6670a5a drm/i915: make PDE|PTE platform specific by Ben Widawsky · 12 years ago
  50. 8bcc279 drm/i915: hw state readout for i9xx dplls by Daniel Vetter · 12 years ago
  51. 15bdd4c drm/i915: consolidate pch pll enable sequence by Daniel Vetter · 12 years ago
  52. 8a5729a drm/i915: Fix reason for per-chip disabling of FBC by Damien Lespiau · 12 years ago
  53. f5adf94 drm/i915: Introduce an HAS_IPS() macro by Damien Lespiau · 12 years ago
  54. 2841926 Merge tag 'drm-intel-next-2013-06-18' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  55. 854c94a drm/i915: remove a superflous semi-colon by Dan Carpenter · 12 years ago
  56. 19b2dbd drm/i915: Restore fences after resume and GPU resets by Chris Wilson · 12 years ago
  57. 7d736f4 drm/i915: add batch bo to i915_add_request() by Mika Kuoppala · 12 years ago
  58. 0025c07 drm/i915: change i915_add_request to macro by Mika Kuoppala · 12 years ago
  59. c0bb617 drm/i915: add i915_gem_context_get_hang_stats() by Mika Kuoppala · 12 years ago
  60. e59ec13 drm/i915: add struct i915_ctx_hang_stats by Mika Kuoppala · 12 years ago
  61. 66e985c drm/i915: hw state readout and cross-checking for shared dplls by Daniel Vetter · 12 years ago
  62. 5358901 drm/i915: display pll hw state readout and checking by Daniel Vetter · 12 years ago
  63. b8c3af7 drm/i915: WARN if the fence pin_count is invalid by Chris Wilson · 12 years ago
  64. e6dfcc5 Merge tag 'drm-intel-next-2013-06-01' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  65. e7b903d drm/i915: enable/disable hooks for shared dplls by Daniel Vetter · 12 years ago
  66. e9a632a drm/i915: scrap register address storage by Daniel Vetter · 12 years ago
  67. 46edb02 drm/i915: metadata for shared dplls by Daniel Vetter · 12 years ago
  68. e2b7826 drm/i915: switch crtc->shared_dpll from a pointer to an enum by Daniel Vetter · 12 years ago
  69. e72f9fb drm/i915: s/pch_pll/shared_dpll/ by Daniel Vetter · 12 years ago
  70. a38911a i915/drm: Add private api for power well usage by Wang Xingchao · 12 years ago
  71. ee9300b drm/i915: move find_pll callback to dev_priv->display by Daniel Vetter · 12 years ago
  72. 96a764d drm/i915: remove i915_hangcheck_hung by Mika Kuoppala · 12 years ago
  73. 35c20a6 drm/i915: Rename the gtt_list to global_list by Ben Widawsky · 12 years ago
  74. 3c4ca58 drm/i915: add enable_ips module option by Paulo Zanoni · 12 years ago
  75. f72a118 drm/i915: add HAS_VEBOX by Xiang, Haihao · 12 years ago
  76. 92cab73 drm/i915: track ring progression using seqnos by Mika Kuoppala · 12 years ago
  77. 4c4ff43 drm/i915: add "enable" argument to intel_update_sprite_watermarks by Paulo Zanoni · 12 years ago
  78. e81f3d8 Merge tag 'drm-intel-next-2013-05-20-merged' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  79. 6493625 drm/i915: change VLV IOSF sideband accessors to not return error code by Jani Nikula · 12 years ago
  80. ae99258 drm/i915: rename VLV IOSF sideband functions logically by Jani Nikula · 12 years ago
  81. 59de081 drm/i915: group sideband register accessors to a new file by Jani Nikula · 12 years ago
  82. edc3d88 drm/i915: avoid big kmallocs on reading error state by Mika Kuoppala · 12 years ago
  83. df97729 drm/i915: add msecs_to_jiffies_timeout to guarantee minimum duration by Imre Deak · 12 years ago
  84. 1011d8c drm/i915: remove intel_update_linetime_watermarks by Paulo Zanoni · 12 years ago
  85. 41aa344 drm/i915: Organize VBT stuff inside drm_i915_private by Rodrigo Vivi · 12 years ago
  86. c9cddff drm/i915: BIOS and power context stolen mem handling for VLV v7 by Jesse Barnes · 12 years ago
  87. 7d708ee drm/i915: HSW: allow PCH clock gating for suspend by Imre Deak · 12 years ago
  88. b97186f drm/i915: add intel_display_power_enabled by Paulo Zanoni · 12 years ago
  89. 8f375e1 drm/i915: Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} by Jan-Simon Möller · 12 years ago
  90. 0e50e96 drm/i915: add context into request struct by Mika Kuoppala · 12 years ago
  91. dce3271 drm/i915: reference count for i915_hw_contexts by Mika Kuoppala · 12 years ago
  92. 68fc874 drm/i915: move lvds_border_bits to pipe_config by Daniel Vetter · 12 years ago
  93. f49e38d drm/i915: cleanup opregion asle pipestat enable by Jani Nikula · 12 years ago
  94. b074cec drm/i915: move PCH pfit controls into pipe_config by Jesse Barnes · 12 years ago
  95. 81a0780 drm/i915: drop code duplication in favor of asle interrupt handler by Jani Nikula · 12 years ago
  96. 8ba2d18 drm/i915: protect backlight registers and data with a spinlock by Jani Nikula · 12 years ago
  97. 52ceb90 drm/i915: make sure GPU freq drops to minimum after entering RC6 v4 by Jesse Barnes · 12 years ago
  98. 30568c4 drm/i915: Turn HAS_FPGA_DBG_UNCLAIMED into a device_info flag by Damien Lespiau · 12 years ago
  99. e76ebff drm/i915: Introduce HAS_FPGA_DBG_UNCLAIMED() by Damien Lespiau · 12 years ago
  100. dd93be5 drm/i915: Turn HAS_DDI() into a device_info flag by Damien Lespiau · 12 years ago