1. 0090ef3 drm/ast: Allocate cursor BOs at high end of video memory by Thomas Zimmermann · 5 years ago
  2. 659d1a4 drm/ast: Move cursor offset swapping into ast_show_cursor() by Thomas Zimmermann · 5 years ago
  3. 2f5989f drm/ast: Move cursor update code to ast_show_cursor() by Thomas Zimmermann · 5 years ago
  4. 714468d drm/ast: Move ast_{show,hide}_cursor() within source file by Thomas Zimmermann · 5 years ago
  5. 96a49f3 drm/ast: Don't call ast_show_cursor() from ast_cursor_move() by Thomas Zimmermann · 5 years ago
  6. 4092de1 Merge drm/drm-next into drm-misc-next by Maxime Ripard · 5 years ago
  7. 574cc45 Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  8. 820d660 drm/ast: Use drm_gem_vram_{vmap,vunmap}() to map cursor source BO by Thomas Zimmermann · 5 years ago
  9. a92462d drm/connector: Share with non-atomic drivers the function to get the single encoder by José Roberto de Souza · 5 years ago
  10. 05b4397 drm/ast: Fixed reboot test may cause system hanged by Y.C. Chen · 7 years ago
  11. 350fd55 drm/ast: Provide ddc symlink in connector sysfs directory by Andrzej Pietrasiewicz · 5 years ago
  12. fbbbd16 drm/ast: drop use of drmP.h by Sam Ravnborg · 6 years ago
  13. 8a99de3 drm/ast: Replace struct ast_fbdev with generic framebuffer emulation by Thomas Zimmermann · 6 years ago
  14. 5ed7191 drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpers by Thomas Zimmermann · 6 years ago
  15. 2707215 drm/ast: Pin and map cursor source BO during update by Thomas Zimmermann · 6 years ago
  16. ff771bb drm/ast: Remove obsolete or unused cursor state by Thomas Zimmermann · 6 years ago
  17. 4d7553c drm/ast: Unpin cursor BO during cleanup by Thomas Zimmermann · 6 years ago
  18. cb1f881 drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers by Thomas Zimmermann · 6 years ago
  19. 81da87f drm: Replace drm_gem_vram_push_to_system() with kunmap + unpin by Thomas Zimmermann · 6 years ago
  20. 5b24f71 drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functions by Thomas Zimmermann · 6 years ago
  21. 3f87330 drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}() by Thomas Zimmermann · 6 years ago
  22. 5b37097 drm/ast: Convert AST driver to |struct drm_gem_vram_object| by Thomas Zimmermann · 6 years ago
  23. fcd70cd drm: Split out drm_probe_helper.h by Daniel Vetter · 6 years ago
  24. 3006256 drm/ast: fixed reading monitor EDID not stable issue by Y.C. Chen · 6 years ago
  25. 7989b9e drm/ast: fixed cursor may disappear sometimes by Y.C. Chen · 6 years ago
  26. 1a37bd8 drm/ast: change resolution may cause screen blurred by Y.C. Chen · 6 years ago
  27. cde4c44 drm: drop _mode_ from drm_mode_connector_attach_encoder by Daniel Vetter · 7 years ago
  28. c555f02 drm: drop _mode_ from update_edit_property() by Daniel Vetter · 7 years ago
  29. 602b14a drm/ast: fix mode_valid's return type by Luc Van Oostenryck · 7 years ago
  30. 24b8ef6 drm/ast: Load lut in crtc_commit by Daniel Vetter · 7 years ago
  31. 418da17 drm: Pass struct drm_file * to __drm_mode_object_find [v2] by Keith Packard · 8 years ago
  32. 3154b13 Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 7 years ago
  33. 1feba03 drm/ast: switch to drm_*_get(), drm_*_put() helpers by Cihangir Akturk · 7 years ago
  34. 09ef237 Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 7 years ago
  35. 3bffd96 drm: ast: remove dead code and pointless local lut storage by Peter Rosin · 7 years ago
  36. ab209c3 drm/ast: Add an crtc_disable callback to the crtc helper funcs by Egbert Eich · 7 years ago
  37. 6d124ff drm: Add acquire ctx to ->gamma_set hook by Daniel Vetter · 8 years ago
  38. 9f93c8b drm/ast: Base support for AST2500 by Y.C. Chen · 8 years ago
  39. 22acdbb drm/ast: const'ify mode setting tables by Benjamin Herrenschmidt · 8 years ago
  40. 272725c drm: Nuke fb->bits_per_pixel by Ville Syrjälä · 8 years ago
  41. 7445283 drm/ast: Add local 'fb' variables by Ville Syrjälä · 8 years ago
  42. 949f088 drm: Make the connector .detect() callback optional by Laurent Pinchart · 8 years ago
  43. 7ea7728 drm/core: Change declaration for gamma_set. by Maarten Lankhorst · 9 years ago
  44. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 9 years ago
  45. b282e96 drm/ast: removed optional dummy crtc mode_fixup function. by Carlos Palminha · 9 years ago
  46. 8010c5a drm/ast: removed optional dummy encoder mode_fixup function. by Carlos Palminha · 9 years ago
  47. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 9 years ago
  48. 28fb4cb drm/ast: Initialized data needed to map fbdev memory by Egbert Eich · 11 years ago
  49. 3cb9ae4 drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h by Daniel Vetter · 10 years ago
  50. 1e99cfa drm/ast: Fix HW cursor image by Benjamin Herrenschmidt · 10 years ago
  51. 94d12b1 drm/ast: Add reduced blanking modes for wide screen mode by Y.C. Chen · 10 years ago
  52. 70e2626 drm/ast: use helpers by Rob Clark · 10 years ago
  53. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 11 years ago
  54. 263432b Merge branch 'ast-updates' of ssh://people.freedesktop.org/~/linux into drm-next by Dave Airlie · 11 years ago
  55. 83c6620 drm/ast: initial DP501 support (v0.2) by Dave Airlie · 11 years ago
  56. 1453bf4 drm/ast: add AST 2400 support. by Dave Airlie · 11 years ago
  57. f1f62f2 drm/ast: add widescreen + rb modes from X.org driver (v2) by Dave Airlie · 11 years ago
  58. f9b0e25 drm: make mode_valid callback optional by Andrzej Hajda · 11 years ago
  59. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 11 years ago
  60. 7f5ccd4 drivers: gpu: Mark functions as static in ast_mode.c by Rashika · 11 years ago
  61. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  62. 331c575 drm/ast: drop duplicate initialization by Dan Carpenter · 12 years ago
  63. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  64. 398b7a1 Merge tag 'v3.6-rc7' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  65. 0273de0 drm/ast: drop debug level on error printk by Dave Airlie · 12 years ago
  66. 993dcb0 drm/ast: fix EDID memory leak by Jani Nikula · 12 years ago
  67. e811f5a drm: Make the .mode_fixup() operations mode argument a const pointer by Laurent Pinchart · 12 years ago
  68. 312fec1 drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2) by Dave Airlie · 13 years ago