1. 05 Jul, 2012 1 commit
    • Eugeni Dodonov's avatar
      drm/i915: add RPS configuration for Haswell · 5a7dc92a
      Eugeni Dodonov authored
      Most of the RPS and RC6 enabling functionality is similar to what we had
      on Gen6/Gen7, so we preserve most of the registers.
      
      Note that Haswell only has RC6, so account for that as well. As suggested
      by Daniel Vetter, to reduce the amount of changes in the patch, we still
      write the RC6p/RC6pp thresholds, but those are ignored on Haswell.
      
      Note: Some discussion about the nature of the new tuning constants
      popped up in review - the answer is that we don't know why they've
      changed, but the guide from VPG with the magic numbers simply has
      different values now.
      
      v2: Squash fix for ?: vs | operation precende bug into this patch.
      Signed-off-by: default avatarEugeni Dodonov <eugeni.dodonov@intel.com>
      Reviewed-by: default avatarBen Widawsky <ben@bwidawsk.net>
      [danvet: Added note to commit message. Squashed fix.]
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      5a7dc92a
  2. 03 Jul, 2012 3 commits
  3. 29 Jun, 2012 1 commit
  4. 28 Jun, 2012 2 commits
  5. 27 Jun, 2012 3 commits
  6. 25 Jun, 2012 6 commits
  7. 24 Jun, 2012 7 commits
  8. 23 Jun, 2012 6 commits
  9. 22 Jun, 2012 10 commits
  10. 21 Jun, 2012 1 commit
    • Linus Torvalds's avatar
      Merge tag 'nfs-for-3.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs · 636040b4
      Linus Torvalds authored
      Pull NFS client bugfixes from Trond Myklebust:
       - Fix a write hang due to an uninitalised variable when
         !defined(CONFIG_NFS_V4)
       - Address upcall races in the legacy NFSv4 idmapper
       - Remove an O_DIRECT refcounting issue
       - Fix a pNFS refcounting bug when the file layout metadata server is
         also acting as a data server
       - Fix a pNFS module loading race.
      
      * tag 'nfs-for-3.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
        NFS: Force the legacy idmapper to be single threaded
        NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4)
        NFS: Fix a refcounting issue in O_DIRECT
        NFSv4.1: Fix a race in set_pnfs_layoutdriver
        NFSv4.1: Fix umount when filelayout DS is also the MDS
      636040b4