1
0

release 6.12.17

This commit is contained in:
2025-02-27 16:40:53 +03:00
parent 40abc00198
commit 9bc795cb7a
26 changed files with 47 additions and 60 deletions

View File

@@ -23,7 +23,7 @@ Subject: ZEN: drm/amdgpu/pm: Allow override of min_power_limit with
extern int amdgpu_gtt_size;
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -137,6 +137,7 @@ enum AMDGPU_DEBUG_MASK {
@@ -138,6 +138,7 @@ enum AMDGPU_DEBUG_MASK {
};
unsigned int amdgpu_vram_limit = UINT_MAX;
@@ -31,7 +31,7 @@ Subject: ZEN: drm/amdgpu/pm: Allow override of min_power_limit with
int amdgpu_vis_vram_limit;
int amdgpu_gart_size = -1; /* auto */
int amdgpu_gtt_size = -1; /* auto */
@@ -261,6 +262,15 @@ struct amdgpu_watchdog_timer amdgpu_watc
@@ -262,6 +263,15 @@ struct amdgpu_watchdog_timer amdgpu_watc
};
/**