1. 12 Mar, 2014 1 commit
    • Thomas Hellstrom's avatar
      drm/ttm: Work around performance regression with VM_PFNMAP · 0e6d6ec0
      Thomas Hellstrom authored
      A performance regression was introduced in TTM in linux 3.13 when we started using
      VM_PFNMAP for shared mappings. In theory this should've been faster due to
      less page book-keeping but it appears like VM_PFNMAP + x86 PAT + write-combine
      is a particularly cpu-hungry combination, as seen by largely increased
      cpu-usage on r200 GL video playback.
      
      Until we've sorted out why, revert to always use VM_MIXEDMAP.
      Reference: freedesktop.org bugzilla bug #75719
      
      Reported-and-tested-by: <smoki00790@gmail.com>
      Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: default avatarThomas Hellstrom <thellstrom@vmware.com>
      Cc: stable@vger.kernel.org
      0e6d6ec0
  2. 06 Mar, 2014 11 commits
  3. 05 Mar, 2014 1 commit
  4. 03 Mar, 2014 9 commits
  5. 02 Mar, 2014 15 commits
  6. 01 Mar, 2014 2 commits
  7. 28 Feb, 2014 1 commit