1. 0a7a098 drm: i915: sysfs: constify attribute_group structures. by Arvind Yadav · 8 years ago
  2. c99a259 drm/i915/edp: Add a T12 panel delay quirk to fix DP AUX CH timeouts by Manasi Navare · 8 years ago
  3. 7f58cbb drm/i915/skl+: Scaling not supported in IF-ID Interlace mode by Mahesh Kumar · 8 years ago
  4. 11f489d drm/i915/skl+: Check for supported plane configuration in Interlace mode by Mahesh Kumar · 8 years ago
  5. 15727ed drm/i915/fbdev: Check for existence of ifbdev->vma before operations by Chris Wilson · 8 years ago
  6. fad2083 drm/i915: Fix use-after-free of context during free_contexts by Chris Wilson · 8 years ago
  7. a874b6a drm/i915: Prevent kernel panic when reading/writing compliance debugfs files, v2. by Maarten Lankhorst · 8 years ago
  8. 987f8c4 drm/i915: Hold RPM wakelock while initializing OA buffer by sagar.a.kamble@intel.com · 8 years ago
  9. 2c4b851 drm/i915: Update DRIVER_DATE to 20170703 by Daniel Vetter · 8 years ago
  10. fcace3b drm/i915/cnl: Fix the CURSOR_COEFF_MASK used in DDI Vswing Programming by Navare, Manasi D · 8 years ago
  11. 98eed3d drm/i915/cfl: Fix Workarounds. by Rodrigo Vivi · 8 years ago
  12. 4d470f7 drm/i915: Avoid undefined behaviour of "u32 >> 32" by Chris Wilson · 8 years ago
  13. 886015a drm/i915: reintroduce VLV/CHV PFI programming power domain workaround by Gabriel Krisman Bertazi · 8 years ago
  14. 7b92c1b drm/i915: Avoid keeping waitboost active for signaling threads by Chris Wilson · 8 years ago
  15. 13f8458 drm/i915: Drop flushing of the object free list/worker from i915_gem_suspend by Chris Wilson · 8 years ago
  16. 9cd9001 drm/i915: Cancel pending execlists irq handler upon idling by Chris Wilson · 8 years ago
  17. 7c3f531 drm/i915: Fix an error checking test by Christophe JAILLET · 8 years ago
  18. 774eed4 drm/i915/selftests: Fix mutex imbalance for igt_render_engine_reset_fallback by Chris Wilson · 8 years ago
  19. e38c2da drm/i915: Disable MSI for all pre-gen5 by Ville Syrjälä · 8 years ago
  20. 12c8ca9 drm/i915/dp: Remove -1/+1 from t11_t12 for Gen9_LP/CNP case by Manasi Navare · 8 years ago
  21. 770a17a drm/i915/dp: Fix the t11_t12 panel power cycle delay from VBT read by Manasi Navare · 8 years ago
  22. 36703e7 drm/i915: Break modeset deadlocks on reset by Chris Wilson · 8 years ago
  23. ae25ece drm/i915: Add option to support dynamic backlight via DPCD by Puthikorn Voravootivat · 8 years ago
  24. 560a758 drm/i915: Add heuristic to determine better way to adjust brightness by Puthikorn Voravootivat · 8 years ago
  25. c03e53b drm/i915: Set PWM divider to match desired frequency in vbt by Puthikorn Voravootivat · 8 years ago
  26. c5e855d drm/i915: Always use 9 bits of the LPC bridge device ID for PCH detection by Ville Syrjälä · 8 years ago
  27. d4cdbf0 drm/i915: Clean up some expressions by Ville Syrjälä · 8 years ago
  28. 243dec5 drm/i915: Document that PPT==CPT and WPT==LPT by Ville Syrjälä · 8 years ago
  29. aa03213 drm/i915: s/Couar/Cougar/ by Ville Syrjälä · 8 years ago
  30. b9eb89b drm/i915: Use HAS_PCH_CPT() everywhere by Ville Syrjälä · 8 years ago
  31. 4a234c5 drm/i915: pass the vma to insert_entries by Matthew Auld · 8 years ago
  32. 51d05e1 drm/i915: Clear execbuf's vma backpointer upon release by Chris Wilson · 8 years ago
  33. 4ee056f drm/i915: Cancel pending execlist tasklet upon wedging by Chris Wilson · 8 years ago
  34. 0caf81b drm/i915: Hold struct_mutex for per-file stats in debugfs/i915_gem_object by Chris Wilson · 8 years ago
  35. 7a3bc03 drm/i915: Assert the vma's active tracking is clear before free by Chris Wilson · 8 years ago
  36. 760a898 drm/i915: Retire the VMA's fence tracker before unbinding by Chris Wilson · 8 years ago
  37. a25bcad drm/i915: select CRC32 by Nicholas Piggin · 8 years ago
  38. 25ffaa6 drm/i915: Pass the right flags to i915_vma_move_to_active() by Chris Wilson · 8 years ago
  39. d3d3765 drm/i915: Enable Engine reset and recovery support by Michel Thierry · 8 years ago
  40. abeb4de drm/i915/selftests: reset engine self tests by Michel Thierry · 8 years ago
  41. 061d06a drm/i915: Export per-engine reset count info to debugfs by Michel Thierry · 8 years ago
  42. 702c8f8 drm/i915: Add engine reset count to error state by Michel Thierry · 8 years ago
  43. a1ef70e drm/i915: Add support for per engine reset recovery by Michel Thierry · 8 years ago
  44. 142bc7d drm/i915: Modify error handler for per engine hang recovery by Michel Thierry · 8 years ago
  45. ed35dd7 drm/i915: Update i915.reset to handle engine resets by Michel Thierry · 8 years ago
  46. c64992e drm/i915: Look for active requests earlier in the reset path by Michel Thierry · 8 years ago
  47. d536730 drm/i915: Wait for concurrent global resets to complete by Chris Wilson · 8 years ago
  48. 1acfc10 drm/i915: Enable rcu-only context lookups by Chris Wilson · 8 years ago
  49. 5f09a9c drm/i915: Allow contexts to be unreferenced locklessly by Chris Wilson · 8 years ago
  50. 829a0af drm/i915: Group all the global context information together by Chris Wilson · 8 years ago
  51. c58949f drm/i915: Do not re-calculate num_rings locally by Tvrtko Ursulin · 8 years ago
  52. 33def1f drm/i915: Simplify intel_engines_init by Tvrtko Ursulin · 8 years ago
  53. 1f588ae drm/i915/cnl: Fix RMW on ddi vswing sequence. by Rodrigo Vivi · 8 years ago
  54. 93e5f0b drm/i915: Make intel_digital_port_connected() work for any port by Ville Syrjälä · 8 years ago
  55. 9ddb8e1 drm/i915: Update DRIVER_DATE to 20170619 by Daniel Vetter · 8 years ago
  56. 46c2666 drm/i915/cfl: Introduce Coffee Lake workarounds. by Rodrigo Vivi · 8 years ago
  57. 28e0f4e drm/i915: Store 9 bits of PCI Device ID for platforms with a LP PCH by Dhinakaran Pandiyan · 8 years ago
  58. 95ff7c7 drm/i915: Stash a pointer to the obj's resv in the vma by Chris Wilson · 8 years ago
  59. 7dd4f67 drm/i915: Async GPU relocation processing by Chris Wilson · 8 years ago
  60. 1a71cf2 drm/i915: Allow execbuffer to use the first object as the batch by Chris Wilson · 8 years ago
  61. 8a2421b drm/i915: Wait upon userptr get-user-pages within execbuffer by Chris Wilson · 8 years ago
  62. 616d9ce drm/i915: First try the previous execbuffer location by Chris Wilson · 8 years ago
  63. dade2a6 drm/i915: Store a persistent reference for an object in the execbuffer cache by Chris Wilson · 8 years ago
  64. 2889caa drm/i915: Eliminate lots of iterations over the execobjects array by Chris Wilson · 8 years ago
  65. 071750e drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocations by Chris Wilson · 8 years ago
  66. 507d977 drm/i915: Pass vma to relocate entry by Chris Wilson · 8 years ago
  67. 4ff4b44 drm/i915: Store a direct lookup from object handle to vma by Chris Wilson · 8 years ago
  68. 4c9c0d0 drm/i915: Fix retrieval of hangcheck stats by Chris Wilson · 8 years ago
  69. 7fc92e9 drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirty by Chris Wilson · 8 years ago
  70. e27ab73 drm/i915: Mark CPU cache as dirty on every transition for CPU writes by Chris Wilson · 8 years ago
  71. b8e5d2e drm/i915: Make i915_vma_destroy() static by Chris Wilson · 8 years ago
  72. 10223df drm/i915: Actually attach the tv_format property to the SDVO connector by Ville Syrjälä · 8 years ago
  73. 7dfb9ba Merge tag 'gvt-next-2017-06-08' of https://github.com/01org/gvt-linux into drm-intel-next-queued by Jani Nikula · 8 years ago
  74. 9a30a26 Revert "drm/i915/skl: New ddb allocation algorithm" by Rodrigo Vivi · 8 years ago
  75. 8a1deb3 drm/i915/glk: Add cold boot sequence for GLK DSI by Madhav Chauhan · 8 years ago
  76. 74e4ce6 drm/i915/glk: Split GLK DSI device ready functionality by Madhav Chauhan · 8 years ago
  77. f6262bd drm/i915: Don't enable backlight at setup time. by Dhinakaran Pandiyan · 8 years ago
  78. 29962ac drm/i915/cnl: make function cnl_ddi_dp_set_dpll_hw_state static by Colin Ian King · 8 years ago
  79. e56134b drm/i915: Remove pipe A quirk remnants by Ville Syrjälä · 8 years ago
  80. b82a682 drm/i915: Drop pipe A quirk for Thinkapd T60 by Ville Syrjälä · 8 years ago
  81. dc453e3 drm/i915: Drop pipe A quirk for Toshiba Protege R205-S209 by Ville Syrjälä · 8 years ago
  82. 2ee0da1 drm/i915: Add i830 "pipes power well" by Ville Syrjälä · 8 years ago
  83. bb408dd drm/i915: Use a loop for the "three times for luck" DPLL procedure by Ville Syrjälä · 8 years ago
  84. da1d0e2 drm/i915: Plumb the correct acquire ctx into intel_crtc_disable_noatomic() by Ville Syrjälä · 8 years ago
  85. aecd36b drm/i915: Fix deadlock witha the pipe A quirk during resume by Ville Syrjälä · 8 years ago
  86. 8c45cec drm/i915: Split vma exec_link/evict_link by Chris Wilson · 8 years ago
  87. d55495b drm/i915: Use vma->exec_entry as our double-entry placeholder by Chris Wilson · 8 years ago
  88. 650bc63 drm/i915: Amalgamate execbuffer parameter structures by Chris Wilson · 8 years ago
  89. 28c7ef9 drm/i915/perf: add GLK support by Lionel Landwerlin · 8 years ago
  90. 6c5c1d8 drm/i915/perf: add KBL support by Lionel Landwerlin · 8 years ago
  91. 3891589 drm/i915: add KBL GT2/GT3 check macros by Lionel Landwerlin · 8 years ago
  92. 1bef340 drm/i915/perf: remove perf.hook_lock by Robert Bragg · 8 years ago
  93. 155e941 drm/i915/perf: per-gen timebase for checking sample freq by Robert Bragg · 8 years ago
  94. fc59921 drm/i915/perf: Add more OA configs for BDW, CHV, SKL + BXT by Robert Bragg · 8 years ago
  95. 19f81df drm/i915/perf: Add OA unit support for Gen 8+ by Robert Bragg · 8 years ago
  96. 5182f64 drm/i915/perf: Add 'render basic' Gen8+ OA unit configs by Robert Bragg · 8 years ago
  97. 3f488d9 drm/i915/perf: rework mux configurations queries by Lionel Landwerlin · 8 years ago
  98. f532023 drm/i915: expose _SUBSLICE_MASK GETPARM by Robert Bragg · 8 years ago
  99. 7fed555 drm/i915: expose _SLICE_MASK GETPARM by Robert Bragg · 8 years ago
  100. 9ee82d7 drm/i915: Reinstate reservation_object zapping for batch_pool objects by Chris Wilson · 8 years ago