1. 77145f1 drm/nouveau: port remainder of drm code, and rip out compat layer by Ben Skeggs · 12 years ago
  2. 70790f4 drm/nouveau/clock: pull in the implementation from all over the place by Ben Skeggs · 12 years ago
  3. e811f5a drm: Make the .mode_fixup() operations mode argument a const pointer by Laurent Pinchart · 12 years ago
  4. a8f8183 drm/nv50/disp: fixup error paths in crtc object creation by Ben Skeggs · 12 years ago
  5. 6d59702 drm/nouveau: use the same packet header macros as userspace by Ben Skeggs · 12 years ago
  6. 22b33e8 nouveau: add PRIME support by Dave Airlie · 12 years ago
  7. df26bc9 drm/nv50/display: expose color vibrance control by Christoph Bumiller · 13 years ago
  8. 1cb9469 drm/nv50/disp: fix scaling of doublescan modes by Ben Skeggs · 13 years ago
  9. 616a5f5 drm/nv50/disp: rewrite crtc timing calculation, with proper names and fixes by Ben Skeggs · 13 years ago
  10. a03a862 drm/nouveau/disp: kill off nouveau_crtc.mode by Ben Skeggs · 13 years ago
  11. de69185 drm/nouveau: improve dithering properties, and implement proper auto mode by Ben Skeggs · 13 years ago
  12. 488ff20 drm/nouveau: no need to pass parameters into set_scale/dither by Ben Skeggs · 13 years ago
  13. b98e3f5 drm/nv50/disp: synchronise display right after init by Ben Skeggs · 13 years ago
  14. e6e039d drm/nv50/disp: move sync routine to where it can be used by other modules by Ben Skeggs · 13 years ago
  15. b29caa5 drm/nouveau: add overscan compensation connector properties by Ben Skeggs · 13 years ago
  16. 549cd87 drm/nv50/crtc: disable flip overlay around scaling mode changes by Ben Skeggs · 13 years ago
  17. 048a885 drm/nouveau: make general drm modesetting init common by Ben Skeggs · 13 years ago
  18. ffbc559 drm/nv50/crtc: Bail out if FB is not bound to crtc by Emil Velikov · 13 years ago
  19. 7375c95 drm/nouveau: remove 'chan' argument from nouveau_bo_new by Ben Skeggs · 13 years ago
  20. 180cc30 drm/nouveau: convert bo.mem.start usage to bo.offset by Ben Skeggs · 13 years ago
  21. b4fa9d0 drm/nouveau: make cursor_set implementation consistent with other drivers by Marcin Slusarz · 13 years ago
  22. 52eba8d drm/nva3/clk: better pll calculation when no fractional fb div available by Ben Skeggs · 13 years ago
  23. f9ec8f6 drm/nouveau: Fix brace placement checkpatch.pl errors. by Emil Velikov · 13 years ago
  24. e61e51f drm/nv50-nvc0: remove some code that doesn't belong here by Ben Skeggs · 13 years ago
  25. d550c41 drm/nouveau: remove no_vm/mappable flags from nouveau_bo by Ben Skeggs · 13 years ago
  26. 1d3fac0 drm/nv50-nvc0: activate/update ds channel's framebuffer on modesets by Ben Skeggs · 14 years ago
  27. 45c4e0a drm/nv50-nvc0: precalculate some fb state when creating them by Ben Skeggs · 14 years ago
  28. 60f60bf drm/nv50-nvc0: request and wait on notification of modeset completion by Ben Skeggs · 14 years ago
  29. 59c0f57 drm/nv50-nvc0: rename disp->evo to disp->master by Ben Skeggs · 14 years ago
  30. ef8389a drm/nv50-nvc0: move non-sharable display state into private structure by Ben Skeggs · 14 years ago
  31. 6d86951 drm/nvc0: initial support for tiled buffer objects by Ben Skeggs · 14 years ago
  32. 4c136142 drm/nv50: implement global channel address space on new VM code by Ben Skeggs · 14 years ago
  33. 1c180fa drm/nouveau: Call drm_vblank_pre/post_modeset() around mode setting. by Francisco Jerez · 14 years ago
  34. 332b242 drm/nouveau: Implement the pageflip ioctl. by Francisco Jerez · 14 years ago
  35. f13b326 drm/nouveau: Expose some BO usage flags to userspace. by Francisco Jerez · 14 years ago
  36. 21c74a8 drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enum by Jason Wessel · 14 years ago
  37. 96a03fc Merge branch 'drm-kdb-next' into drm-core-next by Dave Airlie · 14 years ago
  38. 413d45d drm, kdb, kms: Add an enter argument to mode_set_base_atomic() API by Jason Wessel · 14 years ago
  39. be64c2bb drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS. by Chris Ball · 14 years ago
  40. d961db7 drm/ttm: restructure to allow driver to plug in alternate memory manager by Ben Skeggs · 14 years ago
  41. 5b32165 drm/nv50: use pll type rather than register for CRTC PLL by Ben Skeggs · 14 years ago
  42. 9d59e8a drm/nouveau: require explicit unmap of kmapped bos by Ben Skeggs · 14 years ago
  43. 7203425 drm: expand gamma_set by James Simmons · 14 years ago
  44. bf79cb9 drm: Use ENOENT consistently for the error return for an unmatched handle. by Chris Wilson · 14 years ago
  45. 1ac7b52 drm/nvc0: implement crtc pll setting by Ben Skeggs · 14 years ago
  46. 835aadb drm/nv50: send evo "update" command after each disconnect by Ben Skeggs · 14 years ago
  47. ec7fc4a drm/nv50: supply encoder disable() hook for SOR outputs by Ben Skeggs · 14 years ago
  48. e9ebb68 drm/nv50: support fractional feedback divider on newer chips by Ben Skeggs · 14 years ago
  49. 17b96cc drm/nv50: output calculated crtc pll when debugging on by Ben Skeggs · 14 years ago
  50. bc9025b Use drm_gem_object_[handle_]unreference_unlocked where possible by Luca Barbieri · 15 years ago
  51. dd19e44 drm/nouveau: move dereferences after null checks by Marcin Slusarz · 15 years ago
  52. 58d65b8 drm/nv50: prevent accidently turning off encoders we're actually using by Ben Skeggs · 15 years ago
  53. ef2bb50 drm/nouveau: use drm debug levels by Maarten Maathuis · 15 years ago
  54. 6ee7386 drm/nouveau: Add DRM driver for NVIDIA GPUs by Ben Skeggs · 15 years ago