1. 20 May, 2016 38 commits
  2. 17 May, 2016 1 commit
    • Dave Airlie's avatar
      Merge branch 'drm-uapi-extern-c-fixes' of https://github.com/evelikov/linux into drm-next · 7c10ddf8
      Dave Airlie authored
      Not the biggest fan of doing it this way, but what the hell.
      
      * 'drm-uapi-extern-c-fixes' of https://github.com/evelikov/linux: (22 commits)
        drm/vmwgfx: add extern C guard for the UAPI header
        drm/virgl: add extern C guard for the UAPI header
        drm/via: add extern C guard for the UAPI header
        drm/vc4: add extern C guard for the UAPI header
        drm/tegra: add extern C guard for the UAPI header
        drm/sis: add extern C guard for the UAPI header
        drm/savage: add extern C guard for the UAPI header
        drm/radeon: add extern C guard for the UAPI header
        drm/r128: add extern C guard for the UAPI header
        drm/qxl: add extern C guard for the UAPI header
        drm/omap: add extern C guard for the UAPI header
        drm/nouveau: drop drm/ prefix from include
        drm/nouveau: add extern C guard for the UAPI header
        drm/msm: add extern C guard for the UAPI header
        drm/mga: add extern C guard for the UAPI header
        drm/i915: add extern C guard for the UAPI header
        drm/i810: add extern C guard for the UAPI header
        drm/exynos: add extern C guard for the UAPI header
        drm/etnaviv: add extern C guard for the UAPI header
        drm: add extern C guard for the UAPI headers
        ...
      7c10ddf8
  3. 16 May, 2016 1 commit
    • Dave Airlie's avatar
      Merge tag 'topic/drm-misc-2016-05-13' of git://anongit.freedesktop.org/drm-intel into drm-next · 99ee8729
      Dave Airlie authored
      I kinda hoped that I could still sneak in Noralf's
      drm_simple_display_pipe, since there's intereset by others now (for tilcdc
      at least). But it wasn't ready by a hair. Oh well.
      
      Otherwise random stuff plus prep patches from Noralf.
      
      * tag 'topic/drm-misc-2016-05-13' of git://anongit.freedesktop.org/drm-intel:
        drm/atomic: Add drm_atomic_helper_best_encoder()
        drm/atomic: Don't skip drm_bridge_*() calls if !drm_encoder_helper_funcs
        drm/fb-cma-helper: Hook up to DocBook and fix some docs
        drm/fb-helper: Remove mention of CONFIG_FB_DEFERRED_IO in docs
        drm/sti: include linux/seq_file.h where needed
        drm/tegra: Use lockless gem BO free callback
        drm/exynos: Use lockless gem BO free callback
        drm: Make drm_encoder_helper_funcs optional
      99ee8729