1. 2601a15 Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into drm-next by Dave Airlie · 8 years ago
  2. c167df4 drm/vc4: Don't use drm_put_dev by Daniel Vetter · 8 years ago
  3. e4b81f8 drm/vc4: Add support for the VEC (Video Encoder) IP by Boris Brezillon · 8 years ago
  4. ab8df60 drm/vc4: Fix ->clock_select setting for the VEC encoder by Boris Brezillon · 8 years ago
  5. 26fc78f drm/vc4: Fix race between page flip completion event and clean-up by Derek Foreman · 8 years ago
  6. b7c0e47 Merge tag 'drm-vc4-next-2016-11-16' of https://github.com/anholt/linux into drm-next by Dave Airlie · 8 years ago
  7. c778cc5 drm/vc4: Add fragment shader threading support by Jonas Pfeil · 8 years ago
  8. 3a62234 drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state. by Eric Anholt · 8 years ago
  9. 7154d76 drm/vc4: Add support for rendering with ETC1 textures. by Eric Anholt · 8 years ago
  10. 457e67a drm/vc4: Fix termination of the initial scan for branch targets. by Eric Anholt · 8 years ago
  11. 55edf41 drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs by Jani Nikula · 8 years ago
  12. 61d0a04 Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  13. b2cdeb1 drm/vc4: Fix a couple error codes in vc4_cl_lookup_bos() by Dan Carpenter · 8 years ago
  14. 0853695 drm: Add reference counting to drm_atomic_state by Chris Wilson · 8 years ago
  15. dfccd93 drm/vc4: Add support for double-clocked modes. by Eric Anholt · 8 years ago
  16. 21317b3 drm/vc4: Set up the AVI and SPD infoframes. by Eric Anholt · 8 years ago
  17. 682e62c drm/vc4: Fix support for interlaced modes on HDMI. by Eric Anholt · 8 years ago
  18. 2b29bf1 drm/vc4: Increase timeout for HDMI_SCHEDULER_CONTROL changes. by Eric Anholt · 8 years ago
  19. 9d44abb drm/vc4: Fall back to using an EDID probe in the absence of a GPIO. by Eric Anholt · 8 years ago
  20. 6e1cbba drm/vc4: Enable limited range RGB output on HDMI with CEA modes. by Eric Anholt · 8 years ago
  21. 7edabee drm/vc4: Fix races when the CS reads from render targets. by Eric Anholt · 8 years ago
  22. 57b9f56 drm/vc4: cleanup with list_first_entry_or_null() by Masahiro Yamada · 8 years ago
  23. ca09fb9 Merge tag 'v4.8-rc8' into drm-next by Dave Airlie · 8 years ago
  24. 0f28860 drm: Don't swallow error codes in drm_dev_alloc() by Tom Gundersen · 8 years ago
  25. ea90383 drm/vc4: mark vc4_bo_cache_purge() static by Baoyou Xie · 8 years ago
  26. 2c07d5a Merge tag 'drm-vc4-next-2016-08-29' of https://github.com/anholt/linux into drm-next by Dave Airlie · 8 years ago
  27. 313a61d drm/vc4: Allow some more signals to be packed with uniform resets. by Eric Anholt · 8 years ago
  28. 2b58e98 drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit by Liu Ying · 8 years ago
  29. 67f1369 drm/vc4: Don't force new binner overflow allocation per draw. by Eric Anholt · 9 years ago
  30. 552416c drm/vc4: Fix oops when userspace hands in a bad BO. by Eric Anholt · 9 years ago
  31. 9326e6f drm/vc4: Fix overflow mem unreferencing when the binner runs dry. by Eric Anholt · 9 years ago
  32. def9652 drm/vc4: Free hang state before destroying BO cache. by Eric Anholt · 9 years ago
  33. 163195f drm/vc4: Fix handling of a pm_runtime_get_sync() success case. by Eric Anholt · 9 years ago
  34. ece7267 drm/vc4: Use drm_malloc_ab to fix large rendering jobs. by Eric Anholt · 9 years ago
  35. d5fb46e drm/vc4: Use drm_free_large() on handles to match its allocation. by Eric Anholt · 9 years ago
  36. e941f05 drm/vc4: Enable/Disable vblanks properly in crtc en/disable. by Mario Kleiner · 9 years ago
  37. e538092 drm/vc4: Enable precise vblank timestamping for interlaced modes. by Mario Kleiner · 9 years ago
  38. 3645146 drm/vc4: Reject doublescan modes. by Mario Kleiner · 9 years ago
  39. acc1be1 drm/vc4: Fix handling of interlaced video modes. by Mario Kleiner · 9 years ago
  40. e229835 drm/vc4: Disallow interlaced modes on DPI. by Mario Kleiner · 9 years ago
  41. 420382a drm: Don't implement empty prepare_fb()/cleanup_fb() by Laurent Pinchart · 8 years ago
  42. 44adece drm/fb-helper: Add a dummy remove_conflicting_framebuffers by Daniel Vetter · 8 years ago
  43. 2383050f Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc by Daniel Vetter · 9 years ago
  44. 63fe9bb drm/vc4: Delete unnecessary checks before two function calls by Markus Elfring · 9 years ago
  45. 2d635fd Merge tag 'drm-vc4-next-2016-07-15' of https://github.com/anholt/linux into drm-next by Dave Airlie · 9 years ago
  46. a20d5fa drm/vc4: Fix a "the the" typo in a comment. by Eric Anholt · 9 years ago
  47. 20e48fd drm/vc4: Fix definition of QPU_R_MS_REV_FLAGS by Eric Anholt · 9 years ago
  48. 7363cee drm/vc4: Add a getparam to signal support for branches. by Eric Anholt · 9 years ago
  49. 6d45c81 drm/vc4: Add support for branching in shader validation. by Eric Anholt · 9 years ago
  50. 93aa9ae drm/vc4: Add a bitmap of branch targets during shader validation. by Eric Anholt · 9 years ago
  51. 35b8a74 Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into drm-next by Dave Airlie · 9 years ago
  52. d0566c2 drm/vc4: Move validation's current/max ip into the validation struct. by Eric Anholt · 9 years ago
  53. af71379 drm/vc4: Add a getparam ioctl for getting the V3D identity regs. by Eric Anholt · 9 years ago
  54. deb4765 drm/vc4: remove redundant ret status check by Colin Ian King · 9 years ago
  55. 1bf59f1 drm/vc4: Implement precise vblank timestamping. by Mario Kleiner · 9 years ago
  56. 7a10096 drm/vc4: Bind the HVS before we bind the individual CRTCs. by Eric Anholt · 9 years ago
  57. 9f4e62f Merge tag 'drm-vc4-fixes-2016-06-06' into drm-vc4-next by Eric Anholt · 9 years ago
  58. 027a697 gpu: drm: vc4_hdmi: add missing of_node_put after calling of_parse_phandle by Peter Chen · 9 years ago
  59. 9397776 drm: vc4: enable XBGR8888 and ABGR8888 pixel formats by Rob Herring · 9 years ago
  60. 542d972 Back-merge tag 'v4.7-rc5' into drm-next by Dave Airlie · 9 years ago
  61. f510f34 drm/vc4: Remove unused connector by Daniel Vetter · 9 years ago
  62. 398e979 drm/vc4: Remove open-coded drm_connector_register_all() by Chris Wilson · 9 years ago
  63. b2d61d6 drm: vc4: Rely on the default ->best_encoder() behavior by Boris Brezillon · 9 years ago
  64. 5e84c26 drm/atomic-helper: Massage swap_state signature somewhat by Daniel Vetter · 9 years ago
  65. 7ea7728 drm/core: Change declaration for gamma_set. by Maarten Lankhorst · 9 years ago
  66. a9402df drm/vc4: clean up error exit path on failed dpi_connector allocation by Colin Ian King · 9 years ago
  67. 56d1fe0 drm/vc4: Make pageflip completion handling more robust. by Mario Kleiner · 9 years ago
  68. b10c22e drm/vc4: Fix ioctl permissions for render nodes. by Herve Jourdain · 9 years ago
  69. 2f196b7 drm/atomic: Add drm_atomic_crtc_state_for_each_plane_state by Daniel Vetter · 9 years ago
  70. 833cd78 drm/vc4: Use for_each_plane_in_state by Daniel Vetter · 9 years ago
  71. 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
  72. e7c31f6 drm/vc4: Return -EBUSY if there's already a pending flip event. by Robert Foss · 9 years ago
  73. ee7c10e drm/vc4: Fix drm_vblank_put/get imbalance in page flip path. by Mario Kleiner · 9 years ago
  74. 792293c drm/vc4: Fix get_vblank_counter with proper no-op for Linux 4.4+ by Mario Kleiner · 9 years ago
  75. b82caaf drm/vc4: Use lockless gem BO free callback by Daniel Vetter · 9 years ago
  76. db36972 drm/vc4: Use drm_gem_object_unreference_unlocked by Daniel Vetter · 9 years ago
  77. 1d6da87 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  78. fcee590 drm: Nuke ->vblank_disable_allowed by Daniel Vetter · 9 years ago
  79. 2f70169 drm: Drop plane argument from __drm_atomic_helper_plane_destroy_state by Daniel Vetter · 9 years ago
  80. ec2dc6a drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_state by Daniel Vetter · 9 years ago
  81. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 9 years ago
  82. 21daaee Merge tag 'topic/drm-misc-2016-05-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  83. 0cd3e27 drm/vc4: Add missing render node support by Eric Anholt · 9 years ago
  84. e582b6c drm/vc4: Add support for gamma ramps. by Eric Anholt · 9 years ago
  85. eb63961 drm/vc4: Rename async to nonblock. by Maarten Lankhorst · 9 years ago
  86. b3a15f6 drm/vc4: Kick out the simplefb framebuffer before we set up KMS. by Eric Anholt · 9 years ago
  87. 5883980 drm/vc4: Fix NULL deref in HDMI init error path by Eric Anholt · 9 years ago
  88. 08302c3 drm/vc4: Add DPI driver by Eric Anholt · 9 years ago
  89. 266c73b Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  90. 90d7116 drm/vc4: Recognize a more specific compatible string for V3D. by Eric Anholt · 9 years ago
  91. 585cb13 drm/vc4: Return -EFAULT on copy_from_user() failure by Dan Carpenter · 9 years ago
  92. 0b06e0a drm/vc4: Respect GPIO_ACTIVE_LOW on HDMI HPD if set in the devicetree. by Eric Anholt · 9 years ago
  93. 0e60eab drm/vc4: Let gpiolib know that we're OK with sleeping for HPD. by Eric Anholt · 9 years ago
  94. ca26d28 drm/vc4: improve throughput by pipelining binning and rendering jobs by Varad Gautam · 9 years ago
  95. 67d1c0a Merge tag 'drm-vc4-fixes-2016-03-03' of github.com:anholt/linux into drm-next by Dave Airlie · 9 years ago
  96. 9b61c0f Merge drm-fixes into drm-next. by Dave Airlie · 9 years ago
  97. f6e4566 dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc() by Luis R. Rodriguez · 9 years ago
  98. 6a60920 drm/vc4: Initialize scaler DISPBKGND on modeset. by Eric Anholt · 9 years ago
  99. a7c5047 drm/vc4: Fix setting of vertical timings in the CRTC. by Eric Anholt · 9 years ago
  100. c31806fb drm/vc4: Fix the name of the VSYNCD_EVEN register. by Eric Anholt · 9 years ago