diff options
| author | Dave Airlie <airlied@redhat.com> | 2019-01-24 19:52:46 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2019-01-24 20:02:12 +1000 |
| commit | f91168f48556486743392b8838e20afbd84b7b7a (patch) | |
| tree | 34fae57254349a9d908eff729a8e1cb6b933475a /include/linux | |
| parent | 8ca4fd0406b41a872055048d694f3702d8eddb76 (diff) | |
| parent | 46f3ceaffa81e846677bca8668e0ad40e643cffd (diff) | |
| download | cachepc-linux-f91168f48556486743392b8838e20afbd84b7b7a.tar.gz cachepc-linux-f91168f48556486743392b8838e20afbd84b7b7a.zip | |
Merge tag 'drm-misc-next-2019-01-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
drm-misc-next for 5.1:
UAPI Changes:
- Addition of the Allwinner tiled format modifier
Cross-subsystem Changes:
Core Changes:
- dma-buf documentation improvements
- Removal of now unused fbdev helpers
- Addition of new drm fbdev helpers
- Improvements to tinydrm
- Addition of new drm_fourcc helpers
- Impromevents to i2c-over-aux to handle I2C_M_STOP
Driver Changes:
- Add support for the TI DS90C185 LVDS bridge
- Improvements to the thc63lvdm83d bridge
- Improvements to sun4i YUV and scaler support
- Fix to the powerdown sequence of panel-innolux
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190123110317.h4tovujaydo2bfz2@flea
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dma-fence-array.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dma-fence-array.h b/include/linux/dma-fence-array.h index bc8940ca280d..c0ff417b4770 100644 --- a/include/linux/dma-fence-array.h +++ b/include/linux/dma-fence-array.h @@ -40,6 +40,7 @@ struct dma_fence_array_cb { * @num_fences: number of fences in the array * @num_pending: fences in the array still pending * @fences: array of the fences + * @work: internal irq_work function */ struct dma_fence_array { struct dma_fence base; |
