1. 13 3月, 2012 4 次提交
    • B
      drm/nv50: hopefully handle the DDR2/DDR3 memtype detection somewhat better · c70c41e8
      Ben Skeggs 提交于
      M version 2 appears to have a table with some form of memory type info
      available.
      
      NVIDIA appear to ignore the table information except for this DDR2/DDR3
      case (which has the same value in 0x100714).  My guess is this is due to
      some of the supported memory types not being represented in the table.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      c70c41e8
    • B
      drm/nv20-nv40: add memory type detection · ff92a6cd
      Ben Skeggs 提交于
      NV20/NV30 is partially educated guesswork at this point, based on any
      information around about available memory types and a horribly unspeakable
      amount of vbios image scouring.  I'm not entirely certain the GDDR3 define
      is correct, I have not spotted a single vbios with that value yet (though
      it is mentioned in some 1218-using nv4x vbios), but there are reports that
      some nv3x did use it..
      
      NV40(100914) confirmed by switching an NV49 to DDR1/DDR2 values and making
      sure that the binary driver behaviour showed it had detected DDR1/DDR2
      instead of GDDR3 before dying horribly.
      
      NV40(100474) confirmed by doing much the same task as above on an NV44,
      except this was *much* easier as changing the values didn't seem to have
      any noticable effect on the memory controller aside from changing the
      binary driver's behaviour.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      ff92a6cd
    • B
      drm/nv20: split PFB code out of nv10_fb.c · d81c19e3
      Ben Skeggs 提交于
      Most functions were quite different between NV10/NV20 already, and they're
      about to get even more so.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      d81c19e3
    • B
      drm/nouveau: move vram detection funcs to chipset-specific fb code · 7ad2d31c
      Ben Skeggs 提交于
      Also, display detected memory type in logs - though, we don't even try to
      detect this yet.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      7ad2d31c
  2. 13 1月, 2012 1 次提交
  3. 21 12月, 2011 23 次提交
  4. 06 12月, 2011 1 次提交
  5. 30 11月, 2011 1 次提交
  6. 20 9月, 2011 10 次提交