summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorBadal Nilawar <badal.nilawar@intel.com>2025-10-15 15:16:11 +0530
committerRodrigo Vivi <rodrigo.vivi@intel.com>2025-10-16 15:04:55 -0400
commit95af8155746cbbc9e97ceb16a4977c095da1eb40 (patch)
tree33fde686dc51688e8af8bcb5acbc87250cac6832 /tools/perf/scripts/python/bin
parent409b9499099b4ad14ca60b59c6edfebfaf74f907 (diff)
downloadkernel-95af8155746cbbc9e97ceb16a4977c095da1eb40.tar.gz
drm/xe: Prevent runtime PM wake while reading rp0 frequency
The rp0 frequency is a fused value that is read once during probe and then cached, so there’s no need to trigger a runtime wake when accessing rp0. Signed-off-by: Badal Nilawar <badal.nilawar@intel.com> Reviewed-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com> Reviewed-by: Karthik Poosa <karthik.poosa@intel.com> Link: https://lore.kernel.org/r/20251015094611.1468939-1-badal.nilawar@intel.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
et> 2008-10-08netfilter: Change return types of targets/watchers for Ebtables extensionsJan Engelhardt Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net> 2008-10-08netfilter: change return types of check functions for Ebtables extensionsJan Engelhardt Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net> 2008-10-08netfilter: ebtables: do centralized size checkingJan Engelhardt Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net> 2008-02-23[NETFILTER]: fix ebtable targets returnJoonwoo Park The function ebt_do_table doesn't take NF_DROP as a verdict from the targets. Signed-off-by: Joonwoo Park <joonwpark81@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net> 2008-02-19[NETFILTER]: Fix incorrect use of skb_make_writableJoonwoo Park http://bugzilla.kernel.org/show_bug.cgi?id=9920 The function skb_make_writable returns true or false. Signed-off-by: Joonwoo Park <joonwpark81@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>