1. cfe4982 drm/i915: Update DRIVER_DATE to 20171222 by Rodrigo Vivi · 7 years ago
  2. c1bf272 drm/i915: Show HWSP in intel_engine_dump() by Chris Wilson · 7 years ago
  3. 2d453c7 drm/i915: Assert that the request is on the execution queue before being removed by Chris Wilson · 7 years ago
  4. 193a98d drm/i915/execlists: Show preemption progress in GEM_TRACE by Chris Wilson · 7 years ago
  5. e329ef6 Merge tag 'gvt-next-2017-12-22' of https://github.com/intel/gvt-linux into drm-intel-next-queued by Rodrigo Vivi · 7 years ago
  6. 757fffc drm/i915: Put all non-blocking modesets onto an ordered wq by Ville Syrjälä · 7 years ago
  7. 6481d5e drm/i915: Disable GMBUS clock gating around GMBUS transfers on gen9+ by Ville Syrjälä · 7 years ago
  8. ad8059c drm/i915: Clean up the PNV bit banging vs. GMBUS clock gating w/a by Ville Syrjälä · 7 years ago
  9. 54c105d drm/i915: No need to power up PG2 for GMBUS on BXT by Ville Syrjälä · 7 years ago
  10. 156961a drm/i915: Disable DC states around GMBUS on GLK by Ville Syrjälä · 7 years ago
  11. 219af73 drm/i915: Do not enable movntdqa optimization in hypervisor guest by Changbin Du · 7 years ago
  12. 27d558a drm/i915: Dump device info at once by Michal Wajdeczko · 7 years ago
  13. 5fbbe8d drm/i915: Add pretty printer for runtime part of intel_device_info by Michal Wajdeczko · 7 years ago
  14. 6a7e51f drm/i915: Update intel_device_info_runtime_init() parameter by Michal Wajdeczko · 7 years ago
  15. b978520 drm/i915: Move intel_device_info definitions to its own header by Michal Wajdeczko · 7 years ago
  16. 3846a9b drm/i915: Move opregion definitions to dedicated intel_opregion.h by Michal Wajdeczko · 7 years ago
  17. 09a28bd drm/i915: Move display related definitions to dedicated header by Michal Wajdeczko · 7 years ago
  18. b74eeeb drm/i915: Move some utility functions to i915_util.h by Michal Wajdeczko · 7 years ago
  19. 4fafba2 drm/i915/gvt: move write protect handler out of mmio emulation function by Zhenyu Wang · 7 years ago
  20. 90551a1 drm/i915/gvt: cleanup usage for typed mmio reg vs. offset by Zhenyu Wang · 7 years ago
  21. 4e889d6 drm/i915/gvt: Fix pipe A enable as default for vgpu by Xiaolin Zhang · 7 years ago
  22. c20164d drm/i915/gvt: always use i915_reg_t for MMIO handler definition by Zhenyu Wang · 7 years ago
  23. 3138872 drm/i915: Show FBC worker status in debugfs by Chris Wilson · 7 years ago
  24. 20bdc11 drm/i915: Disable all planes for load detection, v2. by Ville Syrjälä · 7 years ago
  25. f0cbd8b i915: Reject CCS modifiers for pipe C on Geminilake by Gabriel Krisman Bertazi · 7 years ago
  26. c99d783 drm/i915/cfl: Adding more Coffee Lake PCI IDs. by Rodrigo Vivi · 7 years ago
  27. 16a8739 drm/i915: Tidy up GEM_TRACE around execlists by Chris Wilson · 7 years ago
  28. 14c6547 drm/i915/psr: Fix register name mess up. by Dhinakaran Pandiyan · 7 years ago
  29. 16c8619 drm/i915: Avoid context dereference inside execlists_submission_tasklet by Chris Wilson · 7 years ago
  30. 93dff10 drm/i915: Remove pointer indirection for hangcheck_state local by Chris Wilson · 7 years ago
  31. 398c8a3 drm/i915: Show if we consider the engine is idle in the GPU error state by Chris Wilson · 7 years ago
  32. a2b1658 drm/i915: Implement WaDisableEarlyEOT. by Rafael Antognolli · 7 years ago
  33. 01ab0f9 drm/i915: Implement WaDisableVFclkgate. by Rafael Antognolli · 7 years ago
  34. acfb997 drm/i915: Add pretty printer for modparams by Michal Wajdeczko · 7 years ago
  35. eb10ed9 drm/i915: Convert intel_device_info_dump into pretty printer by Michal Wajdeczko · 7 years ago
  36. a8c9b84 drm/i915: Add pretty printer for device info flags by Michal Wajdeczko · 7 years ago
  37. 04bf68b drm/i915: Fix indentation for intel_ddi_clk_select by Chris Wilson · 7 years ago
  38. fcb1de5 drm/i915: Add a strong mb to resetting the has-CS-interrupt bit by Chris Wilson · 7 years ago
  39. 5f8e3f5 drm/i915/cnl: Add support for horizontal plane flipping by Joonas Lahtinen · 7 years ago
  40. 8edcda1 drm/i915: Protect DDI port to DPLL map from theoretical race. by Rodrigo Vivi · 7 years ago
  41. 3fb04cb drm/i915/selftests: Fix up igt_reset_engine by Chris Wilson · 7 years ago
  42. 151a99e drm/i915/trace: add hw_id to gem requests trace points by Lionel Landwerlin · 7 years ago
  43. 3c2d067 drm/i915: reorder field in gem_request tracepoints by Lionel Landwerlin · 7 years ago
  44. a0cf579 drm/i915: Show IPEIR and IPEHR in the engine dump by Chris Wilson · 7 years ago
  45. b65a9b9 drm/i915: prefer i915_gem_object_has_pages() by Matthew Auld · 7 years ago
  46. a31d73c drm/i915: Re-enable GGTT earlier after GPU reset by Chris Wilson · 7 years ago
  47. b05b339 drm/i915/gvt: load host render mocs once in mocs switch by Weinan Li · 7 years ago
  48. f402f2d drm/i915/gvt: refine mocs save restore policy by Weinan Li · 7 years ago
  49. e47107a drm/i915/gvt: optimize for vGPU mmio switch by Weinan Li · 7 years ago
  50. dc5718f drm/i915/gvt: refine trace_render_mmio by Weinan Li · 7 years ago
  51. 2ef6765 Merge tag 'drm-intel-next-2017-12-14' into gvt-next by Zhenyu Wang · 7 years ago
  52. ab309a6 drm/i915: Unifying debugfs return codes for unsupported features by Michal Wajdeczko · 7 years ago
  53. 7b6da81 drm/i915: Restore the kernel context after a GPU reset on an idle engine by Chris Wilson · 7 years ago
  54. f6ba181a drm/i915: Skip an engine reset if it recovered before our preparations by Chris Wilson · 7 years ago
  55. 33aa69e x86/gpu: add CFL to early quirks by Lucas De Marchi · 7 years ago
  56. 99cd05c drm/i915/lpe: Remove double-encapsulation of info string by Chris Wilson · 7 years ago
  57. ee2202d drm/i915: Allow internal page allocations to fail by Chris Wilson · 7 years ago
  58. ee5b5bf drm/i915: Update DRIVER_DATE to 20171214 by Rodrigo Vivi · 7 years ago
  59. 07825e4 Merge tag 'gvt-next-2017-12-14' of https://github.com/intel/gvt-linux into drm-intel-next-queued by Rodrigo Vivi · 7 years ago
  60. 8d8c46f drm/i915: properly init lockdep class by Sebastian Andrzej Siewior · 7 years ago
  61. 84ef3a7 drm/i915: Show engine state when hangcheck detects a stall by Chris Wilson · 7 years ago
  62. fe66e92 drm/i915: make CS frequency read support missing more obvious by Lionel Landwerlin · 7 years ago
  63. a00cfc9 drm/i915/guc: Extract doorbell verification into a function by Michał Winiarski · 7 years ago
  64. 8ec52ec drm/i915/guc: Extract clients allocation to submission_init by Michał Winiarski · 7 years ago
  65. 9192d4f drm/i915/guc: Extract doorbell creation from client allocation by Michał Winiarski · 7 years ago
  66. aeb950b drm/i915/guc: Call invalidate after changing the vfunc by Michał Winiarski · 7 years ago
  67. 61b5c15 drm/i915/guc: Extract guc_init from guc_init_hw by Michał Winiarski · 7 years ago
  68. 3176ff4 drm/i915/guc: Move GuC workqueue allocations outside of the mutex by Michał Winiarski · 7 years ago
  69. 1bbbca0 drm/i915/guc: Move shared data allocation away from submission path by Michał Winiarski · 7 years ago
  70. 6ca9a2b drm/i915: Unwind i915_gem_init() failure by Chris Wilson · 7 years ago
  71. 31c70f9 drm/i915: Ratelimit request allocation under oom by Chris Wilson · 7 years ago
  72. 2abe2f8 drm/i915: Allow fence allocations to fail by Chris Wilson · 7 years ago
  73. e30a758 drm/i915: Mark up potential allocation paths within i915_sw_fence as might_sleep by Chris Wilson · 7 years ago
  74. d7dc413 drm/i915: Don't check #active_requests from i915_gem_wait_for_idle() by Chris Wilson · 7 years ago
  75. 7d62235 drm/i915/fence: Use rcu to defer freeing of irq_work by Chris Wilson · 7 years ago
  76. 59e4b19 drm/i915: Dump the engine state before declaring wedged from wait_for_engines() by Chris Wilson · 7 years ago
  77. ee42c00 drm/i915: Bump timeout for wait_for_engines() by Chris Wilson · 7 years ago
  78. 1875fe7 drm/i915: Downgrade misleading "Memory usable" message by Chris Wilson · 7 years ago
  79. 3ef98f5 drm/i915: Print an error message for a reset failure on gen2 by Chris Wilson · 7 years ago
  80. 0132a1a docs: fix, intel_guc_loader.c has been moved to intel_guc_fw.c by Markus Heiser · 7 years ago
  81. b7128ef drm/i915: prefer resource_size_t for everything stolen by Matthew Auld · 7 years ago
  82. b1ace60 drm/i915: give stolen_usable_size a more suitable home by Matthew Auld · 7 years ago
  83. 73ebd50 drm/i915: make mappable struct resource centric by Matthew Auld · 7 years ago
  84. 17a0534 drm/i915: make reserved struct resource centric by Matthew Auld · 7 years ago
  85. 7789422 drm/i915: make dsm struct resource centric by Matthew Auld · 7 years ago
  86. f773568 drm/i915: nuke the duplicated stolen discovery by Matthew Auld · 7 years ago
  87. 3b51b6f x86/early-quirks: replace the magical increment start values by Matthew Auld · 7 years ago
  88. 55f56fc x86/early-quirks: export the stolen region as a resource by Matthew Auld · 7 years ago
  89. 6f9fa99 x86/early-quirks: Extend Intel graphics stolen memory placement to 64bit by Joonas Lahtinen · 7 years ago
  90. b92326a drm/i915: Only report a wakeup if the waiter was truly asleep by Chris Wilson · 7 years ago
  91. 776bc27 drm/i915: Stop listening to request resubmission from the signaler kthread by Chris Wilson · 7 years ago
  92. 19553d5 drm/i915/selftests: Free mock_i915->drm.mode_config by Chris Wilson · 7 years ago
  93. 8516673 agp/intel: Flush all chipset writes after updating the GGTT by Chris Wilson · 7 years ago
  94. 461bd62 drm/i915/gvt/fb_decoder: Fix out-of-bounds read by Gustavo A. R. Silva · 7 years ago
  95. eb3f051 drm/i915/gvt: refine function emulate_mmio_read/write by Pei Zhang · 7 years ago
  96. d5acadf drm/i915: Stop showing seqno info from debugfs/i915_interrupt_info by Chris Wilson · 7 years ago
  97. b9dfda5 drm/i915: Remove debugfs/i915_seqno_info by Chris Wilson · 7 years ago
  98. 2d8d1af drm/i915: Add is-wedged flag to intel_engine_dump() by Chris Wilson · 7 years ago
  99. 528dd16 drm/i915: Include the global reset count for intel_engine_dump() by Chris Wilson · 7 years ago
  100. 832265d drm/i915: Include engine state on detecting a missed breadcrumb/seqno by Chris Wilson · 7 years ago