From: Alex Deucher <alexander.deucher@xxxxxxx> commit 34ad56a467c320d07db22146cfb99ee01704a5de upstream. Driver now clears VRAM on allocation. Bump the driver version so mesa knows when it will get cleared vram by default. Reviewed-by: Marek Olšák <marek.olsak@xxxxxxx> Reviewed-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@xxxxxxx> Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> Cc: stable@xxxxxxxxxxxxxxx # 6.11.x Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c index 86cff30d5c4e..db0763ffeff7 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -117,9 +117,10 @@ * - 3.56.0 - Update IB start address and size alignment for decode and encode * - 3.57.0 - Compute tunneling on GFX10+ * - 3.58.0 - Add GFX12 DCC support + * - 3.59.0 - Cleared VRAM */ #define KMS_DRIVER_MAJOR 3 -#define KMS_DRIVER_MINOR 58 +#define KMS_DRIVER_MINOR 59 #define KMS_DRIVER_PATCHLEVEL 0 /* -- 2.46.2 Patches currently in stable-queue which might be from alexander.deucher@xxxxxxx are queue-6.11/drm-radeon-evergreen_cs-fix-int-overflow-errors-in-c.patch queue-6.11/drm-amdgpu-fix-selfring-initialization-sequence-on-soc24.patch queue-6.11/drm-amdgpu-display-fix-a-mistake-in-revert-commit.patch queue-6.11/drm-amdgpu-fix-pte-copy-corruption-for-sdma-7.patch queue-6.11/drm-amd-display-skip-recompute-dsc-params-if-no-stream-on-link.patch queue-6.11/drm-amd-display-add-hdmi-dsc-native-ycbcr422-support.patch queue-6.11/drm-amdkfd-add-sdma-queue-quantum-support-for-gfx12.patch queue-6.11/drm-amd-display-improve-fam-control-for-dcn401.patch queue-6.11/drm-amdgpu-mes12-set-enable_level_process_quantum_check.patch queue-6.11/drm-amd-display-reset-vrr-config-during-resume.patch queue-6.11/drm-amd-display-add-dsc-debug-log.patch queue-6.11/drm-amd-pm-update-workload-mask-after-the-setting.patch queue-6.11/drm-amd-display-fix-synaptics-cascaded-panamera-dsc-determination.patch queue-6.11/drm-amdgpu-fix-invalid-fence-handling-in-amdgpu_vm_t.patch queue-6.11/drm-amd-display-check-link_res-hpo_dp_link_enc-befor.patch queue-6.11/drm-amd-display-free-bo-used-for-dmub-bounding-box.patch queue-6.11/drm-radeon-properly-handle-vbios-fake-edid-sizing.patch queue-6.11/drm-amd-amdgpu-properly-tune-the-size-of-struct.patch queue-6.11/drm-amdgpu-properly-handle-vbios-fake-edid-sizing.patch queue-6.11/drm-amdgpu-vcn-enable-av1-on-both-instances.patch queue-6.11/drm-amdgpu-update-golden-regs-for-gfx12.patch queue-6.11/drm-amdgpu-mes11-reduce-timeout.patch queue-6.11/drm-amdgpu-bump-driver-version-for-cleared-vram.patch queue-6.11/drm-amd-display-check-link_res-hpo_dp_link_enc-before-using-it.patch queue-6.11/drm-amdgpu-mes12-switch-set_shader_debugger-pkt-to-mes-schq-pipe.patch queue-6.11/drm-amdgpu-mes12-reduce-timeout.patch queue-6.11/drm-amd-display-add-null-check-for-set_output_gamma-.patch