aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
diff options
context:
space:
mode:
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>2019-02-02 19:45:24 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-02-21 15:52:56 -0500
commit767e06a9924162ce8ca5890533932174b04471f3 (patch)
treefe072b4410bcc3c761e82d47ecbf5f0894cd2f56 /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
parentf1b4ac960d7ac4a6c1c7e21905ee5edda889166b (diff)
drm/amdgpu: Bump amdgpu version for context priority override.
Signed-off-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 637f927e3675..7419ea8a388b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -73,9 +73,10 @@
73 * - 3.27.0 - Add new chunk to to AMDGPU_CS to enable BO_LIST creation. 73 * - 3.27.0 - Add new chunk to to AMDGPU_CS to enable BO_LIST creation.
74 * - 3.28.0 - Add AMDGPU_CHUNK_ID_SCHEDULED_DEPENDENCIES 74 * - 3.28.0 - Add AMDGPU_CHUNK_ID_SCHEDULED_DEPENDENCIES
75 * - 3.29.0 - Add AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID 75 * - 3.29.0 - Add AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID
76 * - 3.30.0 - Add AMDGPU_SCHED_OP_CONTEXT_PRIORITY_OVERRIDE.
76 */ 77 */
77#define KMS_DRIVER_MAJOR 3 78#define KMS_DRIVER_MAJOR 3
78#define KMS_DRIVER_MINOR 29 79#define KMS_DRIVER_MINOR 30
79#define KMS_DRIVER_PATCHLEVEL 0 80#define KMS_DRIVER_PATCHLEVEL 0
80 81
81int amdgpu_vram_limit = 0; 82int amdgpu_vram_limit = 0;