Hi Dave, Just flushing out my -misc queue. Slightly important are the prime refcount/unload fixes from Chris. There's also the reservation stuff from Chris still pending, and Sumits hasn't landed that yet. Might get another pull for that, but pls don't hold up the main pull for it ;-) Cheers, Daniel The following changes since commit 0546d685f07cc4fc5748fd36e57d167877c2842d: drm/rockchip: analogix_dp: Refuse to enable PSR if panel doesn't support it (2016-10-04 08:23:17 +0200) are available in the git repository at: git://anongit.freedesktop.org/drm-intel tags/topic/drm-misc-2016-10-11 for you to fetch changes up to a5bd451b6e6ece69be07a425381c4f3438eadba0: drm/crtc: constify drm_crtc_index parameter (2016-10-10 17:28:58 +0200) ---------------------------------------------------------------- Chris Wilson (3): drm/prime: Pass the right module owner through to dma_buf_export() drm/prime: Take a ref on the drm_dev when exporting a dma_buf drm: Fix up kerneldoc for new drm_gem_dmabuf_export() Christophe JAILLET (2): drm: Release resources with a safer function drm: Release resources with a safer function Grazvydas Ignotas (1): drm: use the right function name in documentation Jani Nikula (1): drm/crtc: constify drm_crtc_index parameter Marek Vasut (3): drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooks drm/bridge: Call drm_connector_cleanup directly drm/bridge: Drop drm_connector_unregister and call drm_connector_cleanup directly Maxime Ripard (1): drm/bridge: Add RGB to VGA bridge support Stefan Christ (1): drm/fb-helper: fix sphinx markup for DRM_FB_HELPER_DEFAULT_OPS .../bindings/display/bridge/dumb-vga-dac.txt | 48 +++++ drivers/gpu/drm/armada/armada_gem.c | 2 +- drivers/gpu/drm/bridge/Kconfig | 7 + drivers/gpu/drm/bridge/Makefile | 1 + drivers/gpu/drm/bridge/analogix-anx78xx.c | 7 +- drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 9 +- drivers/gpu/drm/bridge/dumb-vga-dac.c | 223 +++++++++++++++++++++ drivers/gpu/drm/bridge/dw-hdmi.c | 8 +- drivers/gpu/drm/bridge/nxp-ptn3460.c | 7 +- drivers/gpu/drm/bridge/parade-ps8622.c | 7 +- drivers/gpu/drm/bridge/tc358767.c | 8 +- drivers/gpu/drm/drm_connector.c | 12 +- drivers/gpu/drm/drm_prime.c | 48 ++++- drivers/gpu/drm/drm_simple_kms_helper.c | 26 +++ drivers/gpu/drm/i915/i915_gem_dmabuf.c | 2 +- drivers/gpu/drm/tegra/gem.c | 2 +- drivers/gpu/drm/udl/udl_dmabuf.c | 2 +- include/drm/drmP.h | 7 +- include/drm/drm_connector.h | 4 +- include/drm/drm_crtc.h | 2 +- include/drm/drm_fb_helper.h | 2 +- include/drm/drm_simple_kms_helper.h | 20 ++ 22 files changed, 391 insertions(+), 63 deletions(-) create mode 100644 Documentation/devicetree/bindings/display/bridge/dumb-vga-dac.txt create mode 100644 drivers/gpu/drm/bridge/dumb-vga-dac.c -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx