1. 12 May, 2016 2 commits
    • Dave Airlie's avatar
      Merge branch 'drm-hisilicon-next' of github.com:xin3liang/linux into drm-next · 93f517c4
      Dave Airlie authored
      misc hisilicon cleanups.
      
      * 'drm-hisilicon-next' of github.com:xin3liang/linux:
        drm/hisilicon: Fix DRM_INFO printed issue
        drm/hisilicon: Make kirin_drm_unbind sufficient
        drm/hisilicon: Use drm_connector_register_all
      93f517c4
    • Dave Airlie's avatar
      Merge branch 'exynos-drm-next' of... · 6d23abf5
      Dave Airlie authored
      Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
      
       Summary:
         - expose HDMI-PHY clock to other drivers.
           . this patch was included in below patch series but I missed.
                   http://www.spinics.net/lists/dri-devel/msg103097.html
         - some fixups about DECON5433 driver
           . this patch corrects vblank handling and fixes up trigger
             configuration.
         - use generic functions - gem_prime_mmap and dma_buf_mmap.
         - use DMA-Mapping API instead of specific one.
         - some code cleanups and fixeups.
      
      * 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos:
        drm/exynos/decon5433: fix trigger configuration
        drm/exynos/dsi: use of_graph_get_endpoint_by_regs helper
        drm/exynos/dpi: use of_graph_get_endpoint_by_regs helper
        drm/exynos: Nuke dummy fb->dirty callback
        drm/exynos: use directly DMA mapping APIs on g2d
        drm/exynos/hdmi: Don't print error on deferral due to regulators
        drm/exynos: fix imported dma-buf to be mapped
        drm/exynos: support gem_prime_mmap
        drm/exynos: fimd: harden fimd_calc_clkdiv()
        drm/exynos: fix cancel page flip code
        drm/exynos/decon5433: do not use unnecessary software trigger
        drm/exynos/decon5433: handle vblank in vblank interrupt
        drm/exynos/hdmi: expose HDMI-PHY clock as pipeline clock
      6d23abf5
  2. 11 May, 2016 3 commits
  3. 10 May, 2016 15 commits
  4. 09 May, 2016 4 commits
    • Dave Airlie's avatar
      Merge tag 'v4.6-rc7' into drm-next · bafb86f5
      Dave Airlie authored
      Merge this back as we've built up a fair few conflicts, and I have
      some newer trees to pull in.
      bafb86f5
    • Dave Airlie's avatar
      drm/amdgpu: fix build on aarch64. · ba391646
      Dave Airlie authored
      Same fix went in previously for some other files.
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      ba391646
    • Dave Airlie's avatar
      Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-next · 2c3d68ab
      Dave Airlie authored
      Mostly cleanups, fixes, and 'struct fence' conversion this time
      around, with one reservation patch which is a-b Sumit (which the fence
      conversion patches depend on).
      
      * 'msm-next' of git://people.freedesktop.org/~robclark/linux: (25 commits)
        drm/msm: Drop load/unload drm_driver ops
        drm/msm: Centralize connector registration/unregistration
        drm/msm/hdmi: Prevent gpio_free related kernel warnings
        drm/msm: print offender task name on hangcheck recovery
        drm/msm: fix leak in failed submit path
        drm/msm: de-indent submit_create()
        drm/msm: drop return from gpu->submit()
        drm/msm/mdp4: Don't manage DSI PLL regulators in MDP driver
        drm/msm/edp: Drop regulator_set_voltage call
        drm/msm/dsi: Fix regulator API abuse
        drm/msm: Move call to PTR_ERR_OR_ZERO after reassignment
        drm/msm/mdp: Add support for more RGBX formats
        drm: msm: remove unused variable
        drm/msm: fix ->last_fence() after recover
        drm/msm: 'struct fence' conversion
        drm/msm: remove fence_cbs
        drm/msm: introduce msm_fence_context
        drm/msm: split locking and pinning BO's
        drm/msm/gpu: simplify tracking in-flight bo's
        drm/msm: split out timeout_to_jiffies helper
        ...
      2c3d68ab
    • Dave Airlie's avatar
      Merge tag 'topic/drm-misc-2016-05-08' of git://anongit.freedesktop.org/drm-intel into drm-next · 2958cf0e
      Dave Airlie authored
      Refcounting is hard, so here's a quick pull request with the one-liner to
      fix up i915. Otherwise just a few other small things I picked up. Plus the
      regression fix from Marten for rmfb behaviour that lingered around forever
      since no testers. Feel free to cherry-pick that over to drm-fixes, but
      given that there's not many who seemed to have cared, meh.
      
      * tag 'topic/drm-misc-2016-05-08' of git://anongit.freedesktop.org/drm-intel:
        drm/i915: Correctly refcount connectors in hw state readou
        drm/panel: Flesh out kerneldoc
        drm: Add gpu.tmpl docbook to MAINTAINERS entry
        drm/core: Do not preserve framebuffer on rmfb, v4.
        drm: Fix up markup fumble
        drm/fb_helper: Fix a few typos
      2958cf0e
  5. 08 May, 2016 16 commits