1. 65edccc drm/i915: Pass dev_priv to skl_init_scalers() by Ville Syrjälä · 8 years ago
  2. 580503c drm/i915: Pass dev_priv to plane constructors by Ville Syrjälä · 8 years ago
  3. 07c9a21 drm/i915: Export a function to flush the context upon pinning by Chris Wilson · 8 years ago
  4. 03af79e drm/i915/gen9+: Use the watermarks from crtc_state for everything, v2. by Maarten Lankhorst · 8 years ago
  5. 49845a7 drm/i915/skl+: Clean up minimum allocations, v2. by Maarten Lankhorst · 8 years ago
  6. fefdd81 drm/i915/skl+: Remove minimum block allocation from crtc state. by Maarten Lankhorst · 8 years ago
  7. 1e6ee54 drm/i915/skl+: Remove data_rate from watermark struct, v2. by Maarten Lankhorst · 8 years ago
  8. 7570498 drm/i915/gen9+: Use for_each_intel_plane_on_crtc in skl_print_wm_changes, v2. by Maarten Lankhorst · 8 years ago
  9. 220b096 drm/i915/gen9+: Use cstate plane mask instead of crtc->state. by Maarten Lankhorst · 8 years ago
  10. c8fe32c drm/i915/skl+: Prepare for removing data rate from skl watermark state, v2. by Maarten Lankhorst · 8 years ago
  11. 548625e drm/i915: Improve lockdep tracking for obj->mm.lock by Chris Wilson · 8 years ago
  12. db6c2b4 drm/i915: Store the vma in an rbtree under the object by Chris Wilson · 8 years ago
  13. bc0629a drm/i915: Track pages pinned due to swizzling quirk by Chris Wilson · 8 years ago
  14. cb399ea drm/i915: Avoid accessing request->timeline outside of its lifetime by Chris Wilson · 8 years ago
  15. 5359727 drm/i915: Move the recently scanned objects to the tail after shrinking by Chris Wilson · 8 years ago
  16. 4159816 drm/i915: Discard objects from mm global_list after being shrunk by Chris Wilson · 8 years ago
  17. 7d5d59e drm/i915: Use the full hammer when shutting down the rcu tasks by Chris Wilson · 8 years ago
  18. 1890ae6 drm/i915: Reorganize sprite init by Ville Syrjälä · 8 years ago
  19. b079bd17 drm/i915: Bail if plane/crtc init fails by Ville Syrjälä · 8 years ago
  20. a81d6fa drm/i915: Initialize planes in a reasonable order by Ville Syrjälä · 8 years ago
  21. 33edc24 drm/i915: Don't try to initialize sprite planes on pre-ilk by Ville Syrjälä · 8 years ago
  22. 7b7a119 drm/i915: Mark up obj->mm.lock for shrinker by Chris Wilson · 8 years ago
  23. 642525d MAINTAINERS: drop dri-devel list for i915 by Jani Nikula · 8 years ago
  24. b64b540 drm/i915/vlv: Prevent enabling hpd polling in late suspend by Lyude · 8 years ago
  25. 80b204b drm/i915: Enable multiple timelines by Chris Wilson · 8 years ago
  26. f2d1329 drm/i915: Defer setting of global seqno on request to submission by Chris Wilson · 8 years ago
  27. 28176ef drm/i915: Reserve space in the global seqno during request allocation by Chris Wilson · 8 years ago
  28. f6168e3 drm/i915: Convert breadcrumbs spinlock to be irqsafe by Chris Wilson · 8 years ago
  29. 562f5d4 drm/i915: Create a unique name for the context by Chris Wilson · 8 years ago
  30. 85e17f5 drm/i915: Move the global sync optimisation to the timeline by Chris Wilson · 8 years ago
  31. caddfe7 drm/i915: Defer breadcrumb emission by Chris Wilson · 8 years ago
  32. 98f29e8 drm/i915: Record space required for breadcrumb emission by Chris Wilson · 8 years ago
  33. 9b81d55 drm/i915: Rename ->emit_request to ->emit_breadcrumb by Chris Wilson · 8 years ago
  34. 65e4760 drm/i915: Introduce a global_seqno for each request by Chris Wilson · 8 years ago
  35. 4680816b drm/i915: Wait first for submission, before waiting for request completion by Chris Wilson · 8 years ago
  36. 3033aca drm/i915: Queue the idling context switch after all other timelines by Chris Wilson · 8 years ago
  37. 73cb970 drm/i915: Combine seqno + tracking into a global timeline struct by Chris Wilson · 8 years ago
  38. c004a90 drm/i915: Restore nonblocking awaits for modesetting by Chris Wilson · 8 years ago
  39. d07f0e5 drm/i915: Move GEM activity tracking into a common struct reservation_object by Chris Wilson · 8 years ago
  40. f0cd518 drm/i915: Use lockless object free by Chris Wilson · 8 years ago
  41. fbbd37b drm/i915: Move object release to a freelist + worker by Chris Wilson · 8 years ago
  42. 40e62d5 drm/i915: Acquire the backing storage outside of struct_mutex in set-domain by Chris Wilson · 8 years ago
  43. fe11562 drm/i915: Implement pwrite without struct-mutex by Chris Wilson · 8 years ago
  44. bb6dc8d drm/i915: Implement pread without struct-mutex by Chris Wilson · 8 years ago
  45. 7dd737f drm/i915/dmabuf: Acquire the backing storage outside of struct_mutex by Chris Wilson · 8 years ago
  46. 1233e2d drm/i915: Move object backing storage manipulation to its own locking by Chris Wilson · 8 years ago
  47. 03ac84f drm/i915: Pass around sg_table to get_pages/put_pages backend by Chris Wilson · 8 years ago
  48. a4f5ea6 drm/i915: Refactor object page API by Chris Wilson · 8 years ago
  49. d2a84a7 drm/i915: Use radixtree to jump start intel_partial_pages() by Chris Wilson · 8 years ago
  50. 96d7763 drm/i915: Use a radixtree for random access to the object's backing storage by Chris Wilson · 8 years ago
  51. 4c7d62c drm/i915: Markup GEM API with lockdep asserts by Chris Wilson · 8 years ago
  52. 4e50f08 drm/i915: Reuse the active golden render state batch by Chris Wilson · 8 years ago
  53. 920cf41 drm/i915: Introduce an internal allocator for disposable private objects by Chris Wilson · 8 years ago
  54. f8a7fde drm/i915: Defer active reference until required by Chris Wilson · 8 years ago
  55. 2e36991 drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked() by Chris Wilson · 8 years ago
  56. e95433c drm/i915: Rearrange i915_wait_request() accounting with callers by Chris Wilson · 8 years ago
  57. c92ac09 drm/i915: Remove superfluous wait_for_error() from throttle-ioctl by Chris Wilson · 8 years ago
  58. 7e94186 drm/i915: Allow i915_sw_fence_await_sw_fence() to allocate by Chris Wilson · 8 years ago
  59. b52992c drm/i915: Support asynchronous waits on struct fence from i915_gem_request by Chris Wilson · 8 years ago
  60. fc09909 drm/i915: Remove insert-page shortcut from execbuf relocate_iomap() by Chris Wilson · 8 years ago
  61. 2c4b49a drm/i915: Use macro in place of open-coded for_each_universal_plane loop by Matt Roper · 8 years ago
  62. 8b364b4 drm/i915: Rename for_each_plane -> for_each_universal_plane by Matt Roper · 8 years ago
  63. 40dba34 drm/i915: Change the placement of some static functions in intel_dp.c by Navare, Manasi D · 8 years ago
  64. ed37892 drm/i915: Address broxton phy registers based on phy and channel number by Ander Conselvan de Oliveira · 8 years ago
  65. e7583f7 drm/i915: Add location of the Rcomp resistor to bxt_ddi_phy_info by Ander Conselvan de Oliveira · 8 years ago
  66. 842d416 drm/i915: Create a struct to hold information about the broxton phys by Ander Conselvan de Oliveira · 8 years ago
  67. b6e0820 drm/i915: Move broxton vswing sequence to intel_dpio_phy.c by Ander Conselvan de Oliveira · 8 years ago
  68. f38861b drm/i915: Move DPIO phy documentation section to intel_dpio_phy.c by Ander Conselvan de Oliveira · 8 years ago
  69. 47a6bc6 drm/i915: Move broxton phy code to intel_dpio_phy.c by Ander Conselvan de Oliveira · 8 years ago
  70. b284eed drm/i915: Pass lane count to bxt_ddi_phy_calc_lane_optmin_mask() by Ander Conselvan de Oliveira · 8 years ago
  71. 362624c drm/i915: Explicitly map broxton DPIO power wells to phys by Ander Conselvan de Oliveira · 8 years ago
  72. 01c3faa drm/i915: Rename struct i915_power_well field data to id by Ander Conselvan de Oliveira · 8 years ago
  73. 96583dd Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  74. fb42295 Merge branch 'linux-4.9' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  75. 220196b Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  76. a1873c6 Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  77. 3495a10 drm/amdgpu: turn on/off uvd clock when dpm enable/disable on CI by Rex Zhu · 8 years ago
  78. 415282b drm/amdgpu: disable dpm before turn off clock when vce idle. by Rex Zhu · 8 years ago
  79. 4be5097 drm/amdgpu: enable uvd bypass mode for CI/VI. by Rex Zhu · 8 years ago
  80. 3f767e3 drm/amdgpu: just not load smc firmware if smu is already running by Rex Zhu · 8 years ago
  81. 86f8c59 drm/amdgpu: when suspend, set boot state instand of disable dpm. by Rex Zhu · 8 years ago
  82. 8ed8147 drm/amdgpu: use failed label to handle context init failure by Huang Rui · 8 years ago
  83. 1353ec3 drm/i915: Correct pipe fault reporting string by Tvrtko Ursulin · 8 years ago
  84. f6c499e Merge tag 'gvt-next-2016-10-27' of https://github.com/01org/gvt-linux into drm-intel-next-queued by Daniel Vetter · 8 years ago
  85. 56df51d drm/bridge: fix platform_no_drv_owner.cocci warnings by kbuild test robot · 8 years ago
  86. 3a81e96 drm/bridge: fix semicolon.cocci warnings by kbuild test robot · 8 years ago
  87. e45d7b7 drm/i915/gvt: fix nested sleeping issue by Du, Changbin · 8 years ago
  88. 6fb5082 drm/i915/gvt: throw error basing on execlist submit result by Bing Niu · 8 years ago
  89. 23736d1 drm/i915/gvt: add full vGPU reset support by Ping Gao · 8 years ago
  90. 1c00164 drm/i915/DMC/KBL: Load DMC on KBL using the no_stepping_info array by Anusha Srivatsa · 8 years ago
  91. 9ff7a1b drm: Print some debug/error info during DP dual mode detect by Imre Deak · 8 years ago
  92. 329f4c8 drm: mark drm_of_component_match_add dummy inline by Arnd Bergmann · 8 years ago
  93. da064b4 drm/i915: Fix SKL+ 90/270 degree rotated plane coordinate computation by Ville Syrjälä · 8 years ago
  94. aafee2e drm/i915: fix comment on I915_{READ, WRITE}_FW by Arkadiusz Hiler · 8 years ago
  95. 489375c drm/i915/lspcon: Add workaround for resuming in PCON mode by Imre Deak · 8 years ago
  96. a5d94b83 drm/i915/lspcon: Get DDC adapter via container_of() instead of cached ptr by Imre Deak · 8 years ago
  97. 12a47a4 drm/i915/dp: Read DP descriptor for eDP and LSPCON too by Imre Deak · 8 years ago
  98. 24e807e drm/i915/lspcon: Fail LSPCON probe if the start of DPCD can't be read by Imre Deak · 8 years ago
  99. 7b3fc17 drm/i915/dp: Print full branch/sink descriptor by Imre Deak · 8 years ago
  100. 5e89667 drm/i915/dp: Print only sink or branch specific OUI based on dev type by Imre Deak · 8 years ago