Commit f6c1345
committed
drm/xe: Avoid PM wake reference during VF migration
Virtual Functions (VFs) do not use runtime PM. Avoid taking PM
references during VF migration, as lockdep may get confused—VF migration
occurs in the reclaim path, and waking a PM reference can trigger memory
allocation warnings.
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://lore.kernel.org/r/20251022005538.828980-4-matthew.brost@intel.com1 parent 480b358 commit f6c1345
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
1218 | 1217 | | |
1219 | 1218 | | |
1220 | 1219 | | |
1221 | | - | |
1222 | 1220 | | |
1223 | 1221 | | |
1224 | 1222 | | |
| |||
1241 | 1239 | | |
1242 | 1240 | | |
1243 | 1241 | | |
1244 | | - | |
1245 | 1242 | | |
1246 | 1243 | | |
1247 | 1244 | | |
1248 | 1245 | | |
1249 | | - | |
1250 | 1246 | | |
1251 | 1247 | | |
1252 | 1248 | | |
1253 | 1249 | | |
1254 | 1250 | | |
1255 | 1251 | | |
1256 | 1252 | | |
1257 | | - | |
1258 | 1253 | | |
1259 | 1254 | | |
1260 | 1255 | | |
| |||
0 commit comments