1. 1f727d9 drm/i915: Only skip updating execobject.offset after error by Chris Wilson · 8 years ago
  2. 1da7b54 drm/i915: Only mark the execobject as pinned on success by Chris Wilson · 8 years ago
  3. 67fddd9 drm/i915: Remove assertion from raw __i915_vma_unpin() by Chris Wilson · 8 years ago
  4. a8e45a1 drm/i915/cnl: Fix loadgen select programming on ddi vswing sequence by Navare, Manasi D · 8 years ago
  5. 525a4f9 drm/i915/fbc: add comments to the FBC auxiliary structs by Paulo Zanoni · 8 years ago
  6. 746a517 drm/i915: cleanup the CHICKEN_MISC_2 (re)definitions by Paulo Zanoni · 8 years ago
  7. cb7ffba drm/i915/selftests: Fix kbuild error by Chris Wilson · 8 years ago
  8. 535275d drm/i915: Squelch reset messages during selftests by Chris Wilson · 8 years ago
  9. 3744d49 drm/i915/selftest: Refactor reset locking by Chris Wilson · 8 years ago
  10. d1d1ebf4 drm/i915: Don't touch fence->error when resetting an innocent request by Chris Wilson · 8 years ago
  11. 6492ca7 drm/i915: Enforce that CS packets are qword aligned by Chris Wilson · 8 years ago
  12. eadc2e5 drm/i915/glk: set HDMI 2.0 identifier by Shashank Sharma · 8 years ago
  13. 2d8bd2b drm/i915: set colorspace for YCBCR420 outputs by Shashank Sharma · 8 years ago
  14. 25edf91 drm/i915: prepare csc unit for YCBCR420 output by Shashank Sharma · 8 years ago
  15. b22ca99 drm/i915: prepare pipe for YCBCR420 output by Shashank Sharma · 8 years ago
  16. e5c0593 drm/i915: prepare scaler for YCBCR420 modeset by Shashank Sharma · 8 years ago
  17. 60436fd drm/i915: add config function for YCBCR420 outputs by Shashank Sharma · 8 years ago
  18. 965a79a drm/i915: Gather all the power well->domain mappings to one place by Imre Deak · 8 years ago
  19. d42539b drm/i915: Move hsw_power_well_enable() next to the rest of HSW helpers by Imre Deak · 8 years ago
  20. 4196b91 drm/i915/gen9+: Unify the HSW/BDW and GEN9+ power well helpers by Imre Deak · 8 years ago
  21. b2891eb drm/i915/hsw+: Add has_fuses power well attribute by Imre Deak · 8 years ago
  22. 76347c0 drm/i915/hsw, bdw: Wait for the power well disabled state by Imre Deak · 8 years ago
  23. 001bd2c drm/i915/hsw, bdw: Add irq_pipe_mask, has_vga power well attributes by Imre Deak · 8 years ago
  24. 1af474f drm/i915/hsw+: Unify the hsw/bdw and gen9+ power well req/state macros by Imre Deak · 8 years ago
  25. ec46d48 drm/i915/hsw, bdw: Split power well set to enable/disable helpers by Imre Deak · 8 years ago
  26. 00742ca drm/i915/hsw, bdw: Remove redundant state check during power well toggling by Imre Deak · 8 years ago
  27. 9137726 drm/i915/gen9+: Remove redundant state check during power well toggling by Imre Deak · 8 years ago
  28. 2efbda7 drm/i915/gen9+: Remove redundant power well state assert during enabling by Imre Deak · 8 years ago
  29. b5565a2 drm/i915/bxt, glk: Give a proper name to the power well struct phy field by Imre Deak · 8 years ago
  30. 21792c6 drm/i915: Check for duplicated power well IDs by Imre Deak · 8 years ago
  31. fb9248e drm/i915/hsw, bdw: Add an ID for the global display power well by Imre Deak · 8 years ago
  32. 120b56a drm/i915/gen2: Add an ID for the display pipes power well by Imre Deak · 8 years ago
  33. 029d80d drm/i915: Assign everywhere the always-on power well ID by Imre Deak · 8 years ago
  34. 438b8dc drm/i915: Unify power well ID enums by Imre Deak · 8 years ago
  35. f49193c drm/i915/chv: Add unique power well ID for the pipe A power well by Imre Deak · 8 years ago
  36. e79dfb5 drm/i915: Simplify scaler init during CRTC HW readout by Imre Deak · 8 years ago
  37. 5fb9dad drm/i915: Fix scaler init during CRTC HW state readout by Imre Deak · 8 years ago
  38. 79f0f47 drm/i915/selftests: Exercise independence of per-engine resets by Chris Wilson · 8 years ago
  39. 2b49e72 drm/i915: Disable per-engine reset for Broxton by Chris Wilson · 8 years ago
  40. 7367612 drm/i915: Emit a user level message when resetting the GPU (or engine) by Chris Wilson · 8 years ago
  41. 77b25a9 drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updates by Chris Wilson · 8 years ago
  42. ed454f2 drm/i915: Clear engine irq posted following a reset by Chris Wilson · 8 years ago
  43. bf2eac3 drm/i915: Assert that machine is wedged for nop_submit_request by Chris Wilson · 8 years ago
  44. 3d7adbb drm/i915: Wake up waiters after setting the WEDGED bit by Chris Wilson · 8 years ago
  45. 4d53568 drm/i915: Move idle checks before intel_engine_init_global_seqno() by Chris Wilson · 8 years ago
  46. 5e32d74 drm/i915: Clear execlist port[] before updating seqno on wedging by Chris Wilson · 8 years ago
  47. d6edb6e drm/i915: Check the execlist queue for pending requests before declaring idle by Chris Wilson · 8 years ago
  48. 5cce5e3 drm/i915: Check execlist/ring status during hangcheck by Chris Wilson · 8 years ago
  49. cdb6ded drm/i915: Flush the execlist ports if idle by Chris Wilson · 8 years ago
  50. 0364cd1 drm/i915: Serialize per-engine resets against new requests by Chris Wilson · 8 years ago
  51. b4f3e16 drm/i915: Reset context image on engines after triggering the reset by Chris Wilson · 8 years ago
  52. 4d73da9 drm/i915: Report execlists irq bit in debugfs by Chris Wilson · 8 years ago
  53. 64282ea Merge airlied/drm-next into drm-intel-next-queued by Daniel Vetter · 8 years ago
  54. af05559 Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 8 years ago
  55. 0806f4e drm/i915: Handle drm_atomic_helper_swap_state failure by Maarten Lankhorst · 8 years ago
  56. e1923ab drm/<drivers>: Drop fbdev info flags by Daniel Vetter · 8 years ago
  57. d293942 Revert "drm/i915: Add heuristic to determine better way to adjust brightness" by Jani Nikula · 8 years ago
  58. 7d9a1e4 Revert "drm/i915: Add option to support dynamic backlight via DPCD" by Jani Nikula · 8 years ago
  59. 3118cb06 drm/i915: Drop unpin stall in atomic_prepare_commit by Daniel Vetter · 8 years ago
  60. 8b5d27b drm/i915: Remove intel_flip_work infrastructure by Daniel Vetter · 8 years ago
  61. fa05887 drm/i915: adjust has_pending_fb_unpin to atomic by Daniel Vetter · 8 years ago
  62. fd3a402 drm/i915: Rip out legacy page_flip completion/irq handling by Daniel Vetter · 8 years ago
  63. a5ec7fe drm/i915/selftests: Fix an error handling path in 'mock_gem_device()' by Christophe JAILLET · 8 years ago
  64. bca2bf2 drm/i915: s/INTEL_INFO(dev_priv)->gen/INTEL_GEN(dev_priv) in i915_irq by Pandiyan, Dhinakaran · 8 years ago
  65. ce87ea1 drm/i915: Unbreak gpu reset vs. modeset locking by Daniel Vetter · 8 years ago
  66. afa8ce5 drm/i915: Nuke legacy flip queueing code by Daniel Vetter · 8 years ago
  67. 2901215 drm/i915: Pass enum pipe to intel_set_pch_fifo_underrun_reporting() by Matthias Kaehlcke · 8 years ago
  68. 2d62c79 Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  69. 56d2766 drm/i915/selftests: Mark contexts as lost during freeing of mock device by Chris Wilson · 8 years ago
  70. 99c539b drm/i915: unregister interfaces first in unload by Daniel Vetter · 8 years ago
  71. 4f256d8 drm/i915: Fix fbdev unload sequence by Daniel Vetter · 8 years ago
  72. 1a0c192 drm/i915/selftests: Attach a stub pm_domain by Chris Wilson · 8 years ago
  73. 3b19f16 drm/i915: Drain the device workqueue on unload by Chris Wilson · 8 years ago
  74. 023f807 drm/i915: More stolen quirking by Daniel Vetter · 8 years ago
  75. 54d20ed drm/i915: Fix bad comparison in skl_compute_plane_wm, v2. by Maarten Lankhorst · 8 years ago
  76. 99a5951 drm/i915: Explicit the connector name for DP link training result by Paul Kocialkowski · 8 years ago
  77. 8753d2b drm/i915: Fix cursor updates on some platforms by Ville Syrjälä · 8 years ago
  78. a219603 drm/i915: Consistently use enum pipe for PCH transcoders by Matthias Kaehlcke · 8 years ago
  79. edd9003 drm/i915: Fix user ptr check size in eb_relocate_vma() by Imre Deak · 8 years ago
  80. 635f56c drm/i915: Fix error checking/locking in perf/lookup_context() by Imre Deak · 8 years ago
  81. 58947144 drm/i915: Update DRIVER_DATE to 20170717 by Daniel Vetter · 8 years ago
  82. 0c1f528 drm: handle HDMI 2.0 VICs in AVI info-frames by Shashank Sharma · 8 years ago
  83. 346fb4e drm/i915: Protect against deferred fbdev setup by Daniel Vetter · 8 years ago
  84. 88be58b drm/i915/fbdev: Always forward hotplug events by Daniel Vetter · 8 years ago
  85. ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  86. 311ac00 Merge tag 'drm-fixes-for-v4.13-rc1' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  87. b064be0 drm/i915/skl+: unify cpp value in WM calculation by Kumar, Mahesh · 8 years ago
  88. 129eaa9 drm/i915/skl+: WM calculation don't require height by Kumar, Mahesh · 8 years ago
  89. 6ea593c drm/i915: Addition wrapper for fixed16.16 operation by Kumar, Mahesh · 8 years ago
  90. eac2cb8 drm/i915: cleanup fixed-point wrappers naming by Kumar, Mahesh · 8 years ago
  91. eed02a7 drm/i915: Always perform internal fixed16 division in 64 bits by Kumar, Mahesh · 8 years ago
  92. 07ab976 drm/i915: take-out common clamping code of fixed16 wrappers by Kumar, Mahesh · 8 years ago
  93. fe5f6b1 drm/i915: Use correct iterator macro by Maarten Lankhorst · 8 years ago
  94. dbb3295 drm/i915: use __GFP_RETRY_MAYFAIL by Michal Hocko · 8 years ago
  95. 61f3e77 drm/i915/cnl: Add missing type case. by Rodrigo Vivi · 8 years ago
  96. eafbc20 Merge tag 'gvt-fixes-2017-07-11' of https://github.com/01org/gvt-linux into drm-intel-next-fixes by Jani Nikula · 8 years ago
  97. 5074002 drm/i915: Make DP-MST connector info work by Maarten Lankhorst · 8 years ago
  98. 0cf5ec4 drm/i915/gvt: Use fence error from GVT request for workload status by Chuanxiao Dong · 8 years ago
  99. 4cc7438 drm/i915/gvt: remove scheduler_mutex in per-engine workload_thread by Weinan Li · 8 years ago
  100. 08673c3 drm/i915/gvt: Revert "drm/i915/gvt: Fix possible recursive locking issue" by Chuanxiao Dong · 8 years ago