]> Gentwo Git Trees - linux/.git/commit
drm/xe/sysfs: Drop redundant runtime PM usage
authorRaag Jadav <raag.jadav@intel.com>
Thu, 18 Sep 2025 11:48:04 +0000 (17:18 +0530)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 30 Sep 2025 14:52:45 +0000 (07:52 -0700)
commitd9c401d8f37cd5510cc64647b0421f95e62fe3a2
tree4a15769ffe6b9086cd0f10fb530dd5ba379032ff
parent5a856e277b237e35123f797ca0f7d215e1b83db2
drm/xe/sysfs: Drop redundant runtime PM usage

The device is expected to be in D0 state during driver probe. No need to
resume it in ->is_visible() callbacks or non I/O operations.

Signed-off-by: Raag Jadav <raag.jadav@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://lore.kernel.org/r/20250918114804.2957177-3-raag.jadav@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_device_sysfs.c