1. 56299fb drm/i915: Signal first fence from irq handler if complete by Chris Wilson · 8 years ago
  2. 8d769ea drm/i915: Report both waiters and success from intel_engine_wakeup() by Chris Wilson · 8 years ago
  3. b0734f77b drm/i915: Distinguish between timeout and error in sideband transactions by Chris Wilson · 8 years ago
  4. afeddf5 drm/i915: Reduce context alignment by Chris Wilson · 8 years ago
  5. 12946ec drm/i915: Remove redundant TLB invalidate on switching ppgtt by Chris Wilson · 8 years ago
  6. 20fe17a drm/i915: Remove redundant TLB invalidate on switching contexts by Chris Wilson · 8 years ago
  7. 6067a27 drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3 by Mika Kuoppala · 8 years ago
  8. 31c7eff drm/i915: Remove the vma from the drm_mm if binding fails by Chris Wilson · 8 years ago
  9. 2f7399a drm/i915: Unwind vma->pages allocation upon failure by Chris Wilson · 8 years ago
  10. bf75d59 drm/i915: Only unwind the local pgtable layer if empty by Chris Wilson · 8 years ago
  11. 69060d9 drm/i915/bdw: Do not write the replay bit of the ring mode register by Kelvin Gardiner · 8 years ago
  12. ca7a45b drm/i915/skl: Add missing SKL ID by Michał Winiarski · 8 years ago
  13. c771633 Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 8 years ago
  14. 62b6956 drm/i915: Only enable DDI IO power domains after enabling DPLL by Ander Conselvan de Oliveira · 8 years ago
  15. 71cc22e drm/i915/glk: Don't enable DDI IO power domains during init by Ander Conselvan de Oliveira · 8 years ago
  16. f4f4b59 drm/i915/glk: Implement WaDDIIOTimeout by Ander Conselvan de Oliveira · 8 years ago
  17. 9a5da00 drm/i915: Check encoder type in enc_to_dig_port() by Ander Conselvan de Oliveira · 8 years ago
  18. 79f255a drm/i915: Store encoder power domain in struct intel_encoder by Ander Conselvan de Oliveira · 8 years ago
  19. 5432fca drm/i915: Store aux power domain in intel_dp by Ander Conselvan de Oliveira · 8 years ago
  20. 9e89f9e drm/i915: Advance start address on crossing PML (48b ppgtt) boundary by Chris Wilson · 8 years ago
  21. aa14943 drm/i915: Sanity check the vma->node prior to binding into the GTT by Chris Wilson · 8 years ago
  22. 357480c drm/i915: Assert we do not overflow 4lvl page directories by Chris Wilson · 8 years ago
  23. b3bb8288 drm/i915: Assert all sg are initialised in fake_dma_object for selftests by Chris Wilson · 8 years ago
  24. 91e3215 drm/i915: Timeout lowlevel_hole GTT selftest early by Chris Wilson · 8 years ago
  25. ef0f411 drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters. by Kenneth Graunke · 8 years ago
  26. e393d0d drm/i915/lspcon: Switch back to PCON mode after output replug by Imre Deak · 8 years ago
  27. fe9ae7a drm/i915/execlists: Detect an out-of-order context switch by Chris Wilson · 8 years ago
  28. ffe5111 drm/i915: Introduce intel_ddi_dp_voltage_max() by Ville Syrjälä · 8 years ago
  29. 97eeb87 drm/i915: Refactor translate_signal_level() by Ville Syrjälä · 8 years ago
  30. 7d1c42e drm/i915: Refactor code to select the DDI buf translation table by Ville Syrjälä · 8 years ago
  31. 754a765 drm/i915/fbdev: Stop repeating tile configuration on stagnation by Chris Wilson · 8 years ago
  32. 64a5771 lib/Kconfig: make PRIME_NUMBERS not user selectable. by Dave Airlie · 8 years ago
  33. 7fef80a drm/tinydrm: helpers: Properly fix backlight dependency by Noralf Trønnes · 8 years ago
  34. ce8c013 drm/tinydrm: mipi-dbi: Fix field width specifier warning by Noralf Trønnes · 8 years ago
  35. b401f34 drm/tinydrm: mipi-dbi: Silence: ‘cmd’ may be used uninitialized by Noralf Trønnes · 8 years ago
  36. 8d0e9bc drm/i915: Suppress fbc suggestion to increase stolen if disabled by Chris Wilson · 8 years ago
  37. 1e8ad3d Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  38. 894ebc4 Merge tag 'drm/panel/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 8 years ago
  39. 84f7174 Merge tag 'drm/tegra/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 8 years ago
  40. 0f2f61d drm/i915: Remove one level of indention from wait-for-execute by Chris Wilson · 8 years ago
  41. 24f417e drm/i915: Immediately process a reset before starting waiting by Chris Wilson · 8 years ago
  42. e070511 drm/i915: Refactor direct GPU reset from request waiters by Chris Wilson · 8 years ago
  43. a49625f drm/i915: Replace reset_wait_queue with default_wake_function by Chris Wilson · 8 years ago
  44. 591c0fb drm/i915: Exercise request cancellation using a mock selftest by Chris Wilson · 8 years ago
  45. d6a2289 drm/i915: Remove the preempted request from the execution queue by Chris Wilson · 8 years ago
  46. 9eb143b drm/i915: Allow a request to be cancelled by Chris Wilson · 8 years ago
  47. cced5e2 drm/i915: Take a reference whilst processing the signaler request by Chris Wilson · 8 years ago
  48. 754c9fd drm/i915: Protect the request->global_seqno with the engine->timeline lock by Chris Wilson · 8 years ago
  49. fe49789 drm/i915: Deconstruct execute fence by Chris Wilson · 8 years ago
  50. 541ca6e drm/i915: Inline __i915_gem_request_wait_for_execute() by Chris Wilson · 8 years ago
  51. 7de53bf drm/i915: Add ourselves to the gpu error waitqueue for the entire wait by Chris Wilson · 8 years ago
  52. 4b36b2e drm/i915: Use a local to shorten req->i915->gpu_error.wait_queue by Chris Wilson · 8 years ago
  53. 12d3173 drm/i915: Move reserve_seqno() next to unreserve_seqno() by Chris Wilson · 8 years ago
  54. 9b6586a drm/i915: Keep a global seqno per-engine by Chris Wilson · 8 years ago
  55. 309663a drm/i915: Check against the signaled bit for fences/requests by Chris Wilson · 8 years ago
  56. a5570fe Revert "drm/i915/dp: Ratelimit DP aux timeout messages" by Chris Wilson · 8 years ago
  57. 08f5ba9 drm/i915/glk: Fix Geminilake scalers mode programming by Ander Conselvan de Oliveira · 8 years ago
  58. 6ebc692 drm/i915/glk: Pass dev_priv to intel_atomic_setup_scalers() by Ander Conselvan de Oliveira · 8 years ago
  59. 5b7280f drm/i915/glk: Fix maximum scaling factor for Geminilake scalers by Ander Conselvan de Oliveira · 8 years ago
  60. 19c3164 drm/i915/glk: Fix watermark computations for third sprite plane by Ander Conselvan de Oliveira · 8 years ago
  61. 4509276 drm/i915: Remove Braswell GGTT update w/a by Chris Wilson · 8 years ago
  62. 7ee6860 drm/i915/dp: Ratelimit DP aux timeout messages by Lyude · 8 years ago
  63. f81fa76 drm/sti: fix build warnings in sti_drv.c and sti_vtg.c files by Vincent Abriou · 8 years ago
  64. 43f86c9 Merge tag 'imx-drm-fixes-2017-02-17' of https://git.pengutronix.de/git/pza/linux into drm-next by Dave Airlie · 8 years ago
  65. 94000cc Merge tag 'v4.10-rc8' into drm-next by Dave Airlie · 8 years ago
  66. a5eb76d Merge tag 'drm-tinydrm-2017-02-18' of https://github.com/notro/linux into drm-next by Dave Airlie · 8 years ago
  67. 187368a drm/amd/powerplay: fix PSI feature on Polars12. by Rex Zhu · 8 years ago
  68. d59b21e drm/i915: Remove 'retire' parameter from intel_fb_obj_flush by Chris Wilson · 8 years ago
  69. 57822dc drm/i915: Perform object clflushing asynchronously by Chris Wilson · 8 years ago
  70. f6aaba4 drm/i915: Skip clflushes for all non-page backed objects by Chris Wilson · 8 years ago
  71. 5a97bcc drm/i915: Amalgamate flushing of display objects by Chris Wilson · 8 years ago
  72. e59dc17 drm/i915: Move cpu_cache_is_coherent() to header by Chris Wilson · 8 years ago
  73. 208b84a drm/i915: Remove change_domain tracepoint by Chris Wilson · 8 years ago
  74. 1d6aa7a drm/i915: Add i915_param charp macro magic by Chris Wilson · 8 years ago
  75. 718e884 drm/i915/gvt: set ring buffer size to default for guc submission by Chuanxiao Dong · 8 years ago
  76. 4694335 drm/amdgpu: refuse to reserve io mem for split VRAM buffers by Nicolai Hähnle · 8 years ago
  77. 3089c1d drm/ttm: fix use-after-free races in vm fault handling by Nicolai Hähnle · 8 years ago
  78. 99c181a drm/i915/tracepoints: Add hw_id to context tracepoints by Tvrtko Ursulin · 8 years ago
  79. d7d9683 drm/i915/tracepoints: Add backend level request in and out tracepoints by Tvrtko Ursulin · 8 years ago
  80. dffabc8 drm/i915/tracepoints: Rename i915_gem_request_notify by Tvrtko Ursulin · 8 years ago
  81. 354d036 drm/i915/tracepoints: Add request submit and execute tracepoints by Tvrtko Ursulin · 8 years ago
  82. 90aa412 drm/i915/tracepoints: Remove unused i915_gem_request_complete by Tvrtko Ursulin · 8 years ago
  83. 9369250 drm/i915/tracepoints: Tidy i915_gem_request_wait_begin by Tvrtko Ursulin · 8 years ago
  84. 1cce892 drm/i915/tracepoints: Adjust i915_gem_ring_dispatch by Tvrtko Ursulin · 8 years ago
  85. e235b53 drm/i915/tracepoints: Tidy request event class by Tvrtko Ursulin · 8 years ago
  86. 56e51bf drm/i915: Tidy execlists_init_reg_state by Tvrtko Ursulin · 8 years ago
  87. e2989f1 drm/i915: Use reservation_object_lock() by Chris Wilson · 8 years ago
  88. 944a36d drm/i915: Assert that the request->tail is always qword aligned by Chris Wilson · 8 years ago
  89. 8d8c386 drm/i915: Add power well SW/HW state verification by Imre Deak · 8 years ago
  90. 16e8491 drm/i915: Preserve the state of power wells not explicitly enabled by Imre Deak · 8 years ago
  91. 14544e1 drm/i915/gen9: Fix clearing of the BIOS power well request register by Imre Deak · 8 years ago
  92. 75ccb2e drm/i915: Call the sync_hw hook for power wells without a domain by Imre Deak · 8 years ago
  93. 3c1b38e drm/i915: Remove redundant toggling from the power well sync_hw hooks by Imre Deak · 8 years ago
  94. e18b943 drm/i915: Remove unrequired POSTING_READ from gen6_set_rps() by Chris Wilson · 8 years ago
  95. 76e4e4b drm/i915: Store the requested frequency whilst RPS is disabled by Chris Wilson · 8 years ago
  96. cfd1c48 drm/i915: Move the common RPS warnings to intel_set_rps() by Chris Wilson · 8 years ago
  97. 784f2f1 drm/i915: Fix typo in semaphore debug message by Tvrtko Ursulin · 8 years ago
  98. 23f4a28 drm/i915: Prevent divide-by-zero in debugfs/i915_rps_boost_info by Chris Wilson · 8 years ago
  99. 48cb912 drm/i915: Remove unneeded struct_mutex around rpm by Chris Wilson · 8 years ago
  100. 5a55b52 drm/i915: Only apply legacy PDE overflow detection to 3lvl machines by Chris Wilson · 8 years ago