1. e64d022 drm/omap: Replace drm_gem_object_unreference_unlocked with put function by Thomas Zimmermann · 7 years ago
  2. b79df276 drm/omapdrm: Nuke omap_framebuffer_get_next_connector() by Ville Syrjälä · 7 years ago
  3. 2ecceeb drm/omap: Move buffer pitch/offset to drm_framebuffer by Daniel Stone · 7 years ago
  4. 3e44255 drm/omap: Move GEM BO to drm_framebuffer by Daniel Stone · 7 years ago
  5. dfe9cfc drm: omapdrm: Use kernel integer types by Laurent Pinchart · 7 years ago
  6. bb5cdf8 drm: omapdrm: Remove filename from header and fix copyright tag by Andrew F. Davis · 7 years ago
  7. 9555219 drm/omap: fix memory leak when FB init fails by Tomi Valkeinen · 7 years ago
  8. c4df6e4 drm/omap: fix YUV422 rotation with TILER by Tomi Valkeinen · 8 years ago
  9. 16f9ede drm/omap: pass rotation to dispc by Tomi Valkeinen · 8 years ago
  10. 218ed53 drm/omap: remove omap_drm_win by Tomi Valkeinen · 8 years ago
  11. 8958aeb drm/omap: add drm_rotation_to_tiler helper() by Tomi Valkeinen · 8 years ago
  12. 41aff42 drm/omap: rename color_mode to fourcc by Tomi Valkeinen · 8 years ago
  13. c2e52e3 drm/omap: cleanup formats array by Tomi Valkeinen · 8 years ago
  14. eecad43 drm/omap: remove omap_framebuffer_get_formats() by Tomi Valkeinen · 8 years ago
  15. 3e1d65c drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_* by Tomi Valkeinen · 8 years ago
  16. 9c39d17 drm/omap: use u32 instead of enum omap_color_mode by Tomi Valkeinen · 8 years ago
  17. 18c0d62 drm/omap: change supported_modes to an array by Tomi Valkeinen · 8 years ago
  18. 517a8a95 drm/omap: remove dma & vrfb rotation by Tomi Valkeinen · 8 years ago
  19. 2150c19 drm/omap: 64bit compile fixes by Tomi Valkeinen · 8 years ago
  20. d61ce7d drm: omapdrm: Rename GEM DMA sync functions by Laurent Pinchart · 8 years ago
  21. bc20c85 drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin() by Laurent Pinchart · 8 years ago
  22. 1686908 drm: omapdrm: Rename occurrences of paddr to dma_addr by Laurent Pinchart · 8 years ago
  23. aa0408b drm: omapdrm: Remove remap argument to omap_gem_get_paddr() by Laurent Pinchart · 8 years ago
  24. c2c446a drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI by Robert Foss · 8 years ago
  25. 01f5e69 Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 8 years ago
  26. a078a3d drm: omapdrm: fb: Turn framebuffer creation error messages into debug by Laurent Pinchart · 9 years ago
  27. 6941e3d drm: omapdrm: fb: Simplify mode command checks when creating framebuffer by Laurent Pinchart · 9 years ago
  28. a39c94e drm: omapdrm: fb: Simplify objects lookup when creating framebuffer by Laurent Pinchart · 9 years ago
  29. c9028b3 drm: omapdrm: fb: Use format information provided by the DRM core by Laurent Pinchart · 9 years ago
  30. 4d20dfc drm: omapdrm: fb: Limit number of planes per framebuffer to two by Laurent Pinchart · 9 years ago
  31. 438b74a drm: Nuke fb->pixel_format by Ville Syrjälä · 8 years ago
  32. bcb0b46 drm: Replace drm_format_num_planes() with fb->format->num_planes by Ville Syrjälä · 8 years ago
  33. a3f913c drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  34. 31ad61e drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? by Joonas Lahtinen · 8 years ago
  35. 76e4c32 GPU-DRM-OMAP: Delete unnecessary checks before two function calls by Markus Elfring · 8 years ago
  36. 3c85f20 Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 9 years ago
  37. bb4cec0 Merge tag 'topic/lockless-gem-bo-freeing-2016-06-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  38. 6d39e63 drm: omapdrm: Remove unused omap_framebuffer_bo function by Laurent Pinchart · 9 years ago
  39. af3ef29 drm/omapdrm: Nuke dummy fb->dirty callback by Daniel Vetter · 9 years ago
  40. 2d80245 drm/omap: include linux/seq_file.h where needed by Arnd Bergmann · 9 years ago
  41. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 9 years ago
  42. bfeece5 drm/omap: check if rotation is supported before commit by Tomi Valkeinen · 9 years ago
  43. be4f235 drm/omap: verify that fb plane pitches are the same by Tomi Valkeinen · 9 years ago
  44. 1eb83451 drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() by Ville Syrjälä · 9 years ago
  45. 14152c8 drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASK by Joonas Lahtinen · 9 years ago
  46. 9c36850 drm/omap: fix omap_framebuffer_unpin() error handling by Tomi Valkeinen · 10 years ago
  47. f524ab7 drm: omapdrm: add lock for fb pinning by Tomi Valkeinen · 10 years ago
  48. 2d278f5 drm: omapdrm: Clean up #include's by Laurent Pinchart · 10 years ago
  49. 2dab0ba drm/omap: handle incompatible buffer stride and pixel size by Tomi Valkeinen · 10 years ago
  50. 925e494 drm/omap: fix error handling in omap_framebuffer_create() by Tomi Valkeinen · 10 years ago
  51. f36eb5a drm/omap: add pin refcounting to omap_framebuffer by Tomi Valkeinen · 10 years ago
  52. 5a35876 drm: omapdrm: Remove manual update display support by Laurent Pinchart · 10 years ago
  53. 6e9f798 drm: Split connection_mutex out of mode_config.mutex (v3) by Daniel Vetter · 11 years ago
  54. 5ac9634 drm/omap: print warning when rotating non-TILER fb by Tomi Valkeinen · 11 years ago
  55. 2614dc6 Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-next by Dave Airlie · 11 years ago
  56. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 11 years ago
  57. 06fb220 drm/omap: Don't dereference list head when the connectors list is empty by Laurent Pinchart · 11 years ago
  58. 73e9efd drm: Push dirtyfb ioctl kms locking down to drivers by Ville Syrjälä · 11 years ago
  59. 5833bd2 drm/omap: use flip-work helper by Rob Clark · 11 years ago
  60. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  61. 8bb0daf drm/omap: move out of staging by Rob Clark · 12 years ago[Renamed (99%) from drivers/staging/omapdrm/omap_fb.c]
  62. 3314fdf Merge branch 'drm-fb-helper' of git://people.freedesktop.org/~danvet/drm into drm-next by Dave Airlie · 12 years ago