1. 08 Mar, 2016 26 commits
  2. 05 Mar, 2016 1 commit
  3. 03 Mar, 2016 1 commit
  4. 29 Feb, 2016 2 commits
  5. 26 Feb, 2016 5 commits
  6. 25 Feb, 2016 2 commits
  7. 19 Feb, 2016 3 commits
    • Dave Airlie's avatar
      Merge branch 'drm-rockchip-next-2016-02-18' of... · d2eaa590
      Dave Airlie authored
      Merge branch 'drm-rockchip-next-2016-02-18' of https://github.com/markyzq/kernel-drm-rockchip into drm-next
      
      add Innosilicon HDMI support.
      
      * 'drm-rockchip-next-2016-02-18' of https://github.com/markyzq/kernel-drm-rockchip:
        dt-bindings: add document for Innosilicon HDMI on Rockchip platform
        drm/rockchip: hdmi: add Innosilicon HDMI support
      d2eaa590
    • Dave Airlie's avatar
      Merge tag 'drm-vc4-next-2016-02-17' of github.com:anholt/linux into drm-next · 9864fd76
      Dave Airlie authored
      This pull request brings in overlay plane support for vc4.
      
      * tag 'drm-vc4-next-2016-02-17' of github.com:anholt/linux:
        drm/vc4: Add support for YUV planes.
        drm/vc4: Add support a few more RGB display plane formats.
        drm/vc4: Add support for scaling of display planes.
        drm/vc4: Fix which value is being used for source image size.
        drm/vc4: Add more display planes to each CRTC.
        drm/vc4: Make the CRTCs cooperate on allocating display lists.
        drm/vc4: Add a proper short-circut path for legacy cursor updates.
        drm/vc4: Move the plane clipping/scaling setup to a separate function.
        drm/vc4: Add missing __iomem annotation to hw_dlist.
        drm/vc4: Improve comments on vc4_plane_state members.
      9864fd76
    • Dave Airlie's avatar
      Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-next · 5263925c
      Dave Airlie authored
      First radeon and amdgpu pull request for 4.6.  Highlights:
      - ACP support for APUs with i2s audio
      - CS ioctl optimizations
      - GPU scheduler optimizations
      - GPUVM optimizations
      - Initial GPU reset support (not enabled yet)
      - New powerplay sysfs interface for manually selecting clocks
      - Powerplay fixes
      - Virtualization fixes
      - Removal of hw semaphore support
      - Lots of other misc fixes and cleanups
      
      * 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux: (118 commits)
        drm/amdgpu: Don't call interval_tree_remove in amdgpu_mn_destroy
        drm/amdgpu: Fix race condition in amdgpu_mn_unregister
        drm/amdgpu: cleanup gem init/finit
        drm/amdgpu: rework GEM info printing
        drm/amdgpu: print the GPU offset as well in gem_info
        drm/amdgpu: optionally print the pin count in gem_info as well
        drm/amdgpu: print the BO size only once in amdgpu_gem_info
        drm/amdgpu: print pid as integer
        drm/amdgpu: remove page flip work queue v3
        drm/amdgpu: stop blocking for page filp fences
        drm/amdgpu: stop calling amdgpu_gpu_reset from the flip code
        drm/amdgpu: remove fence reset detection leftovers
        drm/amdgpu: Fix race condition in MMU notifier release
        drm/radeon: Fix WARN_ON if DRM_DP_AUX_CHARDEV is enabled
        drm/amdgpu/vi: move uvd tiling config setup into uvd code
        drm/amdgpu/vi: move sdma tiling config setup into sdma code
        drm/amdgpu/cik: move uvd tiling config setup into uvd code
        drm/amdgpu/cik: move sdma tiling config setup into sdma code
        drm/amdgpu/gfx7: rework gpu_init()
        drm/amdgpu/gfx: clean up harvest configuration (v2)
        ...
      5263925c