1. 14 1月, 2014 1 次提交
  2. 20 12月, 2013 1 次提交
  3. 19 12月, 2013 3 次提交
    • T
      drm/tegra: Track HDMI enable state · 365765fc
      Thierry Reding 提交于
      The DRM core doesn't track enable and disable state of encoders and/or
      connectors, so calls to the output's .enable() and .disable() are not
      guaranteed to be balanced. Track the enable state internally so that
      calls to regulator and clock frameworks remain balanced.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      365765fc
    • T
      drm/tegra: Fix HDMI audio frequency typo · 17a8b6b0
      Thierry Reding 提交于
      The correct check is for 48 kHz, not 480 kHz. Found by Coverity.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      17a8b6b0
    • P
      gpu: host1x: clk_round_rate() can return a zero upon error · 23a0e27a
      Paul Walmsley 提交于
      Treat both negative and zero return values from clk_round_rate() as
      errors.  This is needed since subsequent patches will convert
      clk_round_rate()'s return value to be an unsigned type, rather than a
      signed type, since some clock sources can generate rates higher than
      (2^31)-1 Hz.
      
      Eventually, when calling clk_round_rate(), only a return value of zero
      will be considered a error.  All other values will be considered valid
      rates.  The comparison against values less than 0 is kept to preserve
      the correct behavior in the meantime.
      Signed-off-by: NPaul Walmsley <pwalmsley@nvidia.com>
      Cc: Mikko Perttunen <mperttunen@nvidia.com>
      Cc: Arto Merilainen <amerilainen@nvidia.com>
      Cc: Thierry Reding <thierry.reding@gmail.com>
      Cc: Terje Bergström <tbergstrom@nvidia.com>
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      23a0e27a
  4. 12 12月, 2013 1 次提交
  5. 31 10月, 2013 13 次提交
  6. 30 8月, 2013 2 次提交
  7. 27 8月, 2013 1 次提交
  8. 22 4月, 2013 3 次提交
  9. 22 2月, 2013 1 次提交
  10. 29 1月, 2013 1 次提交
  11. 26 1月, 2013 1 次提交
  12. 30 12月, 2012 2 次提交
  13. 28 11月, 2012 1 次提交
  14. 20 11月, 2012 1 次提交