1. d6c50ff drm/i915: set/unset the DDI eDP backlight by Paulo Zanoni · 12 years ago
  2. b8fc2f6 drm/i915: set the correct eDP aux channel clock divider on DDI by Paulo Zanoni · 12 years ago
  3. e6f0bfc drm/i915: select the correct pipe when using TRANSCODER_EDP by Paulo Zanoni · 12 years ago
  4. b5e508d drm/i915: implement workaround for VTOTAL when using TRANSCODER_EDP by Paulo Zanoni · 12 years ago
  5. fe2b8f9 drm/i915: convert pipe timing definitions to transcoder by Paulo Zanoni · 12 years ago
  6. afe2fcf drm/i915: convert CPU M/N timings to transcoder by Paulo Zanoni · 12 years ago
  7. c980979 drm/i915: convert PIPE_MSA_MISC to transcoder by Paulo Zanoni · 12 years ago
  8. 702e7a5 drm/i915: convert PIPECONF to use transcoder instead of pipe by Paulo Zanoni · 12 years ago
  9. e28d54c drm/i915: check TRANSCODER_EDP on intel_modeset_setup_hw_state by Paulo Zanoni · 12 years ago
  10. ad80a81 drm/i915: convert DDI_FUNC_CTL to transcoder by Paulo Zanoni · 12 years ago
  11. bb523fc drm/i915: convert PIPE_CLK_SEL to transcoder by Paulo Zanoni · 12 years ago
  12. a5c961d drm/i915: add TRANSCODER_EDP by Paulo Zanoni · 12 years ago
  13. 8361663 drm/i915: don't call Haswell PCH code when we can't or don't need by Paulo Zanoni · 12 years ago
  14. fc316cb drm/i915: simplify intel_crtc_driving_pch by Paulo Zanoni · 12 years ago
  15. 1f54438 drm/i915: fix checks inside haswell_crtc_{enable, disable} by Paulo Zanoni · 12 years ago
  16. 20474e9 drm/i915: fix checks inside ironlake_crtc_{enable, disable} by Paulo Zanoni · 12 years ago
  17. 4f771f1 drm/i915: fork a Haswell version of ironlake_crtc_{enable, disable} by Paulo Zanoni · 12 years ago
  18. 051f866 drm/i915: remove an extra #define for DP_RECEIVER_CAP_SIZE by Jani Nikula · 12 years ago
  19. 67a5456 drm/i915: extract intel_dp_init_panel_power_sequencer by Daniel Vetter · 12 years ago
  20. 6b3ec1c drm/i915/dp: compute the pch dp aux divider from the rawclk by Daniel Vetter · 12 years ago
  21. d2acd21 drm/i915/eDP: compute the panel power clock divisor from the pch rawclock by Daniel Vetter · 12 years ago
  22. 035aa3d drm/i915: enable/disable backlight for eDP by Daniel Vetter · 12 years ago
  23. 0b90365 drm/radeon: fix ATPX regression in acpi rework by Alex Deucher · 12 years ago
  24. c9bd773 drm/radeon: fix ATPX function documentation by Alex Deucher · 12 years ago
  25. 0fe7158 drm/radeon: move the retry to gem_object_create by Christian König · 12 years ago
  26. 6c0d112 drm/radeon: move size limits to gem_object_create. by Christian König · 12 years ago
  27. 59240ee drm/radeon: use vzalloc for gart pages by Christian König · 12 years ago
  28. 1bcb04f drm/radeon: fix and simplify pot argument checks v3 by Christian König · 12 years ago
  29. b6e0e54 drm/i915: clear the entire sdvo infoframe buffer by Daniel Vetter · 12 years ago
  30. 82ed61f drm/i915: make edp panel power sequence setup more robust by Daniel Vetter · 12 years ago
  31. 2d354c3 drm/i915: Don't try to use SPR_SCALE when we don't have a sprite scaler by Damien Lespiau · 12 years ago
  32. 9324cf7 drm/i915/dp: actually nack test request by Daniel Vetter · 12 years ago
  33. 08eda32 drm/radeon: fix header size estimation in VM code by Christian König · 12 years ago
  34. 204a393 drm/radeon: remove set_page check from VM code by Christian König · 12 years ago
  35. d7025d8 drm/radeon: fix si_set_page v2 by Christian König · 12 years ago
  36. f9fdffa drm/radeon: fix cayman_vm_set_page v2 by Christian König · 12 years ago
  37. 58f8cf5 drm/radeon: fix PFP sync in vm_flush by Christian König · 12 years ago
  38. c717213 drm/radeon: add error output if VM CS fails on cayman by Alex Deucher · 12 years ago
  39. 614499b drm/radeon: give each backlight a unique id by Alex Deucher · 12 years ago
  40. 1518d7f drm/radeon: fix sparse warning by Alex Deucher · 12 years ago
  41. 7f6658e drm/i915: VGA needs to be on pipe A on i830M by Daniel Vetter · 12 years ago
  42. a919398 drm/i915: fix overlay on i830M by Daniel Vetter · 12 years ago
  43. b8e902f drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs() by Thomas Hellstrom · 12 years ago
  44. 7bc17a7 drm/ttm: Fix a theoretical race by Thomas Hellstrom · 12 years ago
  45. a16d4f8 drm: platform: Don't initialize driver-private data by Thierry Reding · 12 years ago
  46. 08bce0a drm/debugfs: remove redundant info from gem_names by Marcin Slusarz · 12 years ago
  47. 0281324 drm: fb: cma: Fail gracefully on allocation failure by Thierry Reding · 12 years ago
  48. e0d78d0 drm: fb: cma: Fix typo in debug message by Thierry Reding · 12 years ago
  49. 397fe15 drm: extract drm_dp_max_lane_count helper by Daniel Vetter · 12 years ago
  50. 3b5c662 drm: extract dp link bw helpers by Daniel Vetter · 12 years ago
  51. a7c9655 drm/i915: use the new dp train delay helpers by Daniel Vetter · 12 years ago
  52. 1a644cd drm: extract dp link train delay functions from radeon by Daniel Vetter · 12 years ago
  53. 0f037bd drm: extract helpers to compute new training values from sink request by Daniel Vetter · 12 years ago
  54. 0191627 drm: dp helper: extract drm_dp_clock_recovery_ok by Daniel Vetter · 12 years ago
  55. 1ffdff1 drm: dp helper: extract drm_dp_channel_eq_ok by Daniel Vetter · 12 years ago
  56. 00ae9a4 drm: rename drm_dp_i2c_helper.c to drm_dp_helper.c by Daniel Vetter · 12 years ago
  57. 9ec1561 drm/i915: remove unused mem_block struct definition by Mika Kuoppala · 12 years ago
  58. 9cd300e drm/i915: Move cached EDID to intel_connector by Jani Nikula · 12 years ago
  59. ebda95a drm/i915: Do not free the passed EDID in intel_connector_update_modes() by Jani Nikula · 12 years ago
  60. dd06f90 drm/i915: Move the fixed mode to intel_panel by Jani Nikula · 12 years ago
  61. 1d50870 drm/i915: Create generic intel_panel for LVDS and eDP by Jani Nikula · 12 years ago
  62. f8779fd drm/i915/dp: Initialize eDP fixed mode in intel_dp_init by Jani Nikula · 12 years ago
  63. 62165e0 drm/i915/lvds: Move some connector specific info across from the encoder by Jani Nikula · 12 years ago
  64. 0657b6b drm/i915: Backlight setup requires connector so pass it as parameter by Jani Nikula · 12 years ago
  65. db1740a drm/i915/lvds: Move the acpi_lid_notifier from drm_i915_private to the connector by Jani Nikula · 12 years ago
  66. c7362c4 drm/i915/lvds: Introduce intel_lvds_connector by Jani Nikula · 12 years ago
  67. 29b99b4 drm/i915/lvds: Rename intel_lvds to intel_lvds_encoder by Jani Nikula · 12 years ago
  68. c2fb791 Merge tag 'v3.7-rc2' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  69. ae168d9 Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 12 years ago
  70. 5e5a195 drm/nouveau/clock: fix missing pll type/addr when matching default entry by Ben Skeggs · 12 years ago
  71. 2c25b73 drm/nouveau/fb: fix reporting of memory type on GF8+ IGPs by Ben Skeggs · 12 years ago
  72. 4bf24c0 drm/nv41/vm: don't init hw pciegart on boards with agp bridge by Ben Skeggs · 12 years ago
  73. d1626a9 drm/nouveau/bios: fetch full 4KiB block to determine ACPI ROM image size by Ben Skeggs · 12 years ago
  74. 00e4845 drm/nouveau: validate vbios size by Marcin Slusarz · 12 years ago
  75. 0bab097 drm/nouveau: warn when trying to free mm which is still in use by Marcin Slusarz · 12 years ago
  76. 92485ce drm/nouveau: fix nouveau_mm/nouveau_mm_node leak by Marcin Slusarz · 12 years ago
  77. 90e2889 drm/nouveau/bios: improve error handling when reading the vbios from ACPI by Martin Peres · 12 years ago
  78. 2c14575 drm/nouveau: handle same-fb page flips by Marcin Slusarz · 12 years ago
  79. 64acba6 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  80. 29de6ce drm/i915: Don't program DSPCLK_GATE_D twice on IVB and VLV by Damien Lespiau · 12 years ago
  81. 4d47e4f drm/i915: Program DSPCLK_GATE_D only once on Ironlake by Damien Lespiau · 12 years ago
  82. 74ce6b6 drm/i915: Initialize obj->pages before use by i915_gem_object_do_bit17_swizzle() by Chris Wilson · 12 years ago
  83. c31407a drm/i915: Add no-lvds quirk for Supermicro X7SPA-H by Chris Wilson · 12 years ago
  84. 231e54f drm/i915: Consolidate ILK_DSPCLK_GATE and PCH_DSPCLK_GATE by Damien Lespiau · 12 years ago
  85. 36ec8f8 drm/i915: unconditionally use mt forcewake on hsw/ivb by Daniel Vetter · 12 years ago
  86. a7902ac5 drm/i915: set the correct function pointers for Haswell DP by Paulo Zanoni · 12 years ago
  87. c19b066 drm/i915: implement Haswell DP link train sequence by Paulo Zanoni · 12 years ago
  88. 1eb8dfe drm/i915: fix Haswell DP M/N registers by Paulo Zanoni · 12 years ago
  89. a836bdf drm/i915: add DP support to intel_ddi_disable_port by Paulo Zanoni · 12 years ago
  90. 247d89f drm/i915: add DP support to intel_ddi_mode_set by Paulo Zanoni · 12 years ago
  91. 6547fef drm/i915: add DP support to intel_enable_ddi by Paulo Zanoni · 12 years ago
  92. fe43d3f drm/i915: add DP support to intel_ddi_get_hw_state by Paulo Zanoni · 12 years ago
  93. 0bdee30 drm/i915: add DP support to intel_ddi_get_encoder_port by Paulo Zanoni · 12 years ago
  94. 750eb99 drm/i915: fix DP AUX register definitions on Haswell by Paulo Zanoni · 12 years ago
  95. 16995a9 drm/i915: Clear FORCEWAKE when taking over from BIOS by Chris Wilson · 12 years ago
  96. 7fdd74a drm/i915: don't save/restor ADPA for kms by Daniel Vetter · 12 years ago
  97. 2e93889 drm/i915/crt: explicitly set up HOTPLUG_BITS on resume by Daniel Vetter · 12 years ago
  98. 912d812 drm/i915/crt: don't set HOTPLUG bits on !PCH by Daniel Vetter · 12 years ago
  99. c630119 drm/i915: don't save/restore HWS_PGA reg for kms by Daniel Vetter · 12 years ago
  100. 905c27b drm/i915: don't save/restore irq regs for kms by Daniel Vetter · 12 years ago