View Issue Details

IDProjectCategoryView StatusLast Update
0000971channel: kernel/el8--kernel--request-for-enhancement--public2019-11-29 10:52
Reporterburakkucat Assigned Toburakkucat  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Summary0000971: Kernel-ml: CONFIG_DRM_AMDGPU* parameters
DescriptionPlease adjust the CONFIG_DRM_AMDGPU* parameters to correspond with those set for the el7 version of kernel-ml.

CONFIG_DRM_AMDGPU_CIK=y
CONFIG_DRM_AMDGPU=m
CONFIG_DRM_AMDGPU_SI=y
CONFIG_DRM_AMDGPU_USERPTR=y
TagsNo tags attached.

Activities

burakkucat

2019-11-28 14:35

administrator   ~0006709

Last edited: 2019-11-28 16:57

Acknowledged.

I have queued the following configuration file adjustments for the next build of the kernel-ml package set, for el8.

CONFIG_HMM_MIRROR=y
CONFIG_DRM_AMDGPU_SI=y
CONFIG_DRM_AMDGPU_CIK=y
CONFIG_DRM_AMDGPU_USERPTR=y

burakkucat

2019-11-28 17:05

administrator   ~0006710

Please note the following, copied from the drivers/gpu/drm/amd/amdgpu/Kconfig file --

config DRM_AMDGPU_SI
        bool "Enable amdgpu support for SI parts"
        depends on DRM_AMDGPU
        help
          Choose this option if you want to enable experimental support
          for SI asics.

          SI is already supported in radeon. Experimental support for SI
          in amdgpu will be disabled by default and is still provided by
          radeon. Use module options to override this:

          radeon.si_support=0 amdgpu.si_support=1

config DRM_AMDGPU_CIK
        bool "Enable amdgpu support for CIK parts"
        depends on DRM_AMDGPU
        help
          Choose this option if you want to enable support for CIK asics.

          CIK is already supported in radeon. Support for CIK in amdgpu
          will be disabled by default and is still provided by radeon.
          Use module options to override this:

          radeon.cik_support=0 amdgpu.cik_support=1

config DRM_AMDGPU_USERPTR
        bool "Always enable userptr write support"
        depends on DRM_AMDGPU
        depends on MMU
        select HMM_MIRROR
        select MMU_NOTIFIER
        help
          This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
          isn't already selected to enabled full userptr support.

burakkucat

2019-11-29 10:49

administrator   ~0006713

Last edited: 2019-11-29 10:50

Following the recently announced release of the updated kernel-ml package set for el8 [1] this request has been fulfilled.

Now closing as "resolved/fixed".

[1] http://lists.elrepo.org/pipermail/elrepo/2019-November/004962.html

Issue History

Date Modified Username Field Change
2019-11-28 07:24 burakkucat New Issue
2019-11-28 07:24 burakkucat Status new => assigned
2019-11-28 07:24 burakkucat Assigned To => toracat
2019-11-28 09:14 toracat Assigned To toracat => burakkucat
2019-11-28 14:35 burakkucat Note Added: 0006709
2019-11-28 16:57 burakkucat Note Edited: 0006709
2019-11-28 17:05 burakkucat Note Added: 0006710
2019-11-29 10:49 burakkucat Note Added: 0006713
2019-11-29 10:50 burakkucat Note Edited: 0006713
2019-11-29 10:52 burakkucat Status assigned => resolved
2019-11-29 10:52 burakkucat Resolution open => fixed