1. d1d23d7 drm/i915: Replace is_planar_yuv_format() with drm_format_info_is_yuv_semiplanar() by Ville Syrjälä · 6 years ago
  2. a2b69ea drm/i915: introduce INTEL_DISPLAY_ENABLED() by Jani Nikula · 6 years ago
  3. 2f71556 drm/i915/tgl: Re-enable rc6 by Mika Kuoppala · 6 years ago
  4. cf82d9d drm/i915/tgl: Introduce gen12 forcewake ranges by Michel Thierry · 6 years ago
  5. c9f8d187 drm/i915: Update Gen11 forcewake ranges by Mika Kuoppala · 6 years ago
  6. 6da301e drm/i915/tgl: Limit ourselves to just rcs0 by Chris Wilson · 6 years ago
  7. eebab60 drm/i915: Don't mix srcu tag and negative error codes by Chris Wilson · 6 years ago
  8. e91c8a2 drm/i915/display/icl: Bump up the plane/fb height by Manasi Navare · 6 years ago
  9. 12a97df drm/i915/display/icl: Bump up the hdisplay and vdisplay as per transcoder limits by Manasi Navare · 6 years ago
  10. c818552 drm/i915/gtt: Make sure the gen6 ppgtt is bound before first use by Chris Wilson · 6 years ago
  11. 0b8d627 drm/i915/selftests: Keep the engine awake while we keep for preemption by Chris Wilson · 6 years ago
  12. 0c653722 drm/i915: Get the correct wakeref for reading HOTPLUG_EN et al. by Arkadiusz Hiler · 6 years ago
  13. ee73e27 drm/i915/tgl: Disable preemption while being debugged by Chris Wilson · 6 years ago
  14. 16ffe73 drm/i915/pmu: Use GT parked for estimating RC6 while asleep by Chris Wilson · 6 years ago
  15. 8d8b0031 drm/i915: convert device info num_pipes to pipe_mask by Jani Nikula · 6 years ago
  16. 54fc577 drm/i915/pmu: Skip busyness sampling when and where not needed by Tvrtko Ursulin · 6 years ago
  17. a17592e drm/i915/execlists: Ensure the context is reloaded after a GPU reset by Chris Wilson · 6 years ago
  18. 582a6f9 drm/i915/execlists: Add a paranoid flush of the CSB pointers upon reset by Chris Wilson · 6 years ago
  19. e3cb653 drm/i915: Disable FBC if BIOS reserved memory (stolen) is unavailable by Chris Wilson · 6 years ago
  20. 933122c drm/i915: Remove duplicated bxt/cnl/icl .modeset_calc_cdclk() funcs by Ville Syrjälä · 6 years ago
  21. 502d1c0 drm/i915: Reuse cnl_modeset_calc_cdclk() on icl+ by Ville Syrjälä · 6 years ago
  22. 0a12e43 drm/i915: Fix CD2X pipe select masking during cdclk sanitation by Ville Syrjälä · 6 years ago
  23. 74689dd drm/i915: Fix cdclk bypass freq readout for tgl/bxt/glk by Ville Syrjälä · 6 years ago
  24. 2497787 drm/i915: add INTEL_NUM_PIPES() and use it by Jani Nikula · 6 years ago
  25. 023a125 drm/i915: Squeeze iommu status into debugfs/i915_capabilities by Chris Wilson · 6 years ago
  26. 7cb8468 drm/i915/tgl: Disable read-only ppgtt support by Chris Wilson · 6 years ago
  27. cfcbfdd drm/i915: Remove pointless planes_changed=true assignment by Ville Syrjälä · 6 years ago
  28. c26a058 drm/i915: Use a high priority wq for nonblocking plane updates by Ville Syrjälä · 6 years ago
  29. 43ed227 drm/i915/display: Add glk_cdclk_table by Chris Wilson · 6 years ago
  30. 4dd2fbb drm/i915: Make i915_vma.flags atomic_t for mutex reduction by Chris Wilson · 6 years ago
  31. 0606259 drm/i915: Whitelist COMMON_SLICE_CHICKEN2 by Kenneth Graunke · 6 years ago
  32. 99013b1 drm/i915: Make shrink/unshrink be atomic by Chris Wilson · 6 years ago
  33. 85dd14c drm/i915: Make pm_notify take intel_gt by Tvrtko Ursulin · 6 years ago
  34. ee236af drm/i915: Avoid round-trip via i915 in intel_gt_park by Tvrtko Ursulin · 6 years ago
  35. dab3588 drm/i915: Make wait_for_timelines take struct intel_gt by Tvrtko Ursulin · 6 years ago
  36. 61fa60f drm/i915: Move GT init to intel_gt.c by Tvrtko Ursulin · 6 years ago
  37. 0c1279b drm/i915: Consolidate {bxt,cnl,icl}_init_cdclk by Matt Roper · 6 years ago
  38. 8f9f717 drm/i915: Enhance cdclk sanitization by Matt Roper · 6 years ago
  39. d2f429e drm/i915: Add calc_voltage_level display vfunc by Matt Roper · 6 years ago
  40. 751a93a drm/i915: Consolidate {bxt,cnl,icl}_uninit_cdclk by Matt Roper · 6 years ago
  41. 5dac256 drm/i915: Kill cnl_sanitize_cdclk() by Matt Roper · 6 years ago
  42. 1cbcd3b drm/i915: Combine bxt_set_cdclk and cnl_set_cdclk by Matt Roper · 6 years ago
  43. 736da81 drm/i915: Use literal representation of cdclk tables by Matt Roper · 6 years ago
  44. 71dc367 drm/i915: Consolidate bxt/cnl/icl cdclk readout by Matt Roper · 6 years ago
  45. ab37c4d drm/i915/tgl: Disable rc6 for debugging by Chris Wilson · 6 years ago
  46. 07e98eb drm/i915/selftests: Tighten the timeout testing for partial mmaps by Chris Wilson · 6 years ago
  47. 7c46531 drm/i915/selftests: Take runtime wakeref for igt_ggtt_lowlevel by Chris Wilson · 6 years ago
  48. cec5ca0 drm/i915: Perform GGTT restore much earlier during resume by Chris Wilson · 6 years ago
  49. 0efa99d drm/i915/ringbuffer: Flush writes before RING_TAIL update by Chris Wilson · 6 years ago
  50. 198d253 drm/i915/execlists: Ignore lost completion events by Chris Wilson · 6 years ago
  51. 4d154d3 drm/i915/display: Extract chv_read_luts() by Swati Sharma · 6 years ago
  52. 8efd069 drm/i915/display: Extract i965_read_luts() by Swati Sharma · 6 years ago
  53. b0a7c75 drm/i915/display: Add gamma precision function for CHV by Swati Sharma · 6 years ago
  54. fa9a09f drm/i915/execlists: Clear STOP_RING bit on reset by Chris Wilson · 6 years ago
  55. fd521d3 drm/i915: include GTT page-size info in error state by Matthew Auld · 6 years ago
  56. 33dd889 drm/i915: cleanup cache-coloring by Matthew Auld · 6 years ago
  57. e9ceb75 drm/i915: s/i915_gtt_color_adjust/i915_ggtt_color_adjust by Matthew Auld · 6 years ago
  58. 1e0a96e drm/i915: export color_differs by Matthew Auld · 6 years ago
  59. d810583 drm/i915/execlists: Remove incorrect BUG_ON for schedule-out by Chris Wilson · 6 years ago
  60. 5d7f965 drm/i915/buddy: add missing call to i915_global_register by Matthew Auld · 6 years ago
  61. 42014f6 drm/i915: Hook up GT power management by Andi Shyti · 6 years ago
  62. 5bf05dc drm/i915/tgl: Register state context definition for Gen12 by Michel Thierry · 6 years ago
  63. cdb736f drm/i915: Use engine relative LRIs on context setup by Mika Kuoppala · 6 years ago
  64. 71cd86c drm/i915/tgl: Use refclk/2 as bypass frequency by Matt Roper · 6 years ago
  65. ca9cab1 drm/i915: add immutable zpos plane properties by Ville Syrjälä · 6 years ago
  66. a8c1595 drm/i915: Protect debugfs per_file_stats with RCU lock by Chris Wilson · 6 years ago
  67. aaef851 drm/i915/mst: Do not hardcoded the crtcs that encoder can connect by José Roberto de Souza · 6 years ago
  68. d10e0cb drm/i915: Apply FBC WA for TGL too by José Roberto de Souza · 6 years ago
  69. 5b548ae6 drm/i915/tgl: add gen12 to stolen initialization by Lucas De Marchi · 6 years ago
  70. 8ffa439 drm/i915/tgl: disable SAGV temporarily by Lucas De Marchi · 6 years ago
  71. 4444df6 drm/i915/tgl: move DP_TP_* to transcoder by Lucas De Marchi · 6 years ago
  72. e468ff0 drm/i915: protect access to DP_TP_* on non-dp by Lucas De Marchi · 6 years ago
  73. 8241cfb drm/i915/tgl: Access the right register when handling PSR interruptions by José Roberto de Souza · 6 years ago
  74. 2f3b871 drm/i915/psr: Only handle interruptions of the transcoder in use by José Roberto de Souza · 6 years ago
  75. ab01691 drm/i915: disable set/get_tiling ioctl on gen12+ by Daniel Vetter · 6 years ago
  76. e838bfa Revert "drm/i915: Fix DP-MST crtc_mask" by Ville Syrjälä · 6 years ago
  77. 9d7b01e drm/i915: Restore relaxed padding (OCL_OOB_SUPPRES_ENABLE) for skl+ by Chris Wilson · 6 years ago
  78. 4bb6a9d drm/i915/display: Extract glk_read_luts() by Swati Sharma · 6 years ago
  79. 6b97b11 drm/i915/display: Extract ilk_read_luts() by Swati Sharma · 6 years ago
  80. 1af2238 drm/i915/display: Extract i9xx_read_luts() by Swati Sharma · 6 years ago
  81. 7e76405 drm/i915/display: Add macro to compare gamma hw/sw lut by Swati Sharma · 6 years ago
  82. e9c8f59 drm/i915/display: Add func to compare hw/sw gamma lut by Swati Sharma · 6 years ago
  83. 145450f drm/i915/display: Add func to get gamma bit precision by Swati Sharma · 6 years ago
  84. b1a4383 drm/i915/display: Add debug log for color parameters by Swati Sharma · 6 years ago
  85. 8f9fb61 drm/i915: Refresh the errno to vmf_fault translations by Chris Wilson · 6 years ago
  86. f269007 drm/i915/selftests: Remove unused __engines_name() by Chris Wilson · 6 years ago
  87. 5a90606 drm/i915: Replace obj->pin_global with obj->frontbuffer by Chris Wilson · 6 years ago
  88. 4f36ef2 drm/i915: Report aliasing ppgtt size as ggtt size by Chris Wilson · 6 years ago
  89. 8f5e2b3 drm/i915: Restrict the aliasing-ppgtt to the size of the ggtt by Chris Wilson · 6 years ago
  90. 9e36299 drm/i915: Clean up HDMI deep color handling a bit by Ville Syrjälä · 6 years ago
  91. 66a990d drm/i915: Prefer encoder->name over port_name() by Ville Syrjälä · 6 years ago
  92. 75427b2 drm/i915: Limit MST to <= 8bpc once again by Ville Syrjälä · 6 years ago
  93. dffa8fe drm/i915/perf: Assert locking for i915_init_oa_perf_state() by Chris Wilson · 6 years ago
  94. 3d1da92 drm/i915: Add 324mhz and 326.4mhz cdclks for gen11+ by Matt Roper · 6 years ago
  95. 385ba62 drm/i915: Allow /2 CD2X divider on gen11+ by Matt Roper · 6 years ago
  96. 7bff977 drm/i915: Fix regression with crtc disable ordering by Maarten Lankhorst · 6 years ago
  97. aabbe34 drm/i915: Use RCU for unlocked vm_idr lookup by Chris Wilson · 6 years ago
  98. c1d143d drm/i915: Remove ppgtt->dirty_engines by Chris Wilson · 6 years ago
  99. 0b718ba drm/i915/gtt: Downgrade Cherryview back to aliasing-ppgtt by Chris Wilson · 6 years ago
  100. 3dc007fe drm/i915/gtt: Downgrade gen7 (ivb, byt, hsw) back to aliasing-ppgtt by Chris Wilson · 6 years ago