]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PM: EM: Implement em_notify_pd_deleted()
authorChangwoo Min <changwoo@igalia.com>
Mon, 20 Oct 2025 22:09:12 +0000 (07:09 +0900)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 22 Oct 2025 19:44:37 +0000 (21:44 +0200)
commitb2b1bbcac758798e27ad9c29a88340fcb13c8321
tree70ce8d67df68271e48605ad96186588878727464
parentf2d2946eaa5c9277e5eb565796ea5d86b13f4854
PM: EM: Implement em_notify_pd_deleted()

Add the event notification infrastructure and implement the event
notification for when a performance domain is deleted (EM_CMD_PD_DELETED).

The event contains the ID of the performance domain (EM_A_PD_TABLE_PD_ID)
so the userspace can identify the changed performance domain for further
processing.

Signed-off-by: Changwoo Min <changwoo@igalia.com>
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Link: https://patch.msgid.link/20251020220914.320832-9-changwoo@igalia.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/power/em_netlink.c
kernel/power/em_netlink.h