Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d347ce66 authored by Christian König's avatar Christian König Committed by Alex Deucher
Browse files

drm/amdgpu: increment driver minor



We need to check on Polaris if UVD session context is allowed or not.

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0f30a397
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -52,9 +52,10 @@
 * - 3.1.0 - allow reading more status registers (GRBM, SRBM, SDMA, CP)
 * - 3.1.0 - allow reading more status registers (GRBM, SRBM, SDMA, CP)
 * - 3.2.0 - GFX8: Uses EOP_TC_WB_ACTION_EN, so UMDs don't have to do the same
 * - 3.2.0 - GFX8: Uses EOP_TC_WB_ACTION_EN, so UMDs don't have to do the same
 *           at the end of IBs.
 *           at the end of IBs.
 * - 3.3.0 - Add VM support for UVD on supported hardware.
 */
 */
#define KMS_DRIVER_MAJOR	3
#define KMS_DRIVER_MAJOR	3
#define KMS_DRIVER_MINOR	2
#define KMS_DRIVER_MINOR	3
#define KMS_DRIVER_PATCHLEVEL	0
#define KMS_DRIVER_PATCHLEVEL	0


int amdgpu_vram_limit = 0;
int amdgpu_vram_limit = 0;