1. 816da85 drm: handle HPD and polled connectors separately by Daniel Vetter · 12 years ago
  2. 3d3683f drm: extract drm_kms_helper_hotplug_event by Daniel Vetter · 12 years ago
  3. c6eefa1 drm: add drm_send_vblank_event() helper (v5) by Rob Clark · 12 years ago
  4. edec4af drm: tegra: Add HDMI support by Thierry Reding · 12 years ago
  5. d8f4a9e drm: Add NVIDIA Tegra20 support by Thierry Reding · 12 years ago
  6. b27b6d3 drm/udl: Add missing static storage class specifiers in udl_connector.c by Sachin Kamat · 12 years ago
  7. 66141d3 drm/drm_stub: Remove unnecessary null check before kfree. by Sachin Kamat · 12 years ago
  8. 8c5eaca drm/fb_helper: Fix potential NULL pointer dereference by Sachin Kamat · 12 years ago
  9. e655d12 drm/crtc: Fix potential NULL pointer dereference by Sachin Kamat · 12 years ago
  10. 9e1c156 drm/crtc: Remove redundant NULL check before kfree by Sachin Kamat · 12 years ago
  11. e3cc352 drm: Reject addfb2 with undefined flag bits set by Ville Syrjälä · 12 years ago
  12. 4c9287c drm: fix documentation for drm_crtc_set_mode() by Alex Deucher · 12 years ago
  13. a479903 drm: get cea video id code for a given display mode by Stephane Marchesin · 12 years ago
  14. 96081cd drm/drm_fb_helper: Remove unnecessary braces by Sachin Kamat · 12 years ago
  15. d56b1b9 drm/fb_helper: Convert printk to pr_* and dev_* by Sachin Kamat · 12 years ago
  16. 6c91083 drm/fb_helper: Fix checkpatch errors by Sachin Kamat · 12 years ago
  17. 08bec5b drm: fix returning -EINVAL on setmaster if another master is active by David Herrmann · 12 years ago
  18. 9fabd4e Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  19. 6b8294a drm/i915: Restore physical HWS_PGA after resume by Chris Wilson · 12 years ago
  20. d640c4b drm/i915: Report amount of usable graphics memory in MiB by Chris Wilson · 12 years ago
  21. f2ce9fa drm/i915/i2c: Track users of GMBUS force-bit by Chris Wilson · 12 years ago
  22. f94982b drm/i915: Allocate the proper size for contexts. by Ben Widawsky · 12 years ago
  23. 0e8b3d3 drm/i915: Update load-detect failure paths for modeset-rework by Chris Wilson · 12 years ago
  24. 0fed39b drm/i915: Clear unused fields of mode for framebuffer creation by Chris Wilson · 12 years ago
  25. b9e0bda drm/i915: Always calculate 8xx WM values based on a 32-bpp framebuffer by Chris Wilson · 12 years ago
  26. ccdf56c drm/i915: Fix sparse warnings in from AGP kill code by Ben Widawsky · 12 years ago
  27. 44cbd33 drm/i915: Missed lock change with rps lock by Ben Widawsky · 12 years ago
  28. 26b1ff3 drm/i915: Move the remaining gtt code by Ben Widawsky · 12 years ago
  29. 0f9b91c drm/i915: flush system agent TLBs on SNB by Ben Widawsky · 12 years ago
  30. 009946f drm/i915: Kill off now unused gen6+ AGP code by Ben Widawsky · 12 years ago
  31. 03752f5 drm/i915: Calculate correct stolen size for GEN7+ by Ben Widawsky · 12 years ago
  32. e76e9ae drm/i915: Stop using AGP layer for GEN6+ by Ben Widawsky · 12 years ago
  33. b3fcabb drm/i915: drop the double-OP_STOREDW usage in blt_ring_flush by Daniel Vetter · 12 years ago
  34. 1abd02e drm/i915: don't rewrite the GTT on resume v4 by Jesse Barnes · 12 years ago
  35. 4fc688c drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex by Jesse Barnes · 12 years ago
  36. 1a01ab3 drm/i915: put ring frequency and turbo setup into a work queue v5 by Jesse Barnes · 12 years ago
  37. 073f34d drm/i915: don't block resume on fb console resume v2 by Jesse Barnes · 12 years ago
  38. a4da4fa drm/i915: extract l3_parity substruct from dev_priv by Daniel Vetter · 12 years ago
  39. 231f42a drm/i915: move dri1 dungeon out of dev_priv by Daniel Vetter · 12 years ago
  40. 3e37394 drm/i915: move pwrctx/renderctx to the other ilk power state by Daniel Vetter · 12 years ago
  41. c85aa88 drm/i915: move dev_priv->(rps|ips) out of line by Daniel Vetter · 12 years ago
  42. f4c956a drm/i915: move the suspend/resume register file out of dev_priv by Daniel Vetter · 12 years ago
  43. 310c53a drm/i915: add clock gating regs to VLV offset check function by Jesse Barnes · 12 years ago
  44. 3ac7831 drm/i915: PIPE_CONTROL TLB invalidate requires CS stall by Jesse Barnes · 12 years ago
  45. 9a28977 drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync op v3 by Jesse Barnes · 12 years ago
  46. 12f3382 drm/i915: implement WaDisablePSDDualDispatchEnable on IVB & VLV by Jesse Barnes · 12 years ago
  47. 2d80957 drm/i915: implement WaDisableVLVClockGating_VBIIssue on VLV by Jesse Barnes · 12 years ago
  48. 5c9664d drm/i915: implement WaForceL3Serialization on VLV and IVB by Jesse Barnes · 12 years ago
  49. 8ab4397 drm/i915: implement WaDisableDopClockGatingisable on VLV and IVB by Jesse Barnes · 12 years ago
  50. d0cf5ea drm/i915: implement WaDisableL3CacheAging on VLV by Jesse Barnes · 12 years ago
  51. 1ad960f drm/i915: fix Haswell FDI link disable path by Paulo Zanoni · 12 years ago
  52. 0494564 drm/i915: fix Haswell FDI link training code by Paulo Zanoni · 12 years ago
  53. 547dc04 drm/i915: remove HAS_eDP as unnecessary and inconsistent indirection by Jani Nikula · 12 years ago
  54. 349d7e5 drm/i915: set the correct number of FDI lanes on Haswell by Paulo Zanoni · 12 years ago
  55. 3107bd4 drm/i915: kill pch_init_clock_gating indirection by Daniel Vetter · 12 years ago
  56. ce40141 drm/i915: implement WADP0ClockGatingDisable by Daniel Vetter · 12 years ago
  57. 23670b32 drm/i915: CPT+ pch transcoder workaround by Daniel Vetter · 12 years ago
  58. 8f5718a drm/i915: drop unnecessary check from fdi_link_train code by Daniel Vetter · 12 years ago
  59. 7fcb83c drm/i915: check whether the pch is the soulmate of the cpu by Daniel Vetter · 12 years ago
  60. 270b304 drm/i915: move panel connectors to the front by Daniel Vetter · 12 years ago
  61. cfc1a06 drm: add helper to sort panels to the head of the connector list by Daniel Vetter · 12 years ago
  62. ab4d966 drm/i915: don't assert disabled FDI before disabling the FDI by Paulo Zanoni · 12 years ago
  63. fd9c018 drm/i915: don't call intel_disable_pch_pll on Haswell/LPT by Paulo Zanoni · 12 years ago
  64. 223a6fd drm/i915: implement timing override workarounds on LPT by Paulo Zanoni · 12 years ago
  65. 8a52fd9 drm/i915: use CPU and PCH transcoders on lpt_disable_pch_transcoder by Paulo Zanoni · 12 years ago
  66. 32ae46bf drm/i915: Add SURFLIVE register definitions by Ville Syrjälä · 12 years ago
  67. 9a76b1c drm/i915: use PIPECONF_INTERLACE_MASK_HSW on lpt_enable_pch_transcoder by Paulo Zanoni · 12 years ago
  68. 69d3ed5 drm/i915: don't assert_pch_ports_disabled on LPT by Paulo Zanoni · 12 years ago
  69. 25f3ef1 drm/i915: don't rely on previous values when setting LPT TRANSCONF by Paulo Zanoni · 12 years ago
  70. 937bb61 drm/i915: use CPU and PCH transcoders on lpt_enable_pch_transcoder by Paulo Zanoni · 12 years ago
  71. 1f6921c drm/i915: don't assert_pch_pll_enabled on lpt_enable_pch_transcoder by Paulo Zanoni · 12 years ago
  72. a35f267 drm/i915: remove IBX code from lpt_enable_pch_transcoder by Paulo Zanoni · 12 years ago
  73. 25e78e9 drm/i915: remove Haswell code from ironlake_enable_pch_transcoder by Paulo Zanoni · 12 years ago
  74. 8fb033d drm/i915: fork lpt version of ironlake_{en, dis}able_pch_transcoder by Paulo Zanoni · 12 years ago
  75. b8a4f40 drm/i915: rename intel_{en, dis}able_transcoder by Paulo Zanoni · 12 years ago
  76. daed2db drm/i915: use the CPU and PCH transcoders on lpt_pch_enable by Paulo Zanoni · 12 years ago
  77. 0540e48 drm/i915: don't assert_panel_unlocked on LPT by Paulo Zanoni · 12 years ago
  78. 7cbfd06 drm/i915: don't call ironlake_enable_pch_pll on lpt_pch_enable by Paulo Zanoni · 12 years ago
  79. b6b4e18 drm/i915: rename intel_enable_pch_pll to ironlake_enable_pch_pll by Paulo Zanoni · 12 years ago
  80. 8c52b5e drm/i915: remove ironlake bits from lpt_pch_enable by Paulo Zanoni · 12 years ago
  81. 303b81e drm/i915: remove Haswell/LPT bits from ironlake_pch_enable by Paulo Zanoni · 12 years ago
  82. 1507e5b drm/i915: add lpt_pch_enable by Paulo Zanoni · 12 years ago
  83. 4eda01b drm/i915: use intel_ddi_get_hw_state on CRT encoder too by Paulo Zanoni · 12 years ago
  84. 4837813 drm/i915: don't set ADPA pipe select on LPT by Paulo Zanoni · 12 years ago
  85. 9256aa1 drm/i915: move encoder->mode_set calls to crtc_mode_set by Daniel Vetter · 12 years ago
  86. 198598d drm/i915: Introduce intel_crtc_update_sarea_pos() by Ville Syrjälä · 12 years ago
  87. 28d491d drm/i915: Bad pixel formats can't reach the sprite code by Ville Syrjälä · 12 years ago
  88. 2bd3c3c drm/i915: pixel_size == cpp by Ville Syrjälä · 12 years ago
  89. 90f9a33 drm/i915: Check the framebuffer offset by Ville Syrjälä · 12 years ago
  90. 5d7bd70 drm/i915: Check framebuffer stride more thoroughly by Ville Syrjälä · 12 years ago
  91. 57779d0 drm/i915: Fix display pixel format handling by Ville Syrjälä · 12 years ago
  92. e7210c3 drm/i915: move more pte encoding to pte encode by Ben Widawsky · 12 years ago
  93. 54d1252 drm/i915: Extract PPGTT pte encoding by Ben Widawsky · 12 years ago
  94. f61c060 drm/i915: introduce gtt_pte_t by Ben Widawsky · 12 years ago
  95. 8f2c59f drm/i915: Add dev to ppgtt by Ben Widawsky · 12 years ago
  96. 8693607 drm/i915: No LLC_MLC for HSW. by Ben Widawsky · 12 years ago
  97. 17f10fd drm/i915/ringbuffer: exclude last 2 cachelines on 845g on all callpaths by Mika Kuoppala · 12 years ago
  98. 00c09d7 drm/i915: create the DDI encoder by Paulo Zanoni · 12 years ago
  99. bcbc889 drm/i915: add intel_ddi_connector_get_hw_state by Paulo Zanoni · 12 years ago
  100. 174edf1 drm/i915: add port field to intel_digital_port by Paulo Zanoni · 12 years ago