1. 9a652cc Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  2. 99ee872 Merge tag 'topic/drm-misc-2016-05-13' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  3. 76e9cab Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-dwc-arc-processors/linux into drm-next by Dave Airlie · 9 years ago
  4. e8fcdf1 drm/i915: don't mix bitwise and logical operations for has_snoop by Jani Nikula · 9 years ago
  5. f7770bf drm/i915: Skip clearing the GGTT on full-ppgtt systems by Chris Wilson · 9 years ago
  6. 975f7ff drm/i915: Lazily migrate the objects after hibernation by Chris Wilson · 9 years ago
  7. 461fb99 drm/i915: Update domain tracking for GEM objects on hibernation by Chris Wilson · 9 years ago
  8. 1f19ac2 drm/i915: Add distinct stubs for PM hibernation phases by Chris Wilson · 9 years ago
  9. e3d5457 drm/i915: Ignore stale wm register values on resume on ilk-bdw (v2) by Ville Syrjälä · 9 years ago
  10. 1560653 drm/i915: Don't leave old junk in ilk active watermarks on readout by Ville Syrjälä · 9 years ago
  11. b8e7570 drm/i915: Eliminate the CDCLK_CTL RMW on BXT by Ville Syrjälä · 9 years ago
  12. 7fe6275 drm/i915: Program BXT_CDCLK_CD2X_PIPE by Ville Syrjälä · 9 years ago
  13. 3861fc6 drm/i915: s/required_vco/vco/ in skl cdclk code by Ville Syrjälä · 9 years ago
  14. 9ef5615 drm/i915: s/freq/cdclk/ by Ville Syrjälä · 9 years ago
  15. 4b6cd64 drm/i915: Kill off dead code from skl_dpll0_enable() by Ville Syrjälä · 9 years ago
  16. 430e05d drm/i915: Extract skl_dpll0_disable() by Ville Syrjälä · 9 years ago
  17. 760e147 drm/i915: Remove 10% cdclk guardband on BXT by Ville Syrjälä · 9 years ago
  18. 92891e4 drm/i915: Use skl_cdclk_decimal() on bxt by Ville Syrjälä · 9 years ago
  19. 4e5ca60 drm/i915: Use ilk_max_pixel_rate() for BXT cdclk calculation by Ville Syrjälä · 9 years ago
  20. c44deb6 drm/i915: Don't pass dev_priv to broxton_calc_cdclk() by Ville Syrjälä · 9 years ago
  21. 445e780 drm/i915: Untangle .fdi_link_train and cdclk vfunc setup by Ville Syrjälä · 9 years ago
  22. 587c791 drm/i915: Extract broadwell_calc_cdclk() by Ville Syrjälä · 9 years ago
  23. e1ff5f0 drm/i915: Drop checks for max_pixclk failures in cdclk computation by Ville Syrjälä · 9 years ago
  24. 5b48374 drm/i915: Remove wm_config from dev_priv/intel_atomic_state by Matt Roper · 9 years ago
  25. 6b6bada drm/i915/gen9: Reject display updates that exceed wm limitations (v2) by Matt Roper · 9 years ago
  26. 734fa01 drm/i915/gen9: Calculate watermarks during atomic 'check' (v2) by Matt Roper · 9 years ago
  27. 55994c2 drm/i915/gen9: Propagate watermark calculation failures up the call chain by Matt Roper · 9 years ago
  28. 2b4b9f3 drm/i915/gen9: Use a bitmask to track dirty pipe watermarks by Matt Roper · 9 years ago
  29. f4a9675 drm/i915/gen9: Allow watermark calculation on in-flight atomic state (v3) by Matt Roper · 9 years ago
  30. 33815fa drm/i915/gen9: Calculate plane WM's from state by Matt Roper · 9 years ago
  31. a6d3460e drm/i915/gen9: Drop re-allocation of DDB at atomic commit (v2) by Matt Roper · 9 years ago
  32. 98d3949 drm/i915/gen9: Compute DDB allocation at atomic check time (v4) by Matt Roper · 9 years ago
  33. 279e99d drm/i915: Add distrust_bios_wm flag to dev_priv (v2) by Matt Roper · 9 years ago
  34. c107acf drm/i915/gen9: Allow skl_allocate_pipe_ddb() to operate on in-flight state (v3) by Matt Roper · 9 years ago
  35. 8b4a7d0 drm/i915: Track whether an atomic transaction changes the active CRTC's by Matt Roper · 9 years ago
  36. 86a2100a drm/i915/gen9: Store plane minimum blocks in CRTC wm state (v2) by Matt Roper · 9 years ago
  37. 9c74d82 drm/i915/gen9: Allow calculation of data rate for in-flight state (v2) by Matt Roper · 9 years ago
  38. a1de91e drm/i915/gen9: Cache plane data rates in CRTC state by Matt Roper · 9 years ago
  39. e7649b5 drm/i915: Rename s/skl_compute_pipe_wm/skl_build_pipe_wm/ by Matt Roper · 9 years ago
  40. e8f1f02 drm/i915: Reorganize WM structs/unions in CRTC state by Matt Roper · 9 years ago
  41. a7363de drm/i915: Remove redundant const from function return type by Imre Deak · 9 years ago
  42. 7d7792e drm/i915: Handle error return from dma_set_coherent_mask() by Imre Deak · 9 years ago
  43. d9a7bc6 drm/i915: Add comments about fixed pipe->transcoder/PLL mapping by Imre Deak · 9 years ago
  44. 7494bcd drm/i915/gen9: Avoid using negative array index in skl_update_plane() by Imre Deak · 9 years ago
  45. e075a32 drm/i915: Stop automatically retiring requests after a GPU hang by Chris Wilson · 9 years ago
  46. e6db746 drm/i915: Stop retiring requests from busy/wait ioctls by Chris Wilson · 9 years ago
  47. bdb0461 drm/i915: Complete pending resets before get-reset-stats ioctl by Chris Wilson · 9 years ago
  48. d538704 drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.c by Chris Wilson · 9 years ago
  49. 1b6f495 drm/i915: Remove intel_limit_t typedef by Ander Conselvan de Oliveira · 9 years ago
  50. 4c5def9 drm/i915: Remove intel_range_t and intel_p2_t typedefs by Ander Conselvan de Oliveira · 9 years ago
  51. 9e2c847 drm/i915: Remove intel_clock_t typedef by Ander Conselvan de Oliveira · 9 years ago
  52. cf15fab Merge tag 'drm/panel/for-4.7-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 9 years ago
  53. 57bf5c8 drm/i915/guc: Add Broxton GuC firmware loading support by Nick Hoath · 9 years ago
  54. 4d3ba7e drm/i915/guc: Use major_minor version for filename by Tom O'Rourke · 9 years ago
  55. 1ee8da6 drm/i915: Convert intel_overlay.c to use native drm_i915_private pointers by Chris Wilson · 9 years ago
  56. d5aab9d drm/i915: s/DPPL/DPLL/ for SKL DPLLs by Ville Syrjälä · 9 years ago
  57. 227e4f4 drm/panel: simple: Add support for TPK U.S.A. LLC Fusion 7" and 10.1" panels by Bhuvanchandra DV · 9 years ago
  58. 0647e7d drm/bridge: Add Analogix anx78xx support by Enric Balletbo i Serra · 9 years ago
  59. 6060fd4 devicetree: Add ANX7814 SlimPort transmitter binding by Enric Balletbo i Serra · 9 years ago
  60. ae4927f of: Add vendor prefix for Analogix Semiconductor by Enric Balletbo i Serra · 9 years ago
  61. 56c5da0 drm/dp: Add define to set 0.5% down-spread in MAX_DOWNSPREAD register by Enric Balletbo i Serra · 9 years ago
  62. 4fc24ab drm/panel: simple: Add support for Innolux AT070TN92 by Riccardo Bortolato · 9 years ago
  63. 844e2f5 drm/panel: simple: Remove useless drm_mode_set_name() by Boris Brezillon · 10 years ago
  64. cda5537 drm/panel: simple: Set appropriate mode type by Boris Brezillon · 9 years ago
  65. cf5c9e6 drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS by Maxime Ripard · 9 years ago
  66. e8b6f56 drm/panel: simple: Add the 7" DPI panel from Adafruit by Eric Anholt · 9 years ago
  67. 686cfbd of: Add vendor prefix for On Tat Industrial Company. by Eric Anholt · 9 years ago
  68. 7d02067 Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 9 years ago
  69. 9530697 Merge tag 'drm/tegra/for-4.7-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 9 years ago
  70. 93f517c Merge branch 'drm-hisilicon-next' of github.com:xin3liang/linux into drm-next by Dave Airlie · 9 years ago
  71. 6d23abf Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 9 years ago
  72. b4eeed5 drm/amd/powerplay: rewrite pp_sw_init to make code readable by Huang Rui · 9 years ago
  73. 67b1fcc drm/amdgpu/dce11: fix audio offset for asics with >7 audio pins by Alex Deucher · 9 years ago
  74. 758ac17 drm/amdgpu: fix and cleanup user fence handling v2 by Christian König · 9 years ago
  75. d88bf58 drm/amdgpu: move VM fields into job by Christian König · 9 years ago
  76. 92f2509 drm/amdgpu: move the context from the IBs into the job by Christian König · 9 years ago
  77. f153d28 drm/amdgpu: move context switch handling into common code v2 by Christian König · 9 years ago
  78. 9f8fb5a drm/amdgpu: move preamble IB handling into common code by Christian König · 9 years ago
  79. 914f9e1 drm/amdgpu/gfx7: fix pipeline sync by Chunming Zhou · 9 years ago
  80. 8e008dd amdgpu/uvd: separate context buffer from DPB by Sonny Jiang · 9 years ago
  81. 9ecb549 drm/atomic: Add drm_atomic_helper_best_encoder() by Noralf Trønnes · 9 years ago
  82. 2827635 drm/atomic: Don't skip drm_bridge_*() calls if !drm_encoder_helper_funcs by Noralf Trønnes · 9 years ago
  83. 02da16d drm/fb-cma-helper: Hook up to DocBook and fix some docs by Noralf Trønnes · 9 years ago
  84. 2dad551 drm/fb-helper: Remove mention of CONFIG_FB_DEFERRED_IO in docs by Noralf Trønnes · 9 years ago
  85. aa3b73f drm/amdgpu: use fence_context to judge ctx switch v2 by Christian König · 9 years ago
  86. 822b2ce drm/amd/amdgpu: Added more named DRM info messages for debugging by Tom St Denis · 9 years ago
  87. 88a907d drm/amd/amdgpu: Add name field to amd_ip_funcs (v2) by Tom St Denis · 9 years ago
  88. cb9e59d drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2) by Alex Deucher · 9 years ago
  89. a71dd89 drm/amdgpu/dce11: don't share PLLs on Polaris by Alex Deucher · 9 years ago
  90. 438498a drm/amdgpu: Drop unused parameter for *get_sleep_divider_id_from_clock by Nils Wallménius · 9 years ago
  91. 354ef92 drm/amdgpu: Simplify calculation in *get_sleep_divider_id_from_clock by Nils Wallménius · 9 years ago
  92. 9887e42 drm/amdgpu: Use max macro in *get_sleep_divider_id_from_clock by Nils Wallménius · 9 years ago
  93. 859b8b6 drm/amd/powerplay: Use defined constants for minium engine clock by Nils Wallménius · 9 years ago
  94. f9fbac6 drm/amdgpu: add missing licenses on a couple of files by Alex Deucher · 9 years ago
  95. 7dae69a drm/amdgpu: fetch cu_info once at init by Alex Deucher · 9 years ago
  96. edf600d drm/amd: cleanup remaining spaces and tabs v2 by Christian König · 9 years ago
  97. b1c8a81 drm/amdgpu: remove define for reserved client ID by Christian König · 9 years ago
  98. 79aa038 drm/amdgpu: remove owner cleanup v2 by Christian König · 9 years ago
  99. 0ea54b9 drm/amdgpu: make the VMID owner always 64bit by Christian König · 9 years ago
  100. 4d9c514 drm/amdgpu: two minor 80 char fixes by Christian König · 9 years ago