1. 210b23c intel-gtt: i965: use detected gtt size for mapping by Daniel Vetter · 14 years ago
  2. ccc4e67 intel-gtt: i915: use detected gtt size for mapping by Daniel Vetter · 14 years ago
  3. 1a997ff intel-gtt: introduce intel_gtt_driver by Daniel Vetter · 14 years ago
  4. e5e408f intel-gtt: fix gtt_total_entries detection by Daniel Vetter · 14 years ago
  5. ffdd751 intel-gtt: s/i8[13]0/fake_agp for generic functions by Daniel Vetter · 14 years ago
  6. fbe4078 intel-gtt: adjust overhead entries in intel_gtt_stolen_entries by Daniel Vetter · 14 years ago
  7. 77ad498 intel-gtt: drop unnecessary conditions in intel_gtt_stolen_entries by Daniel Vetter · 14 years ago
  8. d8d9abc intel-gtt: sane variable names for intel_gtt_stolen_entries by Daniel Vetter · 14 years ago
  9. 3e921f9 intel-gtt: generic intel_fake_agp_fetch_size by Daniel Vetter · 14 years ago
  10. 1784a5f intel-gtt: new function intel_gtt_mappable_entries by Daniel Vetter · 14 years ago
  11. bfde067 intel-gtt: s/intel_i830_init_gtt_entries/intel_gtt_stolen_entries by Daniel Vetter · 14 years ago
  12. d7cca2f intel-gtt: store a local pointer to the bridge pci dev by Daniel Vetter · 14 years ago
  13. 0ade638 intel-gtt: introduce drm/intel-gtt.h by Daniel Vetter · 14 years ago
  14. e2404e7 agp/intel: make intel-gtt.c into a real source file by Daniel Vetter · 14 years ago
  15. 02c026c agp/intel: split out gmch/gtt probe, part 2 by Daniel Vetter · 14 years ago
  16. 309b1e3 drm/i915: Don't disable panel for modesetting if pfit hasn't changed by Matthew Garrett · 14 years ago
  17. 434ed09 drm/i915: set dither bits on eDP panels too by Jesse Barnes · 14 years ago
  18. 4f0d1af drm/i915: fix pipeconf dither bit definitions by Jesse Barnes · 14 years ago
  19. dd2575f drm/i915: Remove impossible error handling from bit17 swizzling by Chris Wilson · 14 years ago
  20. 8c80b59 drm/i915: Add ringbuffer wait reset to hangcheck by Chris Wilson · 14 years ago
  21. 4b60e5c drm/i915: Clear scanline waits after disabling the pipe. by Chris Wilson · 14 years ago
  22. 37811fc drm/i915: Show framebuffer info in debugfs by Chris Wilson · 14 years ago
  23. 70d39fe drm/i915: Show device capabilities in debugfs by Chris Wilson · 14 years ago
  24. b7ac36d drm/i915/tv: After disabling the pipe, use wait_for_vblank_off() by Chris Wilson · 14 years ago
  25. a957355 drm/i915: Refactor panel backlight controls by Chris Wilson · 14 years ago
  26. 5d607f9 drm/i915: Remove redundant initialisation of fb_base by Chris Wilson · 14 years ago
  27. 995b676 drm/i915: Quieten sparse warnings for missing prototypes. by Chris Wilson · 14 years ago
  28. de227ef drm/i915: Kill the active list spinlock by Chris Wilson · 14 years ago
  29. 015b9c8 drm/i915: Remove the random SyncFlush during initialisation by Chris Wilson · 14 years ago
  30. 3bd3c93 drm/i915: Compile out error state without DEBUG_FS by Chris Wilson · 14 years ago
  31. b303cf9 drm/i915/overlay: Use a continuation hook to finish work after a flip. by Chris Wilson · 14 years ago
  32. 23f09ce drm/i915/overlay: Make the overlay control struct opaque. by Chris Wilson · 14 years ago
  33. 5dcdbcb drm/i915/overlay: Pass interruptible to switch_off() by Chris Wilson · 14 years ago
  34. 106dada drm/i915/overlay: Workaround i830 overlay activation bug. by Chris Wilson · 14 years ago
  35. 5fe82c5 drm/i915/overlay: Make do_put_image() as static by Chris Wilson · 14 years ago
  36. 8dc5d14 drm/i915: Preallocate requests by Chris Wilson · 14 years ago
  37. 5cd68c9 drm/i915/overlay: Tidy release_old_vid() by Chris Wilson · 14 years ago
  38. 8dfbc34 drm/i915/overlay: Combine SWITCH_OFF into a single step by Chris Wilson · 14 years ago
  39. 9bb2ff7 drm/i915/overlay: Explicitly pass regs from map to unmap by Chris Wilson · 14 years ago
  40. b6c028e drm/i915/overlay: Refactor do_wait_request() by Chris Wilson · 14 years ago
  41. 9f7c3f4 drm/i915/overlay: Tidy check_overlay_dst() by Chris Wilson · 14 years ago
  42. 446d218 drm/i915/overlay: Tidy update_pfit_vscale_ratio() by Chris Wilson · 14 years ago
  43. 7340ea7 drm/i915/overlay: Remove duplicated definition of OFC_UPDATE by Chris Wilson · 14 years ago
  44. 62cf4e6 drm/i915/overlay: Destroy reg_bo on shutdown. by Chris Wilson · 14 years ago
  45. a293012 drm/i915/overlay: Use the recommended page alignment for physical regs by Chris Wilson · 14 years ago
  46. 60fc332 drm/i915/overlay: Tidy attribute checking. by Chris Wilson · 14 years ago
  47. 8d74f65 drm/i915/overlay: Use non-atomic mappings for the common case. by Chris Wilson · 14 years ago
  48. 31578148 drm/i915/overlay: Move capabilities bits to common info block. by Chris Wilson · 14 years ago
  49. 0ddc128 drm/i915/overlay: Ensure that the reg_bo is in the GTT prior to writing. by Chris Wilson · 14 years ago
  50. 6ba3ddd drm/i915/overlay: Missing breaks between case statements for color depth by Chris Wilson · 14 years ago
  51. 722506f drm/i915/overlay: Whitespace by Chris Wilson · 14 years ago
  52. 4fc6ee7 drm/i915: drop i915_add_request right in front of i915_wait_request by Daniel Vetter · 14 years ago
  53. ba3d8d7 drm/i915: move the wait_rendering call into flush_gpu_write_domain by Daniel Vetter · 14 years ago
  54. 617dbe2 drm/i915: drop seqno argument from i915_gem_object_move_to_active by Daniel Vetter · 14 years ago
  55. 86394c6 drm/i915: kill a no longer necessary BUG_ON by Daniel Vetter · 14 years ago
  56. 8a1a49f drm/i915: move flushing list processing to i915_retire_commands by Daniel Vetter · 14 years ago
  57. a691043 drm/i915: only one interrupt per batchbuffer is not enough! by Daniel Vetter · 14 years ago
  58. 8bff917 drm/i915: move flushing list processing to i915_gem_flush by Daniel Vetter · 14 years ago
  59. e35a41d drm/i915: allow lazy emitting of requests by Daniel Vetter · 14 years ago
  60. be282fd drm/i915: add MMIO debug output by Jesse Barnes · 14 years ago
  61. 6c9547f drm/i915/sdvo: Preserve pixel-multiplier by Chris Wilson · 14 years ago
  62. 57cd650 drm/i915: Sanity check user framebuffer parameters on creation by Chris Wilson · 14 years ago
  63. 763a4a0 drm/i915/tv: Mark the format names as constant and so avoid the memleak by Chris Wilson · 14 years ago
  64. 974b933 drm/i915/tv: Poll for DAC state change by Chris Wilson · 14 years ago
  65. b8ed2a4 drm/i915/tv: Preserve reserved DAC bits during mode-setting by Chris Wilson · 14 years ago
  66. efe8c25 drm/i915: Revert extra intel_wait_for_vblank to prevent stalls. by Sitsofe Wheeler · 14 years ago
  67. 2bbda38 drm/i915: Ironlake page-flipping is per-plane not per-pipe by Chris Wilson · 14 years ago
  68. 425904d drm/i915: Addin-offset is an unreliable indicator of LVDS presence (v2) by Chris Wilson · 14 years ago
  69. 44834a6 drm/i915: Use the VBT from OpRegion when available (v3) by Chris Wilson · 14 years ago
  70. 3b61796 drm/i915: Rename i915_opregion.c to intel_opregion.c by Chris Wilson · 14 years ago
  71. 19c55da drm/i915/crt: Flush register prior to waiting for vblank. by Chris Wilson · 14 years ago
  72. 82d7c9e drm/i915: Avoid using msleep under kdb and wait_for() by Chris Wilson · 14 years ago
  73. 481b6af drm/i915: Drop the msleep parameter to wait_for() by Chris Wilson · 14 years ago
  74. 75ef9da drm/i915: unload: fix retire_work races by Daniel Vetter · 14 years ago
  75. c911fc1 drm/i915: unload: ensure that gem is idle by Daniel Vetter · 14 years ago
  76. 67e77c5 drm/i915: unload: fix unpin_work related races by Daniel Vetter · 14 years ago
  77. 3dec009 drm/i915: unload: fix idle_timer/idle_work races by Daniel Vetter · 14 years ago
  78. a8b4899 drm/i915: unload: don't leak error state by Daniel Vetter · 14 years ago
  79. 6c0d9350 drm/i915: unload: fix hotplug_work races by Daniel Vetter · 14 years ago
  80. bc0c7f1 drm/i915: unload: fix error_work races by Daniel Vetter · 14 years ago
  81. 24d0592 drm/i915: unload: fix intel dp encoder cleanup by Daniel Vetter · 14 years ago
  82. b970be7 Merge remote branch 'airlied/drm-core-next' into HEAD by Chris Wilson · 14 years ago
  83. c3add4b Revert "drm/i915: Warn if we run out of FIFO space for a mode" by Chris Wilson · 14 years ago
  84. 12e8ba2 Revert "drm/i915: Allow LVDS on pipe A on gen4+" by Chris Wilson · 14 years ago
  85. bc41606 Revert "drm/i915: Enable RC6 on Ironlake." by Chris Wilson · 14 years ago
  86. 8554048 intel_agp,i915: Add more sandybridge graphics device ids by Zhenyu Wang · 14 years ago
  87. a69ffdb drm/i915: Enable MI_FLUSH on Sandybridge by Zhenyu Wang · 14 years ago
  88. f8f235e agp/intel: Fix cache control for Sandybridge by Zhenyu Wang · 14 years ago
  89. 93f5f7f agp/intel: use #ifdef idiom for intel-agp.h by Zhenyu Wang · 14 years ago
  90. 8dfc2b1 agp/intel: fix physical address mask bits for sandybridge by Zhenyu Wang · 14 years ago
  91. 032d2a0 drm/i915: Prevent double dpms on by Chris Wilson · 14 years ago
  92. 52be119 drm/i915: Avoid use of uninitialised values when disabling panel-fitter by Chris Wilson · 14 years ago
  93. 4e5359c drm/i915: Avoid pageflipping freeze when we miss the flip prepare interrupt by Simon Farnsworth · 14 years ago
  94. 8e647a2 drm/i915: Tightly scope intel_encoder to prevent invalid use by Chris Wilson · 14 years ago
  95. a25c25c drm/i915: Allocate the PCI resource for the MCHBAR by Chris Wilson · 14 years ago
  96. 4f7f7b7 drm/i915/dp: Really try 5 times before giving up. by Chris Wilson · 14 years ago
  97. b66d842 drm/i915/sdvo: Restore guess of the DDC bus in absence of VBIOS by Chris Wilson · 14 years ago
  98. 0ad6ef2 drm/i915/dp: Boost timeout for enabling transcoder to 100ms by Chris Wilson · 14 years ago
  99. 4e6cfef drm/i915: Re-use set_base_atomic to share setting of the display registers by Chris Wilson · 14 years ago
  100. 52e6863 drm/i915: Fix offset page-flips on i965+ by Chris Wilson · 14 years ago