1. 2383050 Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc by Daniel Vetter · 8 years ago
  2. 63fe9bb drm/vc4: Delete unnecessary checks before two function calls by Markus Elfring · 8 years ago
  3. 2d635fd Merge tag 'drm-vc4-next-2016-07-15' of https://github.com/anholt/linux into drm-next by Dave Airlie · 8 years ago
  4. a20d5fa drm/vc4: Fix a "the the" typo in a comment. by Eric Anholt · 8 years ago
  5. 20e48fd drm/vc4: Fix definition of QPU_R_MS_REV_FLAGS by Eric Anholt · 8 years ago
  6. 7363cee drm/vc4: Add a getparam to signal support for branches. by Eric Anholt · 8 years ago
  7. 6d45c81 drm/vc4: Add support for branching in shader validation. by Eric Anholt · 8 years ago
  8. 93aa9ae drm/vc4: Add a bitmap of branch targets during shader validation. by Eric Anholt · 8 years ago
  9. 35b8a74 Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into drm-next by Dave Airlie · 8 years ago
  10. d0566c2 drm/vc4: Move validation's current/max ip into the validation struct. by Eric Anholt · 8 years ago
  11. af71379 drm/vc4: Add a getparam ioctl for getting the V3D identity regs. by Eric Anholt · 8 years ago
  12. deb4765 drm/vc4: remove redundant ret status check by Colin Ian King · 8 years ago
  13. 1bf59f1 drm/vc4: Implement precise vblank timestamping. by Mario Kleiner · 8 years ago
  14. 7a10096 drm/vc4: Bind the HVS before we bind the individual CRTCs. by Eric Anholt · 8 years ago
  15. 9f4e62f Merge tag 'drm-vc4-fixes-2016-06-06' into drm-vc4-next by Eric Anholt · 8 years ago
  16. 027a697 gpu: drm: vc4_hdmi: add missing of_node_put after calling of_parse_phandle by Peter Chen · 8 years ago
  17. 9397776 drm: vc4: enable XBGR8888 and ABGR8888 pixel formats by Rob Herring · 8 years ago
  18. 542d972 Back-merge tag 'v4.7-rc5' into drm-next by Dave Airlie · 8 years ago
  19. f510f34 drm/vc4: Remove unused connector by Daniel Vetter · 8 years ago
  20. 398e979 drm/vc4: Remove open-coded drm_connector_register_all() by Chris Wilson · 8 years ago
  21. b2d61d6 drm: vc4: Rely on the default ->best_encoder() behavior by Boris Brezillon · 8 years ago
  22. 5e84c26 drm/atomic-helper: Massage swap_state signature somewhat by Daniel Vetter · 8 years ago
  23. 7ea7728 drm/core: Change declaration for gamma_set. by Maarten Lankhorst · 8 years ago
  24. a9402df drm/vc4: clean up error exit path on failed dpi_connector allocation by Colin Ian King · 8 years ago
  25. 56d1fe0 drm/vc4: Make pageflip completion handling more robust. by Mario Kleiner · 8 years ago
  26. b10c22e drm/vc4: Fix ioctl permissions for render nodes. by Herve Jourdain · 8 years ago
  27. 2f196b7 drm/atomic: Add drm_atomic_crtc_state_for_each_plane_state by Daniel Vetter · 8 years ago
  28. 833cd78 drm/vc4: Use for_each_plane_in_state by Daniel Vetter · 8 years ago
  29. 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
  30. e7c31f6 drm/vc4: Return -EBUSY if there's already a pending flip event. by Robert Foss · 8 years ago
  31. ee7c10e drm/vc4: Fix drm_vblank_put/get imbalance in page flip path. by Mario Kleiner · 8 years ago
  32. 792293c drm/vc4: Fix get_vblank_counter with proper no-op for Linux 4.4+ by Mario Kleiner · 8 years ago
  33. b82caaf drm/vc4: Use lockless gem BO free callback by Daniel Vetter · 8 years ago
  34. db36972 drm/vc4: Use drm_gem_object_unreference_unlocked by Daniel Vetter · 8 years ago
  35. 1d6da87 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  36. fcee590 drm: Nuke ->vblank_disable_allowed by Daniel Vetter · 8 years ago
  37. 2f70169 drm: Drop plane argument from __drm_atomic_helper_plane_destroy_state by Daniel Vetter · 8 years ago
  38. ec2dc6a drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_state by Daniel Vetter · 8 years ago
  39. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 8 years ago
  40. 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
  41. 0cd3e27 drm/vc4: Add missing render node support by Eric Anholt · 8 years ago
  42. e582b6c drm/vc4: Add support for gamma ramps. by Eric Anholt · 9 years ago
  43. eb63961 drm/vc4: Rename async to nonblock. by Maarten Lankhorst · 8 years ago
  44. b3a15f6 drm/vc4: Kick out the simplefb framebuffer before we set up KMS. by Eric Anholt · 8 years ago
  45. 5883980 drm/vc4: Fix NULL deref in HDMI init error path by Eric Anholt · 8 years ago
  46. 08302c3 drm/vc4: Add DPI driver by Eric Anholt · 9 years ago
  47. 266c73b Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  48. 90d7116 drm/vc4: Recognize a more specific compatible string for V3D. by Eric Anholt · 9 years ago
  49. 585cb13 drm/vc4: Return -EFAULT on copy_from_user() failure by Dan Carpenter · 9 years ago
  50. 0b06e0a drm/vc4: Respect GPIO_ACTIVE_LOW on HDMI HPD if set in the devicetree. by Eric Anholt · 9 years ago
  51. 0e60eab drm/vc4: Let gpiolib know that we're OK with sleeping for HPD. by Eric Anholt · 9 years ago
  52. ca26d28 drm/vc4: improve throughput by pipelining binning and rendering jobs by Varad Gautam · 9 years ago
  53. 67d1c0a Merge tag 'drm-vc4-fixes-2016-03-03' of github.com:anholt/linux into drm-next by Dave Airlie · 9 years ago
  54. 9b61c0f Merge drm-fixes into drm-next. by Dave Airlie · 9 years ago
  55. f6e4566 dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc() by Luis R. Rodriguez · 9 years ago
  56. 6a60920 drm/vc4: Initialize scaler DISPBKGND on modeset. by Eric Anholt · 9 years ago
  57. a7c5047 drm/vc4: Fix setting of vertical timings in the CRTC. by Eric Anholt · 9 years ago
  58. c31806fb drm/vc4: Fix the name of the VSYNCD_EVEN register. by Eric Anholt · 9 years ago
  59. 936f1a5 drm/vc4: Add another reg to HDMI debug dumping. by Eric Anholt · 9 years ago
  60. 851479a drm/vc4: Bring HDMI up from power off if necessary. by Eric Anholt · 9 years ago
  61. 48627eb drm/vc4: Fix a framebuffer reference leak on async flip interrupt. by Eric Anholt · 9 years ago
  62. 36cb625 drm/vc4: Use runtime PM to power cycle the device when the GPU hangs. by Eric Anholt · 9 years ago
  63. 001bdb5 drm/vc4: Enable runtime PM. by Eric Anholt · 9 years ago
  64. c4ce60d drm/vc4: Fix spurious GPU resets due to BO reuse. by Eric Anholt · 9 years ago
  65. 2ee9465 drm/vc4: Drop error message on seqno wait timeouts. by Eric Anholt · 9 years ago
  66. 13cf890 drm/vc4: Fix -ERESTARTSYS error return from BO waits. by Eric Anholt · 9 years ago
  67. 2c68f1f drm/vc4: Return an ERR_PTR from BO creation instead of NULL. by Eric Anholt · 9 years ago
  68. 54aec44 drm/vc4: Fix the clear color for the first tile rendered. by Eric Anholt · 9 years ago
  69. e001523 drm/vc4: Validate that WAIT_BO padding is cleared. by Eric Anholt · 9 years ago
  70. fc04023 drm/vc4: Add support for YUV planes. by Eric Anholt · 9 years ago
  71. fe4cd84 drm/vc4: Add support a few more RGB display plane formats. by Eric Anholt · 9 years ago
  72. 21af94c drm/vc4: Add support for scaling of display planes. by Eric Anholt · 9 years ago
  73. f863e35 drm/vc4: Fix which value is being used for source image size. by Eric Anholt · 9 years ago
  74. fc2d6f1 drm/vc4: Add more display planes to each CRTC. by Eric Anholt · 9 years ago
  75. d8dbf44 drm/vc4: Make the CRTCs cooperate on allocating display lists. by Eric Anholt · 9 years ago
  76. 6674a90 drm/vc4: Add a proper short-circut path for legacy cursor updates. by Eric Anholt · 9 years ago
  77. 5c67999 drm/vc4: Move the plane clipping/scaling setup to a separate function. by Eric Anholt · 9 years ago
  78. 17eac75 drm/vc4: Add missing __iomem annotation to hw_dlist. by Eric Anholt · 9 years ago
  79. f427fb1 drm/vc4: Improve comments on vc4_plane_state members. by Eric Anholt · 9 years ago
  80. 316e376 Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  81. 32a3dbe drm/vc4: Nuke preclose hook by Daniel Vetter · 9 years ago
  82. 2ad14a6 Merge tag 'drm-vc4-fixes-2015-01-19' of http://github.com/anholt/linux into drm-fixes by Dave Airlie · 9 years ago
  83. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  84. 8483d15 drm/vc4: Remove broken attempt at GPU reset using genpd. by Eric Anholt · 9 years ago
  85. c671e1e drm/vc4: fix warning in validate printf. by Dave Airlie · 9 years ago
  86. 28f0360 Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  87. 14de6c4 drm/atomic: Remove drm_atomic_connectors_for_crtc. by Maarten Lankhorst · 9 years ago
  88. 0239c75 Merge tag 'drm-vc4-next-2015-12-21' of http://github.com/anholt/linux into drm-next by Dave Airlie · 9 years ago
  89. 5645e78 drm/vc4: fix an error code by Dan Carpenter · 9 years ago
  90. 7e5082f drm/vc4: allocate enough memory in vc4_save_hang_state() by Dan Carpenter · 9 years ago
  91. 65c4777 drm/vc4: copy_to_user() returns the number of bytes remaining by Dan Carpenter · 9 years ago
  92. e112e59 drm: use dev_name as default unique name in drm_dev_alloc() by Nicolas Iooss · 9 years ago
  93. 21de54b Merge tag 'drm-vc4-next-2015-12-11' of http://github.com/anholt/linux into drm-next by Dave Airlie · 9 years ago
  94. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 9 years ago
  95. b0b3b79 drm: Pass 'name' to drm_universal_plane_init() by Ville Syrjälä · 9 years ago
  96. f988287 drm: Pass 'name' to drm_crtc_init_with_planes() by Ville Syrjälä · 9 years ago
  97. 2146136 drm/vc4: Add an interface for capturing the GPU state after a hang. by Eric Anholt · 9 years ago
  98. b501bac drm/vc4: Add support for async pageflips. by Eric Anholt · 9 years ago
  99. d5b1a78 drm/vc4: Add support for drawing 3D frames. by Eric Anholt · 9 years ago
  100. d3f5168 drm/vc4: Bind and initialize the V3D engine. by Eric Anholt · 10 years ago