We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a734b9 commit 01aebfaCopy full SHA for 01aebfa
drivers/gpu/drm/xe/xe_pm.c
@@ -91,7 +91,7 @@ static struct lockdep_map xe_pm_runtime_nod3cold_map = {
91
*/
92
bool xe_rpm_reclaim_safe(const struct xe_device *xe)
93
{
94
- return !xe->d3cold.capable && !xe->info.has_sriov;
+ return !xe->d3cold.capable;
95
}
96
97
static void xe_rpm_lockmap_acquire(const struct xe_device *xe)
0 commit comments