1. 21 12月, 2011 14 次提交
  2. 20 9月, 2011 1 次提交
  3. 16 5月, 2011 1 次提交
    • E
      drm/nv50: improve nv50_pm_get_clock() · 619d4f7e
      Emil Velikov 提交于
      Many of the nv50 cards have their shader and/or memory pll
      disabled at some stage.
      This patch addresses those cases, so that the function
      returns the correct frequency.
      
      When the shader pll is disabled, the blob reports 2*core clock
      Whereas for memory, the data stored in the vbios. This action
      is incorrect as some vbioses store a clock value that is less
      than the refference clock of the pll.
      
      Thus we are reporting the reff_clk as it is the frequency the
      pll actually operates
      
      v2 - Convert NV_INFO() messages to NV_DEBUG()
      Provide more information in the actuall message
      Signed-off-by: NEmil Velikov <emil.l.velikov@gmail.com>
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      619d4f7e
  4. 05 10月, 2010 3 次提交
  5. 24 9月, 2010 2 次提交