Announcement

Collapse
No announcement yet.

AMDGPU DC Code Lands For Linux 4.15 Kernel

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

  • #71
    Originally posted by debianxfce View Post

    That patch is not in the 4.14.0 or older kernels from kernel.org.
    Code:
    static umode_t hwmon_attributes_visible(struct kobject *kobj,
    struct attribute *attr, int index)
    {
    struct device *dev = kobj_to_dev(kobj);
    struct amdgpu_device *adev = dev_get_drvdata(dev);
    umode_t effective_mode = attr->mode;
    
    /* Skip limit attributes if DPM is not enabled */
    if (!adev->pm.dpm_enabled &&
    FWIW Do you sometimes read the topic (article)?
    'AMDGPU DC Code Lands For Linux 4.15 Kernel'

    Comment

    Working...
    X