diff options
author | 2015-10-25 05:01:57 +1000 | |
---|---|---|
committer | 2015-10-25 05:01:57 +1000 | |
commit | aef8cc903583c5a205b696fb0a51e1eca9117321 (patch) | |
tree | a7e2aeeeae494633a98c0603b8cbfc757e4b0abb /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | Merge tag 'usb-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (diff) | |
parent | drm/amdgpu: don't try to recreate sysfs entries on resume (diff) | |
download | wireguard-linux-aef8cc903583c5a205b696fb0a51e1eca9117321.tar.xz wireguard-linux-aef8cc903583c5a205b696fb0a51e1eca9117321.zip |
Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux
Two regression fixes and a memory leak fix for amdgpu and radeon.
* 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux:
drm/amdgpu: don't try to recreate sysfs entries on resume
drm/radeon: don't try to recreate sysfs entries on resume
drm/amdgpu: stop leaking page flip fence
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 6647fb26ef25..0d13e6368b96 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -1654,6 +1654,7 @@ struct amdgpu_pm { u8 fan_max_rpm; /* dpm */ bool dpm_enabled; + bool sysfs_initialized; struct amdgpu_dpm dpm; const struct firmware *fw; /* SMC firmware */ uint32_t fw_version; |