1. 23 6月, 2011 4 次提交
    • B
      3f0a68d8
    • B
      drm/nvc0/gr: import and use our own fuc by default · 0411de85
      Ben Skeggs 提交于
      The ability to use NVIDIA's fuc has been retained *temporarily* in order
      to better debug any issues that may be lingering in our initial attempt
      at writing this ucode.  Once I'm fairly confident we're okay, it'll be
      removed.
      
      There's a number of things not implemented by this fuc currently, but
      most of it is sets of state that our context setup would not have used
      anyway.  No doubt we'll find out what they're for at some point, and
      implement it if required.
      
      This has been tested on 0xc0/0xc4 thus far, and from what I could tell
      it worked as well as NVIDIA's.  It's also been tested on 0xc1, but even
      with NVIDIA's fuc that chipset doesn't work correctly with nouveau yet.
      
      0xc3/0xc8/0xce should in theory be supported too, but I don't have the
      hardware to check that.
      
      There's no doubt numerous bugs to squash yet, please report any!
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      0411de85
    • B
      drm/nvc0: fix suspend/resume of PGRAPH/PCOPYn · f8522fc8
      Ben Skeggs 提交于
      We need the physical VRAM address in vinst, even for objects mapped into
      a vm, as the gpuobj suspend/resume code uses PMEM to access the object.
      
      Previously, vinst was overloaded to mean "VRAM address" for !VM objects,
      and "VM address" for VM objects, causing the wrong data to be accessed
      during suspend/resume.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      f8522fc8
    • B
      drm/nouveau: default to noaccel on 0xc1/0xc8/0xce for now · aba99a84
      Ben Skeggs 提交于
      Until we know these should work properly, would much rather default to
      noaccel than risk giving people corruption/hangs out of the box..
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      aba99a84
  2. 16 5月, 2011 22 次提交
  3. 20 4月, 2011 1 次提交
  4. 05 4月, 2011 1 次提交
  5. 31 3月, 2011 1 次提交
  6. 23 3月, 2011 1 次提交
  7. 14 3月, 2011 1 次提交
  8. 04 3月, 2011 1 次提交
  9. 25 2月, 2011 8 次提交