1. c411964 drm/i915: Mark the cursor and the overlay as being part of the display planes by Chris Wilson · 13 years ago
  2. ce453d8 drm/i915: Use a device flag for non-interruptible phases by Chris Wilson · 13 years ago
  3. c872522 drm/i915: Protect against drm_gem_object not being the first member by Chris Wilson · 13 years ago
  4. 9db4a9c drm/i915: cleanup per-pipe reg usage by Jesse Barnes · 13 years ago
  5. db53a30 drm/i915: Refine tracepoints by Chris Wilson · 13 years ago
  6. 1ec14ad drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNB by Chris Wilson · 14 years ago
  7. d9e86c0 drm/i915: Pipelined fencing [infrastructure] by Chris Wilson · 14 years ago
  8. 05394f3 drm/i915: Use drm_i915_gem_object as the preferred type by Chris Wilson · 14 years ago
  9. 75e9e91 drm/i915: kill mappable/fenceable disdinction by Daniel Vetter · 14 years ago
  10. f2a630b Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  11. a00b10c drm/i915: Only enforce fence limits inside the GTT. by Chris Wilson · 14 years ago
  12. 920afa7 drm/i915: range-restricted bind_to_gtt by Daniel Vetter · 14 years ago
  13. 3cce469 drm/i915: Propagate error from failing to queue a request by Chris Wilson · 14 years ago
  14. e1f99ce drm/i915: Propagate errors from writing to ringbuffer by Chris Wilson · 14 years ago
  15. 8f28f54 i915: signedness bug in check_overlay_src() by Dan Carpenter · 14 years ago
  16. c48c43e Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  17. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
  18. a6c45cf drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g by Chris Wilson · 14 years ago
  19. f7abfe8 drm/i915: Fix an overlay regression from 7e7d76c by Chris Wilson · 14 years ago
  20. e9e331a drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitter by Chris Wilson · 14 years ago
  21. 5eddb70 drm/i915: Use macros to switch between equivalent pipe registers by Chris Wilson · 14 years ago
  22. 3bd3c93 drm/i915: Compile out error state without DEBUG_FS by Chris Wilson · 14 years ago
  23. b303cf9 drm/i915/overlay: Use a continuation hook to finish work after a flip. by Chris Wilson · 14 years ago
  24. 23f09ce drm/i915/overlay: Make the overlay control struct opaque. by Chris Wilson · 14 years ago
  25. 5dcdbcb drm/i915/overlay: Pass interruptible to switch_off() by Chris Wilson · 14 years ago
  26. 106dada drm/i915/overlay: Workaround i830 overlay activation bug. by Chris Wilson · 14 years ago
  27. 5fe82c5 drm/i915/overlay: Make do_put_image() as static by Chris Wilson · 14 years ago
  28. 8dc5d14 drm/i915: Preallocate requests by Chris Wilson · 14 years ago
  29. 5cd68c9 drm/i915/overlay: Tidy release_old_vid() by Chris Wilson · 14 years ago
  30. 8dfbc34 drm/i915/overlay: Combine SWITCH_OFF into a single step by Chris Wilson · 14 years ago
  31. 9bb2ff7 drm/i915/overlay: Explicitly pass regs from map to unmap by Chris Wilson · 14 years ago
  32. b6c028e drm/i915/overlay: Refactor do_wait_request() by Chris Wilson · 14 years ago
  33. 9f7c3f4 drm/i915/overlay: Tidy check_overlay_dst() by Chris Wilson · 14 years ago
  34. 446d218 drm/i915/overlay: Tidy update_pfit_vscale_ratio() by Chris Wilson · 14 years ago
  35. 7340ea7 drm/i915/overlay: Remove duplicated definition of OFC_UPDATE by Chris Wilson · 14 years ago
  36. 62cf4e6 drm/i915/overlay: Destroy reg_bo on shutdown. by Chris Wilson · 14 years ago
  37. a293012 drm/i915/overlay: Use the recommended page alignment for physical regs by Chris Wilson · 14 years ago
  38. 60fc332 drm/i915/overlay: Tidy attribute checking. by Chris Wilson · 14 years ago
  39. 8d74f65 drm/i915/overlay: Use non-atomic mappings for the common case. by Chris Wilson · 14 years ago
  40. 31578148 drm/i915/overlay: Move capabilities bits to common info block. by Chris Wilson · 14 years ago
  41. 0ddc128 drm/i915/overlay: Ensure that the reg_bo is in the GTT prior to writing. by Chris Wilson · 14 years ago
  42. 6ba3ddd drm/i915/overlay: Missing breaks between case statements for color depth by Chris Wilson · 14 years ago
  43. 722506f drm/i915/overlay: Whitespace by Chris Wilson · 14 years ago
  44. 8a1a49f drm/i915: move flushing list processing to i915_retire_commands by Daniel Vetter · 14 years ago
  45. e167976 drivers/gpu/drm/i915/intel_overlay.c needs seq_file.h by Andrew Morton · 14 years ago
  46. 6eeefaf drm/i915: Apply i830 errata for cursor alignment by Chris Wilson · 14 years ago
  47. 6ef3d42 drm/i915: Capture the overlay status upon a GPU hang. by Chris Wilson · 14 years ago
  48. fca3ec0 drm,io-mapping: Specify slot to use for atomic mappings by Chris Wilson · 14 years ago
  49. d796136 drm/i915: Typo in (unused) register mask for overlay. by Chris Wilson · 14 years ago
  50. a1efd14 drm/i915: Check overlay stride errata for i830 and i845 by Chris Wilson · 14 years ago
  51. 852835f drm/i915: convert some gem structures to per-ring V2 by Zou Nan hai · 14 years ago
  52. 8187a2b drm/i915: introduce intel_ring_buffer structure (V2) by Zou Nan hai · 14 years ago
  53. a8089e8 drm/i915: drop pointer to drm_gem_object by Daniel Vetter · 14 years ago
  54. ac52bc5 drm/i915: introduce i915_gem_alloc_object by Daniel Vetter · 14 years ago
  55. 23010e4 drm/i915: introduce to_intel_bo helper by Daniel Vetter · 14 years ago
  56. 915a428 drm/i915: fix small leak on overlay error path by Dan Carpenter · 14 years ago
  57. bad720f drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge. by Eric Anholt · 15 years ago
  58. 30d6c72 Merge remote branch 'anholt/drm-intel-next' into drm-next-stage by Dave Airlie · 14 years ago
  59. 4f8a567 drm/i915: overlay: drop superflous gpu flushes by Daniel Vetter · 14 years ago
  60. 4667a4a drm/i915: overlay: nuke readback to flush wc caches by Daniel Vetter · 14 years ago
  61. bc9025b Use drm_gem_object_[handle_]unreference_unlocked where possible by Luca Barbieri · 14 years ago
  62. f2b115e drm/i915: Fix product names and #defines by Adam Jackson · 15 years ago
  63. 9bedb97 drm/i915: fixup interrupted overlay switch off calls by Daniel Vetter · 15 years ago
  64. 12ca45f drm/i915: overlay: extract some duplicated code by Daniel Vetter · in the future
  65. 5c5a435 drm/i915: overlay: kill one more unnecessary uninterruptible sleep by Daniel Vetter · 15 years ago
  66. 03f77ea drm/i915: implement interruptible sleeps in the overlay code by Daniel Vetter · 15 years ago
  67. 5a5a0c6 drm/i915: implement fastpath for overlay flip waiting by Daniel Vetter · 15 years ago
  68. 240a2d1 drm/i915: fully switch off overlay when not in use by Daniel Vetter · 15 years ago
  69. 02e792f drm/i915: implement drmmode overlay support v4 by Daniel Vetter · 15 years ago