1. edd41a8 drm/i915: Kill obj->gtt_offset by Ben Widawsky · 11 years ago
  2. f343c5f drm/i915: Getter/setter for object attributes by Ben Widawsky · 11 years ago
  3. 338710e drm: Change create block to reserve node by Ben Widawsky · 11 years ago
  4. b3a070c drm: pre allocate node for create_block by Ben Widawsky · 11 years ago
  5. b79480b drm/i915: assert_spin_locked for pipestat interrupt enable/disable by Daniel Vetter · 11 years ago
  6. 190d6cd drm/i915: less magic for stolen preallocated objects w/o gtt offset by Daniel Vetter · 11 years ago
  7. d94ab06 drm/i915: Explicitly cast pipe -> intel_dpll_id by Daniel Vetter · 11 years ago
  8. e143a21 drm/i915: explicitly cast pipe -> cpu_transcoder by Daniel Vetter · 11 years ago
  9. e847440 drm/i915: Use wait_for() to wait for Punit to change GPU freq on VLV by Ville Syrjälä · 11 years ago
  10. 510d5f2 drm/i915: split encoder get_config calls from crtc get_clock calls by Jesse Barnes · 11 years ago
  11. 6f02488 drm/i915: fixup messages in pipe_config_compare by Jesse Barnes · 11 years ago
  12. ef86ddc drm/i915: add error_state sysfs entry by Mika Kuoppala · 11 years ago
  13. 4dc955f drm/i915: introduce i915_error_state_buf_init by Mika Kuoppala · 11 years ago
  14. 95d5bfb drm/i915: export error state ref handling by Mika Kuoppala · 11 years ago
  15. fc16b48 drm/i915: export error state to string conversion by Mika Kuoppala · 11 years ago
  16. 319d982 drm/i915: flip on a no fb -> fb transition if crtc is active v3 by Jesse Barnes · 11 years ago
  17. 4d6a3e6 drm/i915: turn off panel fitting at flip time if needed v2 by Jesse Barnes · 11 years ago
  18. babea61 drm/i915: copy fetched mode state into crtc at setup_hw time v5 by Jesse Barnes · 11 years ago
  19. f1f644d drm/i915: get mode clock when reading the pipe config v9 by Jesse Barnes · 11 years ago
  20. 2385bdf drm/i915: add fastboot param for fast & loose mode setting by Jesse Barnes · 11 years ago
  21. c93f54c drm/i915: pixel multiplier readout support for pch ports by Daniel Vetter · 11 years ago
  22. 911bdf0 drm/i915: Move gtt_mtrr to i915_gtt by Ben Widawsky · 11 years ago
  23. 5c3fe8b drm/i915: Move fbc members out of line by Ben Widawsky · 11 years ago
  24. b2f21b4 drm/i915: Use gtt shortform where possible by Ben Widawsky · 11 years ago
  25. 80a74f7 drm/i915: Drop dev from pte_encode by Ben Widawsky · 11 years ago
  26. 6716724 drm/i915: Combine scratch members into a struct by Ben Widawsky · 11 years ago
  27. 84f1356 drm/i915: Really share scratch page by Ben Widawsky · 11 years ago
  28. 6670a5a drm/i915: make PDE|PTE platform specific by Ben Widawsky · 11 years ago
  29. 26b7c22 drm/i915: Extract error buffer capture by Ben Widawsky · 11 years ago
  30. 5476f85 drm/i915: Remove extra error state NULL by Ben Widawsky · 11 years ago
  31. 165e901 drm/i915: Mask out hardware status bits from VLV DPLL register by Ville Syrjälä · 11 years ago
  32. f6736a1 drm/i915: s/pre_pll/pre/ on the lvds port enable function by Daniel Vetter · 11 years ago
  33. 66e3d5c drm/i915: move i9xx dpll enabling into crtc enable function by Daniel Vetter · 11 years ago
  34. 8bcc279 drm/i915: hw state readout for i9xx dplls by Daniel Vetter · 11 years ago
  35. 952735e drm/i915: move encoder pre enable hooks togther on ilk+ by Daniel Vetter · 11 years ago
  36. 55607e8 drm/i915: asserts for lvds pre_enable by Daniel Vetter · 11 years ago
  37. 87442f7 drm/i915: duplicate intel_enable_pll into i9xx and vlv versions by Daniel Vetter · 11 years ago
  38. b89a1d3 drm/i915: use sw tracked state to select shared dplls by Daniel Vetter · 11 years ago
  39. 15bdd4c drm/i915: consolidate pch pll enable sequence by Daniel Vetter · 11 years ago
  40. 3ef8fb5 drm/i915: Bail out once we've found the context object by Damien Lespiau · 11 years ago
  41. f4db932 drm/i915: Fix a couple of "should it be static?" sparse warnings by Damien Lespiau · 11 years ago
  42. aee56cf drm/i915: Fix a few style issues found by checkpatch.pl by Damien Lespiau · 11 years ago
  43. 267f0c9 drm/i915: Use seq_puts/seq_putc when possible by Damien Lespiau · 11 years ago
  44. 8a5729a drm/i915: Fix reason for per-chip disabling of FBC by Damien Lespiau · 11 years ago
  45. b63fb44 drm/i915: Make intel_enable_fbc() static by Damien Lespiau · 11 years ago
  46. 6cdcb5e drm/i915: invert the verbosity of intel_enable_fbc by Paulo Zanoni · 11 years ago
  47. baf27f9 drm/i915: Break up the large vsnprintf() in print_error_buffers() by Chris Wilson · 11 years ago
  48. d26e3af drm/i915: Refactor the wait_rendering completion into a common routine by Chris Wilson · 11 years ago
  49. daa13e1 drm/i915: Only clear write-domains after a successful wait-seqno by Chris Wilson · 11 years ago
  50. 63000ef drm/i915: correct intel_dp_get_config() function for DevCPT by Xiong Zhang · 11 years ago
  51. b5ea2d5 drm/i915: fix hpd interrupt register locking by Daniel Vetter · 11 years ago
  52. 91d131d drm/i915: fold the no-irq check into intel_hpd_irq_handler by Daniel Vetter · 11 years ago
  53. 5876fa0 drm/i915: fold the queue_work into intel_hpd_irq_handler by Daniel Vetter · 11 years ago
  54. 10a504d drm/i915: fold the hpd_irq_setup call into intel_hpd_irq_handler by Daniel Vetter · 11 years ago
  55. 22062db drm/i915: s/hotplug_irq_storm_detect/intel_hpd_irq_handler/ by Daniel Vetter · 11 years ago
  56. 6005ce4 drm/i915: close tiny race in the ilk pcu even interrupt setup by Daniel Vetter · 11 years ago
  57. 4bc9d43 drm/i915: fix locking around ironlake_enable|disable_display_irq by Daniel Vetter · 11 years ago
  58. a0de80a drm/i915: Fix context sizes on HSW by Ben Widawsky · 11 years ago
  59. 921c3b6 drm/i915: Fix VLV sprite register offsets by Ville Syrjälä · 11 years ago
  60. 2af2c49 Revert "drm/i915: Don't use the HDMI port color range bit on Valleyview" by Ville Syrjälä · 11 years ago
  61. 4abb2c3 drm/i915: s/LFP/LPF in DPIO PLL register names by Ville Syrjälä · 11 years ago
  62. 99750bd drm/i915: Fix VLV PLL LPF coefficients for DAC by Ville Syrjälä · 11 years ago
  63. 7425034 drm/i915: Jump to at least RPe on VLV when increasing the GPU frequency by Ville Syrjälä · 11 years ago
  64. 6dc5848 drm/i915: Don't increase the GPU frequency from the delayed VLV rps timer by Ville Syrjälä · 11 years ago
  65. 7a67092 drm/i915: GEN6_RP_INTERRUPT_LIMITS doesn't seem to exist on VLV by Ville Syrjälä · 11 years ago
  66. d8289c9 drm/i915: Make the rps new_delay comparison more readable by Ville Syrjälä · 11 years ago
  67. 80814ae drm/i915: Don't wait for Punit after each freq change on VLV by Ville Syrjälä · 11 years ago
  68. 73008b9 drm/i915: Clean up VLV rps code a bit by Ville Syrjälä · 11 years ago
  69. a35cdaa drm/i915: Detect invalid scanout pitches by Chris Wilson · 11 years ago
  70. e4e9222 drm/i915: Remove duplicated WaForceL3Serialization:vlv by Ville Syrjälä · 11 years ago
  71. bf67dfe drm/i915: don't scream into dmesg when a modeset fails by Daniel Vetter · 11 years ago
  72. 4f7fd70 drm/i915: Fix up sdvo hpd pins for i965g/gm by Daniel Vetter · 11 years ago
  73. f5adf94 drm/i915: Introduce an HAS_IPS() macro by Damien Lespiau · 11 years ago
  74. 3765f30 drm/i915: fix build warning on format specifier mismatch by Jani Nikula · 11 years ago
  75. 0f4f7b5 drm/i915: tune down DIDL warning about too many outputs by Daniel Vetter · 11 years ago
  76. 1625e7e drm/i915: make compact dma scatter lists creation work with SWIOTLB backend. by Konrad Rzeszutek Wilk · 11 years ago
  77. 6a9c4b3 drm/i915: Fix PCH detect with multiple ISA bridges in VM by Rui Guo · 11 years ago
  78. 73845ad drm/i915: rename intel_dp_destroy to intel_dp_connector_destroy by Paulo Zanoni · 11 years ago
  79. b2a1475 drm/i915: check the return value of intel_dp_i2c_init by Paulo Zanoni · 11 years ago
  80. 15b1d17 drm/i915: fix the "ghost eDP" encoder unwind path by Paulo Zanoni · 11 years ago
  81. b2f246a drm/i915: fix the "ghost eDP" connector unwind path by Paulo Zanoni · 11 years ago
  82. 16c2553 drm/i915: propagate errors from intel_dp_init_connector by Paulo Zanoni · 11 years ago
  83. ed92f0b drm/i915: extract intel_edp_init_connector by Paulo Zanoni · 11 years ago
  84. acd8db10 drm/i915: don't check encoder at DP connector destroy() by Paulo Zanoni · 11 years ago
  85. d482e5f Revert "drm: kms_helper: don't lose hotplug event" by Dave Airlie · 11 years ago
  86. da34242 drm/prime: add return check for dma_buf_fd by YoungJun Cho · 11 years ago
  87. ce92e3c drm/prime: reorder drm_prime_add_buf_handle and remove prototype by Seung-Woo Kim · 11 years ago
  88. 7d8f06a drm/prime: fix to put an exported dma_buf for adding handle failure by YoungJun Cho · 11 years ago
  89. 538d666 drm/prime: support to cache mapping by Joonyoung Shim · 11 years ago
  90. 7e3d88f drm/prime: replace NULL with error value in drm_prime_pages_to_sg by YoungJun Cho · 11 years ago
  91. b720d54 drm/prime: fix to check return of dma_map_sg in prime helper by YoungJun Cho · 11 years ago
  92. 2e07fb2 drm/gem: fix not to assign error value to gem name by YoungJun Cho · 11 years ago
  93. 4368dd8 drm/gem: add mutex lock when using drm_gem_mmap_obj by YoungJun Cho · 11 years ago
  94. 2644ee9 drm/omap: drop the !FB_OMAP2 dep by Dave Airlie · 11 years ago
  95. 8bd4ce5 drm/vmwgfx: get rid of ttm_bo_is_reserved usage by Maarten Lankhorst · 11 years ago
  96. 977c38d drm/radeon: get rid of ttm_bo_is_reserved usage by Maarten Lankhorst · 11 years ago
  97. 009a9da drm/ttm: get rid of ttm_bo_is_reserved usage by Maarten Lankhorst · 11 years ago
  98. 3482032 drm/ttm: inline ttm_bo_reserve and related calls by Maarten Lankhorst · 11 years ago
  99. c43f9b1 drm/radeon: inline reservations by Maarten Lankhorst · 11 years ago
  100. 06597ce drm/mgag200: inline reservations by Maarten Lankhorst · 11 years ago