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