1. af5e7d8 drm/nvd0/disp: mask off high 16 bit of negative cursor x-coordinate by Christoph Bumiller · 12 years ago
  2. e811f5a drm: Make the .mode_fixup() operations mode argument a const pointer by Laurent Pinchart · 12 years ago
  3. 35bcf5d drm/nouveau: move flip-related channel setup to software engine by Ben Skeggs · 13 years ago
  4. 2cda7f4 drm/nvd0/disp: remove unnecessary sync from flip_next by Ben Skeggs · 13 years ago
  5. 6d59702 drm/nouveau: use the same packet header macros as userspace by Ben Skeggs · 13 years ago
  6. 22b33e8 nouveau: add PRIME support by Dave Airlie · 13 years ago
  7. 6544599 drm/nouveau/dp: support version 4.0 of DP table by Ben Skeggs · 13 years ago
  8. e592c73 drm/nve0/disp: nvidia randomly decided to move the dithering method by Ben Skeggs · 13 years ago
  9. dd62608 drm/nvd0/disp: ignore clock set if no pclk by Ben Skeggs · 13 years ago
  10. b5b2e59 drm/nouveau: remove subchannel names from places where it doesn't matter by Ben Skeggs · 13 years ago
  11. 4cbb0f8 drm/nvd0/disp: disconnect encoders before reprogramming them by Ben Skeggs · 13 years ago
  12. 3488c57 drm/nvd0/disp: move syncs/magic setup to or mode_set by Ben Skeggs · 13 years ago
  13. c674844 drm/nvd0/disp: fix dcb sor link matching in supervisor handler by Ben Skeggs · 13 years ago
  14. 6e83fda drm/nvd0/disp: initial implementation of displayport by Ben Skeggs · 13 years ago
  15. 7c5f6a8 drm/nvd0/disp: attempt to handle more than 2 crtcs if possible by Ben Skeggs · 13 years ago
  16. befb51e drm/nouveau/disp: parse connector info directly in nouveau_connector.c by Ben Skeggs · 13 years ago
  17. 816af2f drm/nvd0/disp: use single, shared, sync bo for all evo channels by Ben Skeggs · 13 years ago
  18. a63a97e drm/nvd0/disp: rename sync channel to flip channel by Ben Skeggs · 13 years ago
  19. 84e052e drm/nvd0/disp: handle yet another interrupt by Ben Skeggs · 13 years ago
  20. 8a46438 drm/nvd0/disp: initialise overlay channels by Ben Skeggs · 13 years ago
  21. 3376ee3 drm/nvd0/disp: add support for page flipping by Ben Skeggs · 13 years ago
  22. 4acd429 drm/nvd0/disp: make it clearer that the cursor regs are pio evo channels by Ben Skeggs · 13 years ago
  23. 2eac77b drm/nvd0/disp: have evo names now, use them by Ben Skeggs · 13 years ago
  24. bdb8c21 drm/nvd0/disp: init display sync channels by Ben Skeggs · 13 years ago
  25. 9285462 drm/nvd0/disp: scaler updates, overscan compensation etc by Ben Skeggs · 13 years ago
  26. 2d1d898 drm/nvd0/disp: update crtc timing calculations for interlace/doublescan by Ben Skeggs · 13 years ago
  27. 2a44e49 drm/nouveau/disp: introduce proper init/fini, separate from create/destroy by Ben Skeggs · 13 years ago
  28. 091e40c drm/nvd0/disp: enable hdmi audio by Ben Skeggs · 13 years ago
  29. 27517dd drm/nvd0/disp: hook evo up to debugging by Ben Skeggs · 13 years ago
  30. 64d9cc0 drm/nvd0/disp: enable hdmi on sor if hdmi monitor present by Ben Skeggs · 13 years ago
  31. 78951d2 drm/nvd0/disp: send eld to the audio codec by Ben Skeggs · 13 years ago
  32. de69185 drm/nouveau: improve dithering properties, and implement proper auto mode by Ben Skeggs · 13 years ago
  33. 488ff20 drm/nouveau: no need to pass parameters into set_scale/dither by Ben Skeggs · 13 years ago
  34. 26cfa81 drm/nvd0/disp: fix sor dpms typo, preventing dpms on in some situations by Ben Skeggs · 13 years ago
  35. 84e2ad8 drm/nvd9/disp: bail out of mode_set_base if no fb bound to crtc by Ben Skeggs · 13 years ago
  36. c20ab3e drm/nvd9/disp: stub some more api hooks so we don't oops on resume by Ben Skeggs · 13 years ago
  37. 37b034a drm/nvd0/disp: tidy up what we have so far by Ben Skeggs · 13 years ago
  38. ee41779 drm/nvd0/disp: rewrite irq handler, should be somewhat sturdier now by Ben Skeggs · 13 years ago
  39. f20ce96 drm/nvd0/disp: do modeset irq handling from tasklet by Ben Skeggs · 13 years ago
  40. 3b6d83d1 drm/nvd0/disp: untested LVDS support by Ben Skeggs · 13 years ago
  41. c6f2f71 drm/nvd0/disp: track down fb positioning method by Ben Skeggs · 13 years ago
  42. ff8ff50 drm/nvd0/disp: determine U table config in or_mode_set() by Ben Skeggs · 13 years ago
  43. b681993 drm/nvd0/disp: dac load detect by Ben Skeggs · 13 years ago
  44. 629c1b9 drm/nvd0/disp: handle sync polarity, kill off some unknown by Ben Skeggs · 13 years ago
  45. f3fdc52 drm/nvd0/disp: scaling by Ben Skeggs · 13 years ago
  46. a46232e drm/nvd0/disp: push the update button in mode_set_base() by Ben Skeggs · 13 years ago
  47. 8ea0d4a drm/nvd0/disp: fixup clut so it actually works by Ben Skeggs · 13 years ago
  48. 3a89cd0 drm/nvd0/disp: initial attempt at modeset irq handling by Ben Skeggs · 13 years ago
  49. b6d8e7e drm/nvd0/disp: stub dac load detect, prevents oops by Ben Skeggs · 13 years ago
  50. 8eaa966 drm/nvd0/disp: dac encoder module by Ben Skeggs · 13 years ago
  51. a36f04c drm/nvd0/disp: extend the init voodoo to cover crtcs by Ben Skeggs · 13 years ago
  52. c0cc92a drm/nvd0/disp: remove lp reordering from vram dmaobj, create fb dmaobjs by Ben Skeggs · 13 years ago
  53. 1d6e7a5 drm/nvd0/disp: some magic to make evo happeir by Ben Skeggs · 13 years ago
  54. 438d99e drm/nvd0/disp: initial crtc object implementation by Ben Skeggs · 13 years ago
  55. 270a574 drm/nvd0/disp: skeletal handling of modeset interrupts by Ben Skeggs · 13 years ago
  56. 83fc083 drm/nvd0/disp: start on SOR encoder functions by Ben Skeggs · 13 years ago
  57. efd272a drm/nvd0/disp: setup a couple of dma objects we'll need by Ben Skeggs · 13 years ago
  58. 4600522 drm/nvd0/disp: start on interrupt handling by Ben Skeggs · 13 years ago
  59. 51beb42 drm/nvd0/disp: whip up some basic dma handling for the evo channels by Ben Skeggs · 13 years ago
  60. 26f6d88 drm/nvd0/disp: very initial evo setup by Ben Skeggs · 13 years ago