1. 126d0a9 drm/i915: stick to kernel fixed size types by Jani Nikula · 6 years ago
  2. 65baf0e drm/i915: Hold a ref to the ring while retiring by Chris Wilson · 6 years ago
  3. 54939ea0 drm/i915: Switch to use HWS indices rather than addresses by Chris Wilson · 6 years ago
  4. 7c12004 drm/i915: Turn off the CUS when turning off a HDR plane by Ville Syrjälä · 6 years ago
  5. 5a04044 drm/i915: Fix legacy gamma mode for ICL by Ville Syrjälä · 6 years ago
  6. 8cbd0c7 Merge tag 'topic/hdr-formats-2019-03-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-intel-next-queued by Joonas Lahtinen · 6 years ago
  7. baa09e7 drm/i915: use REG_FIELD_PREP() to define register bitfield values by Jani Nikula · 6 years ago
  8. 78b36b1 drm/i915: deprecate _SHIFT in favor of _MASK passed to accessors by Jani Nikula · 6 years ago
  9. 09b434d drm/i915: introduce REG_BIT() and REG_GENMASK() to define register contents by Jani Nikula · 6 years ago
  10. 6cffeb8 drm/i915: Stop needlessly acquiring wakeref for debugfs/drop_caches_set by Chris Wilson · 6 years ago
  11. 794a11c drm/i915: Sanity check mmap length against object size by Chris Wilson · 6 years ago
  12. 535d8d2 drm/i915: do not pass dev_priv to low-level forcewake functions by Daniele Ceraolo Spurio · 6 years ago
  13. 9073e5b drm/i915: Fix off-by-one in reporting hanging process by Chris Wilson · 6 years ago
  14. f19d90e drm/i915: Split ilk vs. icl csc matrix handling by Ville Syrjälä · 6 years ago
  15. b281264 drm/i915: Clean the csc limited range/identity programming by Ville Syrjälä · 6 years ago
  16. c9e235a drm/i915: Extract ilk_csc_convert_ctm() by Ville Syrjälä · 6 years ago
  17. d2c19b0 drm/i915: Clean up ilk/icl pipe/output CSC programming by Ville Syrjälä · 6 years ago
  18. 386ba08 drm/i915: Extract ilk_csc_limited_range() by Ville Syrjälä · 6 years ago
  19. 9fdfb8e drm/i915: Precompute/readout/check CHV CGM mode by Ville Syrjälä · 6 years ago
  20. a1f1e61 drm/i915: Readout and check csc_mode by Ville Syrjälä · 6 years ago
  21. daeaaef drm/i915/icl: remove intel_dpll_is_combophy() by Lucas De Marchi · 6 years ago
  22. 2f3ee43 drm/i915/icl: split combo and tbt pll funcs by Lucas De Marchi · 6 years ago
  23. 9be8644 drm/i915/icl: split combo and mg pll disable by Lucas De Marchi · 6 years ago
  24. 036f8d5 drm/i915/icl: split pll enable in three steps by Lucas De Marchi · 6 years ago
  25. d2ab5eb drm/i915/icl: split combo and mg pll enable by Lucas De Marchi · 6 years ago
  26. 41a1bde drm/i915: Always kick the execlists tasklet after reset by Chris Wilson · 6 years ago
  27. 2ebd000 drm/i915/gtt: Refactor common ppgtt initialisation by Chris Wilson · 6 years ago
  28. a9fe9ca drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvl by Chris Wilson · 6 years ago
  29. 51d623b drm/i915: Drop address size from ppgtt_type by Chris Wilson · 6 years ago
  30. cbecbcc drm/i915: Record platform specific ppGTT size in intel_device_info by Chris Wilson · 6 years ago
  31. ca6ac68 drm/i915: Mark up vGPU support for full-ppgtt by Chris Wilson · 6 years ago
  32. 29b43ae drm/i915: Also use new comparative stuff for more ICP+ stuff by Rodrigo Vivi · 6 years ago
  33. 67d4119 drm/i915: Refactor to common helpers for prepare/finish between reset & wedge by Chris Wilson · 6 years ago
  34. d2eeaf2 drm/i915/selftests: Disable preemption while setting up fence-timers by Chris Wilson · 6 years ago
  35. 628ac44 drm/i915/guc: Preparing for GuC reset along with engine reset by Sujaritha Sundaresan · 6 years ago
  36. 8a9a560 drm/i915/icl+: Always use TPS2 or TPS3 when exiting PSR1 by José Roberto de Souza · 6 years ago
  37. 1e0c05c drm/i915/psr: Move logic to get TPS registers values to another function by José Roberto de Souza · 6 years ago
  38. 88a0d96 drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup time by José Roberto de Souza · 6 years ago
  39. c6c30b9 drm/i915: Start using comparative INTEL_PCH_TYPE by Rodrigo Vivi · 6 years ago
  40. fba84ad2 drm/i915: Move PCH_NOP to -1 by Rodrigo Vivi · 6 years ago
  41. 2dd24a9 drm/i915/gen11+: First assume next platforms will inherit stuff by Rodrigo Vivi · 6 years ago
  42. 2131bc0 drm/i915/bios: assume eDP is present on port A when there is no VBT by Thomas Preston · 6 years ago
  43. a94bed6 drm/i915/icl: Implement half float formats by Kevin Strasser · 6 years ago
  44. 42fd20e drm/i915: Refactor icl_is_hdr_plane by Kevin Strasser · 6 years ago
  45. 88ab9c7 drm/fourcc: Add 64 bpp half float formats by Kevin Strasser · 6 years ago
  46. 9a751b9 drm/i915: Add new ICL PCI ID by José Roberto de Souza · 6 years ago
  47. 22acf9f drm/i915/selftests: Improve error detection of reset failure by Chris Wilson · 6 years ago
  48. 4b378c0 drm/i915: Consolidate reset-request debug message by Chris Wilson · 6 years ago
  49. 3461cbf Merge tag 'topic/hdr-formats-2019-03-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-intel-next-queued by Joonas Lahtinen · 6 years ago
  50. bd2dba1 Merge drm/drm-next into drm-intel-next-queued by Joonas Lahtinen · 6 years ago
  51. 26eeea1 drm/i915/icl: Fix CRC mismatch error for DP link layer compliance by Aditya Swarup · 6 years ago
  52. f4ecb8a drm/i915: Update DRIVER_DATE to 20190311 by Joonas Lahtinen · 6 years ago
  53. 85fddf0 drm/i915: Introduce a context barrier callback by Chris Wilson · 6 years ago
  54. 831ebf1 drm/i915: Suppress the "Failed to idle" warning for gem_eio by Chris Wilson · 6 years ago
  55. 8f6e87d drm/i915: Enable PSR2 by default by José Roberto de Souza · 6 years ago
  56. 88e05af drm/i915: Force PSR1 exit when getting pipe CRC by José Roberto de Souza · 6 years ago
  57. 9f95266 drm/i915: Drop redundant checks to update PSR state by José Roberto de Souza · 6 years ago
  58. 618cf88 drm/i915: Disable PSR2 while getting pipe CRC by José Roberto de Souza · 6 years ago
  59. a8ebf60 drm/i915/crc: Make IPS workaround generic by José Roberto de Souza · 6 years ago
  60. 458e097 drm/i915/psr: Drop test for EDP in CRTC when forcing commit by José Roberto de Souza · 6 years ago
  61. d168da8 drm/i915: Compute and commit color features in fastsets by José Roberto de Souza · 6 years ago
  62. 54da1d4 drm/i915/psr: Only lookup for enabled CRTCs when forcing a fastset by José Roberto de Souza · 6 years ago
  63. eec6d81 drm/i915/psr: Remove PSR2 FIXME by José Roberto de Souza · 6 years ago
  64. 0881954 drm/i915: Introduce intel_context.pin_mutex for pin management by Chris Wilson · 6 years ago
  65. 9dbfea9 drm/i915: Track the pinned kernel contexts on each engine by Chris Wilson · 6 years ago
  66. 95f697e drm/i915: Make context pinning part of intel_context_ops by Chris Wilson · 6 years ago
  67. c4d52fe drm/i915: Move over to intel_context_lookup() by Chris Wilson · 6 years ago
  68. 4dc84b7 drm/i915: Store the intel_context_ops in the intel_engine_cs by Chris Wilson · 6 years ago
  69. 39e2f50 drm/i915: Split struct intel_context definition to its own header by Chris Wilson · 6 years ago
  70. 7e3d9a5 drm/i915: Track active engines within a context by Chris Wilson · 6 years ago
  71. ab3517c drm/i915/dp: use single point of truth for PPS divisor register by Jani Nikula · 6 years ago
  72. 1b61c4a drm/i915/dp: deconflate PPS unlock from divisor register by Jani Nikula · 6 years ago
  73. 7d6ce55 drm/i915: Remove has-kernel-context by Chris Wilson · 6 years ago
  74. c6eeb47 drm/i915: Reduce presumption of request ordering for barriers by Chris Wilson · 6 years ago
  75. 604c37d drm/i915: Refactor common code to load initial power context by Chris Wilson · 6 years ago
  76. 5861b01 drm/i915: Do a synchronous switch-to-kernel-context on idling by Chris Wilson · 6 years ago
  77. 3123ada drm/i915/selftests: Check preemption support on each engine by Chris Wilson · 6 years ago
  78. 209d735 drm/i915/icl: Prevent incorrect DBuf enabling by Imre Deak · 6 years ago
  79. 2835f4f drm/i915/selftests: Improve switch-to-kernel-context checking by Chris Wilson · 6 years ago
  80. b185a35 drm/i915: Read out memory type by Ville Syrjälä · 6 years ago
  81. 6d9c1e9 drm/i915: Extract DIMM info on cnl+ by Ville Syrjälä · 6 years ago
  82. 30a533e drm/i915: Clean up intel_get_dram_info() a bit by Ville Syrjälä · 6 years ago
  83. 1d55967 drm/i914: s/l_info/dimm_l/ etc. by Ville Syrjälä · 6 years ago
  84. d75434b drm/i915: Generalize intel_is_dram_symmetric() by Ville Syrjälä · 6 years ago
  85. 198b8dd drm/i915: Use dram_dimm_info more by Ville Syrjälä · 6 years ago
  86. 331ecde drm/i915: Extract DIMM info on GLK too by Ville Syrjälä · 6 years ago
  87. 8860343 drm/i915: Fix DRAM size reporting for BXT by Ville Syrjälä · 6 years ago
  88. a62819a drm/i915: Extract BXT DIMM helpers by Ville Syrjälä · 6 years ago
  89. 54561b2 drm/i915: Polish skl_is_16gb_dimm() by Ville Syrjälä · 6 years ago
  90. ea411e6 drm/i915: Extract functions to derive SKL+ DIMM info by Ville Syrjälä · 6 years ago
  91. 80373fb drm/i915: Store DIMM rank information as a number by Ville Syrjälä · 6 years ago
  92. 2909bf0 drm/i915/icl: Remove alpha support protection by José Roberto de Souza · 6 years ago
  93. 50b022a drm/i915: Force GPU idle on suspend by Chris Wilson · 6 years ago
  94. 3d60624 drm/i915: Make I915_GEM_IDLE_TIMEOUT into a macro by Chris Wilson · 6 years ago
  95. 37fbbd49 drm/i915: Populate pipe_offsets[] & co. accurately by Ville Syrjälä · 6 years ago
  96. 171d156 drm/i915: Simplify i830 DVO 2x clock handling by Ville Syrjälä · 6 years ago
  97. 7ca6036 drm/i915: Do not temporarily disable the DPLL on i830 by Ville Syrjälä · 6 years ago
  98. a90e194 drm/i915: Relax mmap VMA check by Tvrtko Ursulin · 6 years ago
  99. b218a80 drm/i915/selftests: Upgrade printing test/subtest name to pr_info by Michał Winiarski · 6 years ago
  100. 161996a drm/i915/selftests: Fix MI_STORE_DWORD_IMM alignment by Chris Wilson · 6 years ago