]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PM: EM: Implement em_notify_pd_created/updated()
authorChangwoo Min <changwoo@igalia.com>
Mon, 20 Oct 2025 22:09:13 +0000 (07:09 +0900)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 22 Oct 2025 19:44:38 +0000 (21:44 +0200)
commitb95a0c02ada527b7cfc2e329d262324661fe30ce
tree4e6beb62bf78fbf36df85daa4b97baa391ef347e
parentb2b1bbcac758798e27ad9c29a88340fcb13c8321
PM: EM: Implement em_notify_pd_created/updated()

Implement two event notifications when a performance domain is created
(EM_CMD_PD_CREATED) and updated (EM_CMD_PD_UPDATED). The message format
of these two event notifications is the same as EM_CMD_GET_PD_TABLE --
containing the performance domain's ID and its energy model table.

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