1. 692927f drm/i915: Reinstate an early latency==0 check for skl+ by Ville Syrjälä · 6 years ago
  2. b52c273 drm/i915: Don't ignore level 0 lines watermark for glk+ by Ville Syrjälä · 6 years ago
  3. 5b0bd14 drm/i915/icl: keep track of unused pll while looping by Lucas De Marchi · 6 years ago
  4. 20fd2ab drm/i915/icl: remove dpll from clk_sel by Lucas De Marchi · 6 years ago
  5. 7a61a6d drm/i915: always return something on DDI clock selection by Lucas De Marchi · 6 years ago
  6. 584fca1 drm/i915/icl: use tc_port in MG_PLL macros by Lucas De Marchi · 6 years ago
  7. 789659f drm/i915: Drop fake breadcrumb irq by Chris Wilson · 6 years ago
  8. 52c0fdb drm/i915: Replace global breadcrumbs with per-context interrupt tracking by Chris Wilson · 6 years ago
  9. 3df0bd1 drm/i915: Remove the intel_engine_notify tracepoint by Chris Wilson · 6 years ago
  10. 68e94f6 drm/i915/tv: Bypass the vertical filter if possible by Ville Syrjälä · 6 years ago
  11. addc80f drm/i915/tv: Fix adjusted_mode dotclock for interlaced modes by Ville Syrjälä · 6 years ago
  12. 5a3db6f drm: Constify drm_color_lut_check() by Ville Syrjälä · 6 years ago
  13. c9a6462 drm/i915/execlists: Suppress preempting self by Chris Wilson · 6 years ago
  14. 4d97cbe0 drm/i915: Rename execlists->queue_priority to queue_priority_hint by Chris Wilson · 6 years ago
  15. 8547444 drm/i915: Identify active requests by Chris Wilson · 6 years ago
  16. 06039d9 drm/i915/selftests: Apply a subtest filter by Chris Wilson · 6 years ago
  17. 8716ae7 Merge drm/drm-next into drm-intel-next-queued by Rodrigo Vivi · 6 years ago
  18. 968bf96 drm/i915: Fix skl srckey mask bits by Ville Syrjälä · 6 years ago
  19. 3d6535c drm/i915: Enable fastboot by default on Skylake and newer by Hans de Goede · 6 years ago
  20. 9407d3b drm/i915: Track active timelines by Chris Wilson · 6 years ago
  21. 5013eb8 drm/i915: Track the context's seqno in its own timeline HWSP by Chris Wilson · 6 years ago
  22. 8ba306a drm/i915: Share per-timeline HWSP using a slab suballocator by Chris Wilson · 6 years ago
  23. 52954ed drm/i915: Allocate a status page for each timeline by Chris Wilson · 6 years ago
  24. b18fe4b drm/i915: Enlarge vma->pin_count by Chris Wilson · 6 years ago
  25. 3adac46 drm/i915: Introduce concept of per-timeline (context) HWSP by Chris Wilson · 6 years ago
  26. 1e34556 drm/i915: Move list of timelines under its own lock by Chris Wilson · 6 years ago
  27. 0ca88ba drm/i915: Always allocate an object/vma for the HWSP by Chris Wilson · 6 years ago
  28. 528cbd1 drm/i915: Move vma lookup to its own lock by Chris Wilson · 6 years ago
  29. 09d7e46 drm/i915: Pull VM lists under the VM mutex. by Chris Wilson · 6 years ago
  30. 499197d drm/i915: Stop tracking MRU activity on VMA by Chris Wilson · 6 years ago
  31. 7bed8ad drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSen by Ville Syrjälä · 6 years ago
  32. 8a920e2 drm/i915/tv: Use the scanline counter for timestamps on i965gm TV output by Ville Syrjälä · 6 years ago
  33. 6a2a940 drm/i915/tv: Fix return value for intel_tv_compute_config() by Ville Syrjälä · 6 years ago
  34. ad4062d drm/i915: Wait for a moment before forcibly resetting the device by Chris Wilson · 6 years ago
  35. c562746 drm/i915: Disable -Wuninitialized by Nathan Chancellor · 6 years ago
  36. 29214e8 drm/i915: correct the pitch check for NV12 framebuffer by P Raviraj Sitaram · 6 years ago
  37. 790cc99 drm/i915: Clean up intel_plane_atomic_check_with_state() by Ville Syrjälä · 6 years ago
  38. 0bb1ffe drm/i915/tv: Filter out >1024 wide modes that would need vertical scaling on gen3 by Ville Syrjälä · 6 years ago
  39. 690157f drm/i915/tv: Fix >1024 modes on gen3 by Ville Syrjälä · 6 years ago
  40. e3bb355 drm/i915/tv: Generate better pipe timings for TV encoder by Ville Syrjälä · 6 years ago
  41. a0ff677 drm/i915/tv: Add 1080p30/50/60 TV modes by Ville Syrjälä · 6 years ago
  42. 528132a drm/i915/tv: Nuke reported_modes[] by Ville Syrjälä · 6 years ago
  43. e94390a drm/i915/tv: Make TV mode autoselection actually useable by Ville Syrjälä · 6 years ago
  44. 5023520 drm/i915/tv: Use drm_mode_set_name() to name TV modes by Ville Syrjälä · 6 years ago
  45. 65ddf7f drm/i915/tv: Deobfuscate preferred mode selection by Ville Syrjälä · 6 years ago
  46. bda5f53 drm/i915/tv: Nuke silly 0 initialzation of xpos/ypos by Ville Syrjälä · 6 years ago
  47. 56f6230 drm/i915/tv: Use bools where appropriate by Ville Syrjälä · 6 years ago
  48. 4f50379 drm/i915/tv: Store the TV oversampling factor in the TV mode by Ville Syrjälä · 6 years ago
  49. d515282 drm/i915/tv: Fix tv mode clocks by Ville Syrjälä · 6 years ago
  50. 6801603 drm/i915/tv: Fix interlaced ysize calculation by Ville Syrjälä · 6 years ago
  51. 32db0b6 drm/i915: Don't try to use the hardware frame counter with i965gm TV output by Ville Syrjälä · 6 years ago
  52. 9b974bd drm/i915: Issue engine resets onto idle engines by Chris Wilson · 6 years ago
  53. f3dccbd drm/i915/selftests: Trim struct_mutex duration for set-wedged selftest by Chris Wilson · 6 years ago
  54. eb8d0f5 drm/i915: Remove GPU reset dependence on struct_mutex by Chris Wilson · 6 years ago
  55. fe62365 drm/i915/guc: Disable global reset by Chris Wilson · 6 years ago
  56. ade8a0f drm/i915: Make all GPU resets atomic by Chris Wilson · 6 years ago
  57. 832a67b drm/i915: Compute the HWS offsets explicitly by Chris Wilson · 6 years ago
  58. 9fa4973 drm/i915: Remove manual breadcumb counting by Chris Wilson · 6 years ago
  59. e1a73a5 drm/i915: Measure the required reserved size for request emission by Chris Wilson · 6 years ago
  60. 8e525cb drm/i915/execlists: Move RPCS setup to context pin by Tvrtko Ursulin · 6 years ago
  61. b3c316b drm/i915/icl: Define MOCS table for Icelake by Tomasz Lis · 6 years ago
  62. 5029537 drm/i915: cache number of MOCS entries by Lucas De Marchi · 6 years ago
  63. 1878fce drm/i915: keep track of used entries in MOCS table by Lucas De Marchi · 6 years ago
  64. 828f315 drm/i915: use a macro to define MOCS entries by Lucas De Marchi · 6 years ago
  65. 66f9960 drm/i915/skl: Rework MOCS tables to keep common part in a define by Tomasz Lis · 6 years ago
  66. d7a43c3 drm/i915: Simplify MOCS table definition by Lucas De Marchi · 6 years ago
  67. 7f92e6c drm/i915: initialize unused MOCS entries to PTE by Lucas De Marchi · 6 years ago
  68. 85baa5d drm/i915: Update DRIVER_DATE to 20190124 by Rodrigo Vivi · 6 years ago
  69. ff00d85 Merge tag 'gvt-next-2019-01-24' of https://github.com/intel/gvt-linux into drm-intel-next-queued by Rodrigo Vivi · 6 years ago
  70. 0cdc1d0 drm/i915: Make HW readout mark CRTC scaler as in use. by Maarten Lankhorst · 6 years ago
  71. d19f958 drm/i915: Enable fastset for non-boot modesets. by Maarten Lankhorst · 6 years ago
  72. 5b1ec9a drm/i915/backlight: Fix backlight takeover on LPT, v3. by Maarten Lankhorst · 6 years ago
  73. 63a23d2 drm/i915/backlight: Restore backlight on resume, v3. by Maarten Lankhorst · 6 years ago
  74. f91168f Merge tag 'drm-misc-next-2019-01-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
  75. f6626e1 drm/i915: De-inline intel_context_init() by Chris Wilson · 6 years ago
  76. 8ca4fd0 Merge tag 'drm-intel-next-2019-01-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 6 years ago
  77. 74d021e drm/i915/crt: simplify CRT VBT check on pre-VLV/DDI by Jani Nikula · 6 years ago
  78. 346073c drm/i915/lvds: simplify gen 2 lvds presence by Jani Nikula · 6 years ago
  79. a5916fd drm/i915: rename has_edp_a() to ilk_has_edp_a() by Jani Nikula · 6 years ago
  80. d652146 drm/i915/tv: only call intel_tv_init() on platforms that might have TV by Jani Nikula · 6 years ago
  81. 9bedc7e drm/i915/lvds: nuke intel_lvds_supported() by Jani Nikula · 6 years ago
  82. 0fafa22 drm/i915/lvds: only call intel_lvds_init() on platforms that might have LVDS by Jani Nikula · 6 years ago
  83. 63cb4e6 drm/i915/crt: split out intel_crt_present() to platform specific setup by Jani Nikula · 6 years ago
  84. 85e2d61 drm/i915: Validate userspace-provided color management LUT's (v4) by Matt Roper · 6 years ago
  85. 3c8861d drm: Add color management LUT validation helper (v4) by Matt Roper · 6 years ago
  86. 6e062b6 drm/i915/execlists: Mark up priority boost on preemption by Chris Wilson · 6 years ago
  87. 03ca3cf drm/i915/icl: Adding few more device IDs for Ice Lake by Rodrigo Vivi · 6 years ago
  88. c25f0c6 drm/i915/icl: do a posting read after irq install by Daniele Ceraolo Spurio · 6 years ago
  89. a9dc339 drm/i915/sdvo: switch to kernel types by Jani Nikula · 6 years ago
  90. 2e679d4 drm/i915/gvt: switch to kernel types by Jani Nikula · 6 years ago
  91. a81f781 drm/i915/debugfs: Print PSR selective update status register values by José Roberto de Souza · 6 years ago
  92. cc8853f drm/i915: Add PSR2 selective update status registers and bits definitions by José Roberto de Souza · 6 years ago
  93. 47c6cd5 drm/i915: Refactor PSR status debugfs by José Roberto de Souza · 6 years ago
  94. 235ca26 drm/i915/psr: Allow PSR2 to be enabled when debugfs asks by José Roberto de Souza · 6 years ago
  95. f42fb23 Merge drm/drm-next into drm-intel-next-queued by Rodrigo Vivi · 6 years ago
  96. 46f3cea drm/panel: panel-innolux: set display off in innolux_panel_unprepare by Hsin-Yi, Wang · 6 years ago
  97. da279eb drm/dp: Implement I2C_M_STOP for i2c-over-aux by Ville Syrjälä · 6 years ago
  98. 25f9ceb drm/i915: Show all active engines on hangcheck by Chris Wilson · 6 years ago
  99. 0e21834 drm/i915: Tidy common test_bit probing of i915_request->fence.flags by Chris Wilson · 6 years ago
  100. 924090f drm/i915: Refactor out intel_context_init() by Chris Wilson · 6 years ago