diff options
author | Dave Airlie <airlied@redhat.com> | 2018-11-18 20:07:52 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2018-11-18 20:07:52 -0500 |
commit | 9235dd441af43599b9cdcce599a3da4083fcad3c (patch) | |
tree | 5f8a79cc2d378f05e807c6c5e388394b8e86319d /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | d7563c55ef9fc1fd2301b8708b3c1f53509d6745 (diff) | |
parent | 36b486bc682114a2f1001cbf1a87f21ae381bfc1 (diff) |
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-next
New features for 4.21:
amdgpu:
- Support for SDMA paging queue on vega
- Put compute EOP buffers into vram for better performance
- Share more code with amdkfd
- Support for scanout with DCC on gfx9
- Initial kerneldoc for DC
- Updated SMU firmware support for gfx8 chips
- Rework CSA handling for eventual support for preemption
- XGMI PSP support
- Clean up RLC handling
- Enable GPU reset by default on VI, SOC15 dGPUs
- Ring and IB test cleanups
amdkfd:
- Share more code with amdgpu
ttm:
- Move global init out of the drivers
scheduler:
- Track if schedulers are ready for work
- Timeout/fault handling changes to facilitate GPU recovery
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexdeucher@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181114165113.3751-1-alexander.deucher@amd.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 104b2e0d893b..42f882c633ee 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -75,6 +75,7 @@ | |||
75 | #include "amdgpu_sdma.h" | 75 | #include "amdgpu_sdma.h" |
76 | #include "amdgpu_dm.h" | 76 | #include "amdgpu_dm.h" |
77 | #include "amdgpu_virt.h" | 77 | #include "amdgpu_virt.h" |
78 | #include "amdgpu_csa.h" | ||
78 | #include "amdgpu_gart.h" | 79 | #include "amdgpu_gart.h" |
79 | #include "amdgpu_debugfs.h" | 80 | #include "amdgpu_debugfs.h" |
80 | #include "amdgpu_job.h" | 81 | #include "amdgpu_job.h" |
@@ -433,7 +434,7 @@ typedef enum _AMDGPU_DOORBELL64_ASSIGNMENT | |||
433 | * default non-graphics QWORD index is 0xe0 - 0xFF inclusive | 434 | * default non-graphics QWORD index is 0xe0 - 0xFF inclusive |
434 | */ | 435 | */ |
435 | 436 | ||
436 | /* sDMA engines reserved from 0xe0 -oxef */ | 437 | /* sDMA engines reserved from 0xe0 -0xef */ |
437 | AMDGPU_DOORBELL64_sDMA_ENGINE0 = 0xE0, | 438 | AMDGPU_DOORBELL64_sDMA_ENGINE0 = 0xE0, |
438 | AMDGPU_DOORBELL64_sDMA_HI_PRI_ENGINE0 = 0xE1, | 439 | AMDGPU_DOORBELL64_sDMA_HI_PRI_ENGINE0 = 0xE1, |
439 | AMDGPU_DOORBELL64_sDMA_ENGINE1 = 0xE8, | 440 | AMDGPU_DOORBELL64_sDMA_ENGINE1 = 0xE8, |
@@ -831,7 +832,6 @@ struct amdgpu_device { | |||
831 | bool need_dma32; | 832 | bool need_dma32; |
832 | bool need_swiotlb; | 833 | bool need_swiotlb; |
833 | bool accel_working; | 834 | bool accel_working; |
834 | struct work_struct reset_work; | ||
835 | struct notifier_block acpi_nb; | 835 | struct notifier_block acpi_nb; |
836 | struct amdgpu_i2c_chan *i2c_bus[AMDGPU_MAX_I2C_BUS]; | 836 | struct amdgpu_i2c_chan *i2c_bus[AMDGPU_MAX_I2C_BUS]; |
837 | struct amdgpu_debugfs debugfs[AMDGPU_DEBUGFS_MAX_COMPONENTS]; | 837 | struct amdgpu_debugfs debugfs[AMDGPU_DEBUGFS_MAX_COMPONENTS]; |