1. 17 2月, 2022 7 次提交
  2. 15 2月, 2022 1 次提交
    • L
      drm/amdgpu: Show IP discovery in sysfs · a6c40b17
      Luben Tuikov 提交于
      Add IP discovery data in sysfs. The format is:
      /sys/class/drm/cardX/device/ip_discovery/die/D/B/I/<attrs>
      where,
      X is the card ID, an integer,
      D is the die ID, an integer,
      B is the IP HW ID, an integer, aka block type,
      I is the IP HW ID instance, an integer.
      <attrs> are the attributes of the block instance. At the moment these
      include HW ID, instance number, major, minor, revision, number of base
      addresses, and the base addresses themselves.
      
      A symbolic link of the acronym HW ID is also created, under D/, if you
      prefer to browse by something humanly accessible.
      
      Cc: Alex Deucher <Alexander.Deucher@amd.com>
      Cc: Tom StDenis <tom.stdenis@amd.com>
      Signed-off-by: NLuben Tuikov <luben.tuikov@amd.com>
      Reviewed-by: NAlex Deucher <Alexander.Deucher@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      a6c40b17
  3. 12 2月, 2022 1 次提交
  4. 26 1月, 2022 2 次提交
  5. 19 1月, 2022 3 次提交
  6. 12 1月, 2022 1 次提交
  7. 30 12月, 2021 1 次提交
  8. 18 12月, 2021 1 次提交
  9. 17 12月, 2021 1 次提交
  10. 14 12月, 2021 5 次提交
  11. 03 12月, 2021 1 次提交
  12. 02 12月, 2021 4 次提交
  13. 25 11月, 2021 2 次提交
  14. 18 11月, 2021 2 次提交
    • G
      drm/amdgpu: add error print when failing to add IP block(v2) · 69650a87
      Guchun Chen 提交于
      Driver initialization is driven by IP version from IP
      discovery table. So add error print when failing to add
      ip block during driver initialization, this will be more
      friendly to user to know which IP version is not correct.
      
      [   40.467361] [drm] host supports REQ_INIT_DATA handshake
      [   40.474076] [drm] add ip block number 0 <nv_common>
      [   40.474090] [drm] add ip block number 1 <gmc_v10_0>
      [   40.474101] [drm] add ip block number 2 <psp>
      [   40.474103] [drm] add ip block number 3 <navi10_ih>
      [   40.474114] [drm] add ip block number 4 <smu>
      [   40.474119] [drm] add ip block number 5 <amdgpu_vkms>
      [   40.474134] [drm] add ip block number 6 <gfx_v10_0>
      [   40.474143] [drm] add ip block number 7 <sdma_v5_2>
      [   40.474147] amdgpu 0000:00:08.0: amdgpu: Fatal error during GPU init
      [   40.474545] amdgpu 0000:00:08.0: amdgpu: amdgpu: finishing device.
      
      v2: use dev_err to multi-GPU system
      Signed-off-by: NGuchun Chen <guchun.chen@amd.com>
      Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      69650a87
    • G
      drm/amdgpu: add error print when failing to add IP block(v2) · 73729a7d
      Guchun Chen 提交于
      Driver initialization is driven by IP version from IP
      discovery table. So add error print when failing to add
      ip block during driver initialization, this will be more
      friendly to user to know which IP version is not correct.
      
      [   40.467361] [drm] host supports REQ_INIT_DATA handshake
      [   40.474076] [drm] add ip block number 0 <nv_common>
      [   40.474090] [drm] add ip block number 1 <gmc_v10_0>
      [   40.474101] [drm] add ip block number 2 <psp>
      [   40.474103] [drm] add ip block number 3 <navi10_ih>
      [   40.474114] [drm] add ip block number 4 <smu>
      [   40.474119] [drm] add ip block number 5 <amdgpu_vkms>
      [   40.474134] [drm] add ip block number 6 <gfx_v10_0>
      [   40.474143] [drm] add ip block number 7 <sdma_v5_2>
      [   40.474147] amdgpu 0000:00:08.0: amdgpu: Fatal error during GPU init
      [   40.474545] amdgpu 0000:00:08.0: amdgpu: amdgpu: finishing device.
      
      v2: use dev_err to multi-GPU system
      Signed-off-by: NGuchun Chen <guchun.chen@amd.com>
      Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      73729a7d
  15. 11 11月, 2021 2 次提交
  16. 29 10月, 2021 2 次提交
  17. 22 10月, 2021 2 次提交
  18. 20 10月, 2021 1 次提交
  19. 14 10月, 2021 1 次提交