Announcement

Collapse
No announcement yet.

Radeon Software Adrenalin 2019 Rolls Out While Linux Users Should Have AMDGPU-PRO 18.50

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Did someone manage to install AMDGPU-PRO 18.50 with Kernel 4.17, or higher? 4.17, 4.18, 4.19 and 4.20 are all producing a build error for me under on Ubuntu 18.04.

    Edit: This includes 4.19.11 btw.

    The main problems seem to be

    Code:
      CC [M]  /var/lib/dkms/amdgpu/18.50-708488/build/ttm/ttm_page_alloc.o
    /var/lib/dkms/amdgpu/18.50-708488/build/ttm/ttm_bo.c: In function ‘ttm_bo_bulk_move_lru_tail’:
    /var/lib/dkms/amdgpu/18.50-708488/build/ttm/ttm_bo.c:273:3: error: implicit declaration of function ‘list_bulk_move_tail’; did you mean ‘list_move_tail’? [-Werror=implicit-function-declaration]
       list_bulk_move_tail(&man->lru[i], &pos->first->lru,
       ^~~~~~~~~~~~~~~~~~~
       list_move_tail
    and

    Code:
      CC [M]  /var/lib/dkms/amdgpu/18.50-708488/build/amd/amdgpu/amdgpu_gem.o
    /var/lib/dkms/amdgpu/18.50-708488/build/amd/amdgpu/amdgpu_connectors.c: In function ‘amdgpu_connector_ddc_get_modes’:
    /var/lib/dkms/amdgpu/18.50-708488/build/amd/amdgpu/amdgpu_connectors.c:368:3: error: implicit declaration of function ‘drm_mode_connector_update_edid_property’; did you mean ‘drm_connector_update_edid_property’? [-Werror=implicit-function-declaration]
       drm_mode_connector_update_edid_property(connector, amdgpu_connector->edid);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       drm_connector_update_edid_property
    according to the make.log
    Last edited by BoMbY; 29 December 2018, 04:08 PM.

    Comment


    • #32
      Originally posted by BoMbY View Post
      Did someone manage to install AMDGPU-PRO 18.50 with Kernel 4.17, or higher? 4.17, 4.18, 4.19 and 4.20 are all producing a build error for me under on Ubuntu 18.04.

      Edit: This includes 4.19.11 btw.

      The main problems seem to be

      Code:
       CC [M] /var/lib/dkms/amdgpu/18.50-708488/build/ttm/ttm_page_alloc.o
      /var/lib/dkms/amdgpu/18.50-708488/build/ttm/ttm_bo.c: In function ‘ttm_bo_bulk_move_lru_tail’:
      /var/lib/dkms/amdgpu/18.50-708488/build/ttm/ttm_bo.c:273:3: error: implicit declaration of function ‘list_bulk_move_tail’; did you mean ‘list_move_tail’? [-Werror=implicit-function-declaration]
      list_bulk_move_tail(&man->lru[i], &pos->first->lru,
      ^~~~~~~~~~~~~~~~~~~
      list_move_tail
      and

      Code:
       CC [M] /var/lib/dkms/amdgpu/18.50-708488/build/amd/amdgpu/amdgpu_gem.o
      /var/lib/dkms/amdgpu/18.50-708488/build/amd/amdgpu/amdgpu_connectors.c: In function ‘amdgpu_connector_ddc_get_modes’:
      /var/lib/dkms/amdgpu/18.50-708488/build/amd/amdgpu/amdgpu_connectors.c:368:3: error: implicit declaration of function ‘drm_mode_connector_update_edid_property’; did you mean ‘drm_connector_update_edid_property’? [-Werror=implicit-function-declaration]
      drm_mode_connector_update_edid_property(connector, amdgpu_connector->edid);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      drm_connector_update_edid_property
      according to the make.log
      I wound up getting things to work by switching from Mint to Ubuntu - had to install the server version because the graphical installers don't play nice with my RX 590. Once I installed Ubuntu Server, I installed the 18.50 drivers and then installed the XFCE desktop and then updated my kernel using Ukuu to the 4.19 branch (currently 4.19.13) and everything is working well.

      Comment

      Working...
      X