1. 22 1月, 2015 9 次提交
  2. 16 1月, 2015 1 次提交
  3. 13 1月, 2015 2 次提交
  4. 10 1月, 2015 4 次提交
  5. 09 1月, 2015 1 次提交
  6. 08 1月, 2015 3 次提交
  7. 06 1月, 2015 5 次提交
  8. 29 12月, 2014 1 次提交
    • O
      drm/radeon: Init amdkfd only if it was compiled · 38c2adfb
      Oded Gabbay 提交于
      This patch changes the radeon_kfd_init(), which is used to initialize the
      interface between radeon and amdkfd, so the interface will be initialized only
      if amdkfd was build, either as module or inside the kernel image.
      
      In the modules case, the symbol_request() will be used (same as old code). In
      the in-image compilation case, a direct call to kgd2kfd_init() will be done.
      For other cases, radeon_kfd_init() will just return false.
      
      This patch is necessary because in case of the following specific
      configuration: kernel 32-bit, no modules support, random kernel base and no
      hibernation, the symbol_request() doesn't work as expected - it doesn't return
      NULL if the symbol doesn't exists - which makes the kernel panic.
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NOded Gabbay <oded.gabbay@amd.com>
      38c2adfb
  9. 24 12月, 2014 1 次提交
  10. 17 12月, 2014 1 次提交
  11. 04 1月, 2015 1 次提交
  12. 09 12月, 2014 1 次提交
  13. 04 12月, 2014 10 次提交