From: Dave Airlie Date: Wed, 13 Jan 2016 21:56:07 +0000 (+1000) Subject: Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into drm... X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=6cfd7775840cad7877b2b43e750105fa0933656b;hp=d8e0cae645504a787b05abfb91afee8cd7fa1701;p=deliverable%2Flinux.git Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-next A few more misc things for radeon and amdgpu for 4.5: - TTM fixes for imported buffers - amdgpu fixes to avoid -ENOMEM in CS ioctl - CZ UVD and VCE clock force options for debugging video issues - A couple of ACP prerequisites - Misc fixes * 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux: drm/amdgpu: validate duplicates first drm/amdgpu: move VM page tables to the LRU end on CS v2 drm/ttm: add ttm_bo_move_to_lru_tail function v2 drm/ttm: fix adding foreign BOs to the swap LRU drm/ttm: fix adding foreign BOs to the LRU during init v2 drm/radeon: use kobj_to_dev() drm/amdgpu: use kobj_to_dev() drm/amdgpu/cz: force vce clocks when sclks are forced drm/amdgpu/cz: force uvd clocks when sclks are forced drm/amdgpu/cz: add code to enable forcing VCE clocks drm/amdgpu/cz: add code to enable forcing UVD clocks drm/amdgpu: fix lost sync_to if scheduler is enabled. drm/amd/powerplay: fix static checker warning for return meaningless value. drm/amdgpu: add irq domain support drm/amdgpu/cgs: add an interface to access PCI resources --- diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c b/drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c index def57d0675ed..e76a7de9aa32 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c @@ -20,7 +20,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * */ - +#include #include "fiji_thermal.h" #include "fiji_hwmgr.h" #include "fiji_smumgr.h" diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c index 2e159b003e71..a188174747c9 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c @@ -20,7 +20,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * */ - +#include #include "tonga_thermal.h" #include "tonga_hwmgr.h" #include "tonga_smumgr.h"