1. 28 5月, 2016 37 次提交
  2. 27 5月, 2016 3 次提交
    • D
      Merge tag 'drm-intel-next-fixes-2016-05-25' of... · 7fa1d27b
      Dave Airlie 提交于
      Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/drm-intel into drm-next
      
      I see the main drm pull got merged, here's the first batch of fixes for
      4.7 already. Fixes all around, a large portion cc: stable stuff.
      
      [airlied: the DP++ stuff is a regression fix].
      * tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/drm-intel:
        drm/i915: Stop automatically retiring requests after a GPU hang
        drm/i915: Unify intel_ring_begin()
        drm/i915: Ignore stale wm register values on resume on ilk-bdw (v2)
        drm/i915/psr: Try to program link training times correctly
        drm/i915/bxt: Adjusting the error in horizontal timings retrieval
        drm/i915: Don't leave old junk in ilk active watermarks on readout
        drm/i915: s/DPPL/DPLL/ for SKL DPLLs
        drm/i915: Fix gen8 semaphores id for legacy mode
        drm/i915: Set crtc_state->lane_count for HDMI
        drm/i915/BXT: Retrieving the horizontal timing for DSI
        drm/i915: Protect gen7 irq_seqno_barrier with uncore lock
        drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms
        drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBT
        drm/i915: Enable/disable TMDS output buffers in DP++ adaptor as needed
        drm/i915: Respect DP++ adaptor TMDS clock limit
        drm: Add helper for DP++ adaptors
      7fa1d27b
    • D
      Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into drm-next · 79b3c716
      Dave Airlie 提交于
      AMD GPU bugfixes:
      - Various powerplay bug fixes
      - Add some new polaris pci ids
      - misc bug fixes and code cleanups
      
      * 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux: (27 commits)
        drm/amd: add Kconfig dependency for ACP on DRM_AMDGPU
        drm/amdgpu: Fix hdmi deep color support.
        drm/amdgpu: fix bug in fence driver fini
        drm/amd/powerplay/hwmgr: use kmemdup
        drm/amd/powerplay/hwmgr: use kmemdup
        drm/amd/powerplay/hwmgr: use kmemdup
        drm/amd/powerplay: fix bugs of checking if dpm is running on Tonga
        drm/amdgpu: update Polaris11 golden setting
        drm/amdgpu: Add more Polaris 11 PCI IDs
        drm/amdgpu: update Polaris10 golden setting
        drm/amdgpu: add more Polaris10 DID
        drm/amd/amdgpu : Remove unused variable
        drm/amd/amdgpu : Remove unused variable
        drm/amd/amdgpu : Remove unused variable
        drm/amd/amdgpu/cz_dpm: Remove unused variable
        drm/amd/amdgpu : Remove unused variable
        drm/amd/powerplay: use ARRAY_SIZE() to calculate array size.
        drm/amdgpu: fix array out of bounds
        drm/radeon: fix array out of bounds
        drm/amd/powerplay: fix a bug on updating sclk for Tonga
        ...
      79b3c716
    • L
      Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild · dc03c0f9
      Linus Torvalds 提交于
      Pull misc kbuild updates from Michal Marek:
       "This is the non-critical part of kbuild:
      
         - Coccinelle fixes, one semantic patch less in this round [Vaishali
           Thakkar, Wolfram Sang, Kees Cook]
      
         - rpm-pkg support for (open)SUSE's update-bootloader [Jiří Kosian]
      
         - rpm-pkg restored support for $RPMOPTS [Srinivas Pandruvada]
      
         - deb-pkg fixes for the linux-headers package [Bjørn Mork, Azriel
           Samson]"
      
      * 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
        coccicheck: Fix missing 0 index in kill loop
        scripts/package/Makefile: rpmbuild add support of RPMOPTS
        builddeb: fix missing headers in linux-headers package
        builddeb: include objtool binary in headers package
        kbuild/mkspec: support 'update-bootloader'-based systems
        scripts: coccinelle: remove check to move constants to right
        Coccinelle: setup_timer: Add space in front of parentheses
      dc03c0f9