1. 3be8edd drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order. by Eric Anholt · 8 years ago
  2. bd73ac0 drm/vc4: Use .dumb_map_offset and .dumb_destroy defaults by Noralf Trønnes · 8 years ago
  3. f309946 drm/vc4: Add an ioctl for labeling GEM BOs for summary stats by Eric Anholt · 8 years ago
  4. 8375311 drm/vc4: Add get/set tiling ioctls. by Eric Anholt · 8 years ago
  5. b7e8e25 drm/vc4: fix include notation and remove -Iinclude/drm flag by Masahiro Yamada · 8 years ago
  6. 1bf6ad6 drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutpos by Daniel Vetter · 8 years ago
  7. b3f7787 drm/vc4: Add specific compatible strings for Cygnus. by Eric Anholt · 8 years ago
  8. cdec4d3 drm/vc4: Expose dma-buf fences for V3D rendering. by Eric Anholt · 8 years ago
  9. cc2e6da drm/vc4: use platform_register_drivers by Philipp Zabel · 8 years ago
  10. b787963 drm/vc4: Add a paragraph at the top of vc4 docs introducing what it is. by Eric Anholt · 8 years ago
  11. 0d5f46f drm: vc4: use vblank hooks in struct drm_crtc_funcs by Shawn Guo · 9 years ago
  12. 967dd48 drm: remove drm_vblank_no_hw_counter assignment from driver code by Shawn Guo · 9 years ago
  13. 4078f57 drm/vc4: Add DSI driver by Eric Anholt · 9 years ago
  14. 55d6616 drm/vc4: Remove vc4_debugfs_cleanup() by Noralf Trønnes · 9 years ago
  15. 2601a15 Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into drm-next by Dave Airlie · 9 years ago
  16. c167df4 drm/vc4: Don't use drm_put_dev by Daniel Vetter · 9 years ago
  17. e4b81f8 drm/vc4: Add support for the VEC (Video Encoder) IP by Boris Brezillon · 9 years ago
  18. b7c0e47 Merge tag 'drm-vc4-next-2016-11-16' of https://github.com/anholt/linux into drm-next by Dave Airlie · 9 years ago
  19. c778cc5 drm/vc4: Add fragment shader threading support by Jonas Pfeil · 9 years ago
  20. 3a62234 drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state. by Eric Anholt · 9 years ago
  21. 7154d76 drm/vc4: Add support for rendering with ETC1 textures. by Eric Anholt · 9 years ago
  22. 55edf41 drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs by Jani Nikula · 9 years ago
  23. ca09fb9 Merge tag 'v4.8-rc8' into drm-next by Dave Airlie · 9 years ago
  24. 0f28860 drm: Don't swallow error codes in drm_dev_alloc() by Tom Gundersen · 9 years ago
  25. 163195f drm/vc4: Fix handling of a pm_runtime_get_sync() success case. by Eric Anholt · 9 years ago
  26. 44adece drm/fb-helper: Add a dummy remove_conflicting_framebuffers by Daniel Vetter · 9 years ago
  27. 2383050f Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc by Daniel Vetter · 9 years ago
  28. 63fe9bb drm/vc4: Delete unnecessary checks before two function calls by Markus Elfring · 9 years ago
  29. 2d635fd Merge tag 'drm-vc4-next-2016-07-15' of https://github.com/anholt/linux into drm-next by Dave Airlie · 9 years ago
  30. 7363cee drm/vc4: Add a getparam to signal support for branches. by Eric Anholt · 9 years ago
  31. 35b8a74 Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into drm-next by Dave Airlie · 9 years ago
  32. af71379 drm/vc4: Add a getparam ioctl for getting the V3D identity regs. by Eric Anholt · 9 years ago
  33. deb4765 drm/vc4: remove redundant ret status check by Colin Ian King · 9 years ago
  34. 1bf59f1 drm/vc4: Implement precise vblank timestamping. by Mario Kleiner · 9 years ago
  35. 7a10096 drm/vc4: Bind the HVS before we bind the individual CRTCs. by Eric Anholt · 9 years ago
  36. 542d972 Back-merge tag 'v4.7-rc5' into drm-next by Dave Airlie · 9 years ago
  37. f510f34 drm/vc4: Remove unused connector by Daniel Vetter · 9 years ago
  38. 398e979 drm/vc4: Remove open-coded drm_connector_register_all() by Chris Wilson · 9 years ago
  39. b10c22e drm/vc4: Fix ioctl permissions for render nodes. by Herve Jourdain · 9 years ago
  40. 65439b6 Merge tag 'topic/drm-misc-2016-06-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  41. 792293c drm/vc4: Fix get_vblank_counter with proper no-op for Linux 4.4+ by Mario Kleiner · 9 years ago
  42. b82caaf drm/vc4: Use lockless gem BO free callback by Daniel Vetter · 9 years ago
  43. 1d6da87 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  44. 0cd3e27 drm/vc4: Add missing render node support by Eric Anholt · 9 years ago
  45. b3a15f6 drm/vc4: Kick out the simplefb framebuffer before we set up KMS. by Eric Anholt · 9 years ago
  46. 08302c3 drm/vc4: Add DPI driver by Eric Anholt · 10 years ago
  47. 32a3dbe drm/vc4: Nuke preclose hook by Daniel Vetter · 10 years ago
  48. e112e59 drm: use dev_name as default unique name in drm_dev_alloc() by Nicolas Iooss · 10 years ago
  49. 21de54b Merge tag 'drm-vc4-next-2015-12-11' of http://github.com/anholt/linux into drm-next by Dave Airlie · 10 years ago
  50. 2146136 drm/vc4: Add an interface for capturing the GPU state after a hang. by Eric Anholt · 10 years ago
  51. d5b1a78 drm/vc4: Add support for drawing 3D frames. by Eric Anholt · 10 years ago
  52. d3f5168 drm/vc4: Bind and initialize the V3D engine. by Eric Anholt · 10 years ago
  53. 463873d drm/vc4: Add an API for creating GPU shaders in GEM BOs. by Eric Anholt · 10 years ago
  54. d5bc60f drm/vc4: Add create and map BO ioctls. by Eric Anholt · 11 years ago
  55. c826a6e drm/vc4: Add a BO cache. by Eric Anholt · 10 years ago
  56. e2ab321 drm/vc4: fix platform_no_drv_owner.cocci warnings by Julia Lawall · 10 years ago
  57. 48666d5 drm/vc4: Use the fbdev_cma helpers by Derek Foreman · 10 years ago
  58. c8b75bc drm/vc4: Add KMS support for Raspberry Pi. by Eric Anholt · 10 years ago