release 6.11.7
This commit is contained in:
@@ -61,7 +61,7 @@ Subject: ZEN: drm/amdgpu/pm: Allow override of min_power_limit with
|
||||
|
||||
--- a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
|
||||
+++ b/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
|
||||
@@ -2762,7 +2762,10 @@ int smu_get_power_limit(void *handle,
|
||||
@@ -2775,7 +2775,10 @@ int smu_get_power_limit(void *handle,
|
||||
*limit = smu->max_power_limit;
|
||||
break;
|
||||
case SMU_PPT_LIMIT_MIN:
|
||||
@@ -73,7 +73,7 @@ Subject: ZEN: drm/amdgpu/pm: Allow override of min_power_limit with
|
||||
break;
|
||||
default:
|
||||
return -EINVAL;
|
||||
@@ -2786,7 +2789,14 @@ static int smu_set_power_limit(void *han
|
||||
@@ -2799,7 +2802,14 @@ static int smu_set_power_limit(void *han
|
||||
if (smu->ppt_funcs->set_power_limit)
|
||||
return smu->ppt_funcs->set_power_limit(smu, limit_type, limit);
|
||||
|
||||
|
@@ -27,7 +27,7 @@ that don't know they need it.
|
||||
bool
|
||||
--- a/mm/vmscan.c
|
||||
+++ b/mm/vmscan.c
|
||||
@@ -3968,7 +3968,11 @@ static bool lruvec_is_reclaimable(struct
|
||||
@@ -3974,7 +3974,11 @@ static bool lruvec_is_reclaimable(struct
|
||||
}
|
||||
|
||||
/* to protect the working set of the last N jiffies */
|
||||
|
Reference in New Issue
Block a user