1. 21 9月, 2012 2 次提交
  2. 13 8月, 2012 2 次提交
  3. 18 7月, 2012 2 次提交
  4. 17 7月, 2012 6 次提交
  5. 29 6月, 2012 1 次提交
    • A
      drm/radeon: fix VM page table setup on SI · c21b328e
      Alex Deucher 提交于
      Cayman and trinity allow for variable sized VM page
      tables, but SI requires that all page tables be the
      same size.  The current code assumes variablely sized
      VM page tables so SI may end up with part of each page
      table overlapping with other memory which could end
      up being interpreted by the VM hw as garbage.
      
      Change the code to better accomodate SI.  Allocate enough
      space for at least 2 full page tables and always set
      last_pfn to max_pfn on SI so each VM is backed by a full
      page table.  This limits us to only 2 VMs active at any
      given time on SI.  This will be rectified and the code can
      be reunified once we move to two level page tables.
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      Reviewed-by: NJerome Glisse <jglisse@redhat.com>
      Cc: stable@vger.kernel.org
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      c21b328e
  6. 21 6月, 2012 4 次提交
  7. 05 6月, 2012 1 次提交
  8. 23 5月, 2012 1 次提交
  9. 17 5月, 2012 2 次提交
  10. 10 5月, 2012 1 次提交
  11. 03 5月, 2012 2 次提交
  12. 16 4月, 2012 1 次提交
  13. 12 4月, 2012 1 次提交
  14. 21 3月, 2012 14 次提交