1. e1cc3db drm/i915: Assert that we never create a vma for the aliasing_ppgtt by Chris Wilson · 8 years ago
  2. 969bb72 drm/i915: Check for timeout completion when waiting for the rq to submitted by Chris Wilson · 8 years ago
  3. e81ecb5 drm/i915: A hotfix for making aliasing PPGTT work for GVT-g by Zhi Wang · 8 years ago
  4. b71953a drm/i915/dp: Move initialization of hpd_pin to a new function by Ander Conselvan de Oliveira · 8 years ago
  5. ca4c389 drm/i915: Remove WA for swapped HPD pins in broxton A stepping by Ander Conselvan de Oliveira · 8 years ago
  6. 1f7b847 drm/i915: Disable engine->irq_tasklet around resets by Chris Wilson · 8 years ago
  7. d802709 drm/i915: Split GEM resetting into 3 phases by Chris Wilson · 8 years ago
  8. 20a8a74 drm/i915: Move calling engine->init_hw() to its own function by Chris Wilson · 8 years ago
  9. 519d524 drm/i915: i915_gem_shrink_all() needs an awake device by Chris Wilson · 8 years ago
  10. ceb9932 drm/i915: Move ilk_pipe_pixel_rate() to intel_display.c by Ville Syrjälä · 8 years ago
  11. b0587e4 drm/i915: Replace the .modeset_commit_cdclk() hook with a more direct .set_cdclk() hook by Ville Syrjälä · 8 years ago
  12. 63ff304 drm/i915: Nuke the VLV/CHV PFI programming power domain workaround by Ville Syrjälä · 8 years ago
  13. 1a5301a drm/i915: Move PFI credit reprogramming into vlv/chv_set_cdclk() by Ville Syrjälä · 8 years ago
  14. 83c5fda drm/i915: Pass the cdclk state to the set_cdclk() functions by Ville Syrjälä · 8 years ago
  15. 3d5dbb1 drm/i915: Pass dev_priv to remainder of the cdclk functions by Ville Syrjälä · 8 years ago
  16. bb0f4aa drm/i915: Track full cdclk state for the logical and actual cdclk frequencies by Ville Syrjälä · 8 years ago
  17. 49cd97a drm/i915: Start moving the cdclk stuff into a distinct state structure by Ville Syrjälä · 8 years ago
  18. 8f0cfa4 drm/i915: Pass computed vco to bxt_set_cdclk() by Ville Syrjälä · 8 years ago
  19. 7ff89ca drm/i915: Move most cdclk/rawclk related code to intel_cdclk.c by Ville Syrjälä · 8 years ago
  20. 4717e8b drm/i915: Clean up the .get_cdclk() assignment if ladder by Ville Syrjälä · 8 years ago
  21. c49a0d0 drm/i915: s/get_display_clock_speed/get_cdclk/ by Ville Syrjälä · 8 years ago
  22. 4e841ec drm/i915: Nuke intel_mode_max_pixclk() by Ville Syrjälä · 8 years ago
  23. a7d1b3f drm/i915: Store the pipe pixel rate in the crtc state by Ville Syrjälä · 8 years ago
  24. fb51ff4 drm/i915/guc: Log significant events at the info level by Tvrtko Ursulin · 8 years ago
  25. 8385c2e drm/i915: Use for_each_power_domain() in i915_power_domain_info() by Joonas Lahtinen · 8 years ago
  26. 3c779a4 drm/i915: Avoid BIT(max) - 1 and use GENMASK(max - 1, 0) by Joonas Lahtinen · 8 years ago
  27. 038c95a drm/i915: Always convert incoming exec offsets to non-canonical by Michał Winiarski · 8 years ago
  28. c0dcb20 drm/i915: Restore context and pd for ringbuffer submission after reset by Chris Wilson · 8 years ago
  29. 6248017 drm/i915: Get correct display clock on 945gm by Arthur Heymans · 8 years ago
  30. e0ec3ec drm/i915: Remove overzealous fence warn on runtime suspend by Chris Wilson · 8 years ago
  31. 418e3cd drm/i915: Show the current i915_params in debugfs/i915_capabilites by Chris Wilson · 8 years ago
  32. 642c8a7 drm/i915: Capture module parameters for the GPU error state by Chris Wilson · 8 years ago
  33. 1a2010c drm/i915: Use bool i915_param.alpha_support by Chris Wilson · 8 years ago
  34. b8cf691 drm/i915: Generate i915_params {} using a macro by Chris Wilson · 8 years ago
  35. 2ffe80a drm/i915: Avoid unguarded reads from the request pointer by Chris Wilson · 8 years ago
  36. eca56a3 drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance() by Chris Wilson · 8 years ago
  37. 04da811 drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode. by Zhi Wang · 8 years ago
  38. 1a56b1a drm/i915/gen5+, pch: Enable hotplug detection early by Imre Deak · 8 years ago
  39. f123959 drm/i915/lspcon: Remove DPCD compare based resume time workaround by Imre Deak · 8 years ago
  40. 390b4e0 drm/i915/lspcon: Fix resume time initialization due to unasserted HPD by Imre Deak · 8 years ago
  41. 7fff812 drm/i915/gen9+: Enable hotplug detection early by Imre Deak · 8 years ago
  42. a6508de drm/i915: Use page coloring to provide the guard page at the end of the GTT by Chris Wilson · 8 years ago
  43. 47db922 drm/i915: Assign I915_COLOR_UNEVICTABLE to the address space head_node by Chris Wilson · 8 years ago
  44. b196fbc drm/i915: Manipulate the Global GTT size using I915_GTT_PAGE_SIZE by Chris Wilson · 8 years ago
  45. 22cc440 drm/i915: Print execlists restart after reset by Chris Wilson · 8 years ago
  46. ba318c6 drm/i915: Drain the freed state from the tail of the next commit by Chris Wilson · 8 years ago
  47. 28b6def drm/i915: Update DRIVER_DATE to 20170206 by Daniel Vetter · 8 years ago
  48. ccfceda drm/i915: refactor register fw read/write macros for recent GENs by Daniele Ceraolo Spurio · 8 years ago
  49. 4a04e37 drm/i915: fix pm refcounting on fence error in execbuf by Daniele Ceraolo Spurio · 8 years ago
  50. 955b8e9 drm/i915: Allow large objects to be tiled on gen2/3 by Chris Wilson · 8 years ago
  51. a3a1e53 drm/i915: Tidy the tail of i915_tiling_ok() by Chris Wilson · 8 years ago
  52. 52da22e drm/i915: Reject set-tiling-ioctl with stride==0 and a tiling mode by Chris Wilson · 8 years ago
  53. 0aab2c7 drm/i915/bxt: Add MST support when do DPLL calculation by Lee, Shawn C · 8 years ago
  54. e32e836a drm/i915: remove 512GB allocation warning by Matthew Auld · 8 years ago
  55. bb96dcf drm/i915: Recreate internal objects with single page segments if dmar fails by Chris Wilson · 8 years ago
  56. 3aac4ac drm/i915: don't warn about Skylake CPU - KabyPoint PCH combo by Jani Nikula · 8 years ago
  57. 170b03c drm/i915: Build DRM range manager selftests for CI by Chris Wilson · 8 years ago
  58. 5584f1b drm/i915: fix i915 running as dom0 under Xen by Juergen Gross · 8 years ago
  59. 37255d8 drm/i915: Fix POWER_DOMAIN_AUDIO refcounting. by Maarten Lankhorst · 8 years ago
  60. a667fb4 drm/i915: Disable all crtcs during driver unload, v2. by Maarten Lankhorst · 8 years ago
  61. 453cfe2 drm/i915/execlists: Add interrupt-pending check to intel_execlists_idle() by Chris Wilson · 8 years ago
  62. e2de845 drm/i915/execlists: Skip resetting RING_CONTEXT_STATUS_PTR by Chris Wilson · 8 years ago
  63. 1881a42 drm/i915: Add MIPI_IO WA and program DSI regulators by Uma Shankar · 8 years ago
  64. 69aeafe drm/i915: Flush untouched framebuffers before display on !llc by Chris Wilson · 8 years ago
  65. e2b06d7 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  66. 18566ac Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 8 years ago
  67. 02a84c1 Merge tag 'sunxi-drm-for-4.11' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into drm-next by Dave Airlie · 8 years ago
  68. b75e169 Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_linux into drm-next by Dave Airlie · 8 years ago
  69. 29a73d9 Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  70. 012bbe2 Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  71. bb7e983 Merge tag 'drm/atmel-hlcdc/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bbrezillon/linux into drm-next by Dave Airlie · 8 years ago
  72. 3a5e6bb Merge tag 'zxdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into drm-next by Dave Airlie · 8 years ago
  73. 2643105 Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  74. a155b75264 Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-next by Dave Airlie · 8 years ago
  75. 1692cd6 drm/i915: Sanity check the computed size and base of stolen memory by Chris Wilson · 8 years ago
  76. c884738 drm/i915: Treat stolen memory as DMA addresses by Chris Wilson · 8 years ago
  77. 4703b04 drm/i915: Be defensive when cleaning up i915_gem_internal pages by Chris Wilson · 8 years ago
  78. 9b51b10 drm/i915: clean up unused vgpu_read/write by Weinan Li · 8 years ago
  79. 517f188 drm/i915: noop forcewake get/put when vgpu activated by Weinan Li · 8 years ago
  80. 4fa6053 drm/i915: Record more information about the hanging contexts by Chris Wilson · 8 years ago
  81. 0102ba1 drm/i915: Add early BXT sdv to the list of preproduction machines by Chris Wilson · 8 years ago
  82. 7c5ff4a drm/i915: Mark the kernel as tainted if we fail the preproduction check by Chris Wilson · 8 years ago
  83. 248a124 drm/i915: Make intel_detect_preproduction_hw easier to extend by Chris Wilson · 8 years ago
  84. e41456bf drm/exynos: g2d: prevent integer overflow in by Joonyoung Shim · 8 years ago
  85. 8646dcb drm/exynos: fix a timeout loop by Dan Carpenter · 8 years ago
  86. 41cbf0f drm/exynos: use atomic helper commit by Inki Dae · 8 years ago
  87. 9db41d4 drm/exynos: remove unnecessary codes by Inki Dae · 8 years ago
  88. 4e8ba5c drm/exynos: mic: Add runtime PM support by Marek Szyprowski · 8 years ago
  89. 328c057 drm/exynos: Stop using drm_framebuffer_unregister_private by Daniel Vetter · 8 years ago
  90. cc2b022 drm/exynos: mic: Fix parse_dt function by Hoegeun Kwon · 8 years ago
  91. e87eb57 drm/exynos: mic: Add mode_set callback function by Hoegeun Kwon · 8 years ago
  92. ce64645 drm/i915: use variadic macros and arrays to choose port/pipe based registers by Jani Nikula · 8 years ago
  93. 2355cf0 drm/i915: Create context desc template when context is created by Mika Kuoppala · 8 years ago
  94. db02b76 drm/atmel-hlcdc: Rework the fbdev creation logic by Boris Brezillon · 8 years ago
  95. 55d6616 drm/vc4: Remove vc4_debugfs_cleanup() by Noralf Trønnes · 8 years ago
  96. 9751baf drm/i915/glk: Program pipe gamma and degamma tables by Ander Conselvan de Oliveira · 8 years ago
  97. 2fcb206 drm/i915: Split broadwell_load_luts() into smaller functions by Ander Conselvan de Oliveira · 8 years ago
  98. 47f9ea8 drm/i915/glk: Plane color correction register changes by Ander Conselvan de Oliveira · 8 years ago
  99. bafbcc2 drm/i915: Disable plane gamma in SKL+ sprite planes by Ander Conselvan de Oliveira · 8 years ago
  100. 9fb5026 drm/i915/glk: Turn on workarounds that apply to Geminilake too by Ander Conselvan de Oliveira · 8 years ago