summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMichał Winiarski <michal.winiarski@intel.com>2025-11-12 14:22:04 +0100
committerMichał Winiarski <michal.winiarski@intel.com>2025-11-13 11:48:19 +0100
commit70e2fa916c3826f9e3c1b1d36747acde5f0d5525 (patch)
tree401205e4fc2ad76b375df5bda4e2f52d8f0b2b38 /tools/perf/scripts/python/bin
parent1ed30397c0b92b97381dbd11362fdbbf93e046d2 (diff)
downloadkernel-70e2fa916c3826f9e3c1b1d36747acde5f0d5525.tar.gz
drm/xe/pf: Add minimalistic migration descriptor
The descriptor reuses the KLV format used by GuC and contains metadata that can be used to quickly fail migration when source is incompatible with destination. Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Link: https://patch.msgid.link/20251112132220.516975-9-michal.winiarski@intel.com Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
545e4ba'>pinctrl: Fix trivial spelling typo in a commentCharles Keepax 2017-01-26Merge branch 'ib-pinctrl-genprops' into develLinus Walleij 2017-01-26pinctrl: Allow configuration of pins from gpiolib based driversMika Westerberg 2017-01-13pinctrl: Initialize pinctrl_dev.nodeThierry Reding 2017-01-13pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren 2017-01-11pinctrl: Drop error prints on kzalloc() failureBjorn Andersson 2017-01-09pinctrl: core: Make dt_free_map optionalTony Lindgren 2017-01-05pinctrl: Fix panic when pinctrl devices with hogs are unregisteredJon Hunter 2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren 2017-01-03pinctrl: stricten up generic group codeLinus Walleij 2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren 2017-01-03pinctrl: add some comments to the hog/late init codeLinus Walleij 2017-01-03pinctrl: core: Use delayed work for hogsTony Lindgren 2016-05-31pinctrl: copy per-pin driver private data to struct pin_descMasahiro Yamada 2016-05-31pinctrl: do not care about blank pin nameMasahiro Yamada 2016-04-21pinctrl: zynq: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan 2016-04-21pinctrl: Add devm_ apis for pinctrl_{register, unregister}Laxman Dewangan 2016-03-07pinctrl: core: create nolock version of pinctrl_find_gpio_range_from_pinJoachim Eastwood 2015-10-27drivers/pinctrl: Add the concept of an "init" stateDouglas Anderson 2015-09-14pinctrl: core: Warn about NULL gpio_chip in pinctrl_ready_for_gpio_range()Tony Lindgren 2015-07-27pinctrl: use dev_err() to show message in pinctrl_register_one_pin()Masahiro Yamada 2015-06-24Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds 2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada 2015-06-02pinctrl: fix confusing debug message in pinctrl_register_map()Masahiro Yamada 2015-05-12pinctrl: Grammar s/used in as/used as/Geert Uytterhoeven 2015-05-06pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson