1. 02 11月, 2017 2 次提交
  2. 06 4月, 2017 1 次提交
  3. 07 3月, 2017 1 次提交
  4. 17 2月, 2017 4 次提交
  5. 13 12月, 2016 3 次提交
  6. 07 11月, 2016 2 次提交
    • A
      drm/nouveau/gr: fallback to legacy paths during firmware lookup · e137040e
      Alexandre Courbot 提交于
      Look for firmware files using the legacy ("nouveau/nvxx_fucxxxx") path
      if they cannot be found in the new, "official" path. User setups were
      broken by the switch, which is bad.
      
      There are only 4 firmware files we may want to look up that way, so
      hardcode them into the lookup function. All new firmware files should
      use the standard "nvidia/<chip>/gr/" path.
      
      Fixes: 8539b37a ("drm/nouveau/gr: use NVIDIA-provided external firmwares")
      Signed-off-by: NAlexandre Courbot <acourbot@nvidia.com>
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      Cc: stable@vger.kernel.org
      e137040e
    • B
      drm/nouveau: mark symbols static where possible · e08a1d97
      Baoyou Xie 提交于
      We get a few warnings when building kernel with W=1:
      drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c:29:1: warning: no previous prototype for 'nvbios_fan_table' [-Wmissing-prototypes]
      drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c:56:1: warning: no previous prototype for 'nvbios_fan_entry' [-Wmissing-prototypes]
      drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:184:1: warning: no previous prototype for 'gt215_clk_info' [-Wmissing-prototypes]
      drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:99:1: warning: no previous prototype for 'gt215_link_train_calc' [-Wmissing-prototypes]
      drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:153:1: warning: no previous prototype for 'gt215_link_train' [-Wmissing-prototypes]
      drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:271:1: warning: no previous prototype for 'gt215_link_train_init' [-Wmissing-prototypes]
      ....
      
      In fact, both functions are only used in the file in which they are
      declared and don't need a declaration, but can be made static.
      So this patch marks these functions with 'static'.
      Signed-off-by: NBaoyou Xie <baoyou.xie@linaro.org>
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      e08a1d97
  7. 14 7月, 2016 2 次提交
  8. 02 6月, 2016 1 次提交
  9. 20 5月, 2016 4 次提交
  10. 22 4月, 2016 1 次提交
  11. 14 3月, 2016 4 次提交
  12. 11 1月, 2016 4 次提交
  13. 25 11月, 2015 2 次提交
  14. 03 11月, 2015 1 次提交
  15. 28 8月, 2015 8 次提交