1. 03 Oct, 2012 3 commits
    • Florian Zumbiehl's avatar
      drm/savage: re-add busmaster enable, regression fix · df86b576
      Florian Zumbiehl authored
      466e69b8 dropped busmaster enable from the
      global drm code and moved it to the individual drivers, but missed the savage
      driver. So, this re-adds busmaster enable to the savage driver, fixing the
      regression.
      Signed-off-by: default avatarFlorian Zumbiehl <florz@florz.de>
      Reviewed-by: default avatarAlex Deucher <alexdeucher@gmail.com>
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      df86b576
    • Dan Carpenter's avatar
      drm/ast: drop duplicate initialization · 331c5753
      Dan Carpenter authored
      We set ".disable" to "ast_crtc_disable" twice.
      Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      331c5753
    • Dave Airlie's avatar
      Merge branch 'drm-next-3.7' of git://people.freedesktop.org/~agd5f/linux into drm-next · 8ff1f792
      Dave Airlie authored
      Alex writes:
      "The big changes for 3.7 include:
      - Asynchronous VM page table updates for Cayman/SI
      - 2 level VM page table support.  Saves memory compared to 1 level
        page tables.
      - Reworked PLL handing in the display code allows lots more
        combinations of monitors to work, including more than two
        DP displays assuming compatible clocks across shared PLLs.
        This also allows us to power down extra PLLs when we can
        share a single one across multiple displays which saves power.
      - Native backlight control on ATOMBIOS systems.
      - Improved ACPI support for interacting with the GPU.  Fixes
        backlight control on some laptops.
      - Document AMD ACPI interfaces
      - Lots of code cleanup
      - Bug fixes"
      
      * 'drm-next-3.7' of git://people.freedesktop.org/~agd5f/linux: (79 commits)
        drm/radeon: add vm set_page() callback for SI
        drm/radeon: rework the vm_flush interface
        drm/radeon: use WRITE_DATA packets for vm flush on SI
        drm/radeon/pm: fix multi-head profile handling on BTC+ (v2)
        drm/radeon: fix radeon power state debug output
        drm/radeon: force MSIs on RS690 asics
        drm/radeon: Add MSI quirk for gateway RS690
        drm/radeon: allow MIP_ADDRESS=0 for MSAA textures on Evergreen
        drm/radeon/kms: allow STRMOUT_BASE_UPDATE on RS780 and RS880
        drm/radeon: add 2-level VM pagetables support v9
        drm/radeon: refactor set_page chipset interface v5
        drm/radeon: Fix scratch register leak in IB test.
        drm/radeon: restore backlight level on resume
        drm/radeon: add get_backlight_level callback
        drm/radeon: only adjust default clocks on NI GPUs
        drm/radeon: validate PPLL in crtc fixup
        drm/radeon: work around KMS modeset limitations in PLL allocation (v2)
        drm/radeon: make non-DP PPLL sharing more robust
        drm/radeon: store the encoder in the radeon_crtc
        drm/radeon: rework crtc pll setup to better support PPLL sharing
        ...
      8ff1f792
  2. 02 Oct, 2012 7 commits
  3. 01 Oct, 2012 9 commits
  4. 27 Sep, 2012 12 commits
  5. 26 Sep, 2012 3 commits
  6. 24 Sep, 2012 3 commits
    • Daniel Vetter's avatar
      Merge tag 'v3.6-rc7' into drm-intel-next-queued · 398b7a1b
      Daniel Vetter authored
      Manual backmerge of -rc7 to resolve a silent conflict leading to
      compile failure in drivers/gpu/drm/i915/intel_hdmi.c.
      
      This is due to the bugfix in -rc7:
      
      commit b98b6016
      Author: Wang Xingchao <xingchao.wang@intel.com>
      Date:   Thu Sep 13 07:43:22 2012 +0800
      
          drm/i915: HDMI - Clear Audio Enable bit for Hot Plug
      
      Since this code moved around a lot in -next git put that snippet at
      the wrong spot. I've tried to fix this by making the conflict explicit
      by merging a version for next with:
      
      commit 3cce574f
      Author: Wang Xingchao <xingchao.wang@intel.com>
      Date:   Thu Sep 13 11:19:00 2012 +0800
      
          drm/i915: HDMI - Clear Audio Enable bit for Hot Plug unconditionally
      
      But that failed to solve the entire problem. To avoid pushing out
      further -nightly branch to our QA where this is broken, do the
      backmerge and manually add the stuff git adds to -next from the patch
      in -fixes.
      
      Note that this doesn't show up in git's merge diff (and hence is also
      not handled by git rerere), which adds to the reasons why I'd like to
      fix this with a verbose backmerge. The git merge diff only shows a
      bunch of trivial conflicts of the "code changed in lines next to each
      another" kind.
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      398b7a1b
    • Paulo Zanoni's avatar
      drm/i915: BUG() on unexpected HDMI register · 57df2ae9
      Paulo Zanoni authored
      This should never happen, but the silent "return" makes me wonder
      every time I try to debug InfoFrame bugs, so promote this to BUG() to
      make sure people will complain if we ever break this.
      Signed-off-by: default avatarPaulo Zanoni <paulo.r.zanoni@intel.com>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      57df2ae9
    • Linus Torvalds's avatar
      Linux 3.6-rc7 · 979570e0
      Linus Torvalds authored
      979570e0
  7. 23 Sep, 2012 3 commits