summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2024-05-16 16:56:15 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2024-05-23 15:03:53 +0300
commit4bfa8a140db33599e666400fe4007d27fbacc96f (patch)
tree9cf0e487300d9d725e28fdbc8fe9c7906afbcc1b /tools/perf/scripts/python
parenta9940ce97d1dc5fe8e6b2f607e9da62073d5bca2 (diff)
downloadkernel-4bfa8a140db33599e666400fe4007d27fbacc96f.tar.gz
drm/i915: Define SEL_FETCH_PLANE registers via PICK_EVEN_2RANGES()
Instead of that huge _PICK() let's use PICK_EVEN_2RANGES() for the SEL_FETCH_PLANE registers. A bit more tedious to have to define 8 raw register offsets for everything, but perhaps a bit easier to understand since we use a standard mechanism now instead of hand rolling the arithmetic. Also bloat-o-meter says: add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-326 (-326) Function old new delta icl_plane_update_arm 510 446 -64 icl_plane_disable_sel_fetch_arm.isra 158 54 -104 icl_plane_update_noarm 1898 1740 -158 Total: Before=2574502, After=2574176, chg -0.01% v2: s/mtl+/tgl+/ comments to reflect actual reality Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240516135622.3498-7-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
pan title='2018-05-26 09:16:44 +0200'>2018-05-26crypto: af_alg: convert to ->poll_maskChristoph Hellwig 2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2018-01-12crypto: skcipher - prevent using skciphers without setting keyEric Biggers 2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron 2017-12-11crypto: af_alg - fix race accessing cipher requestStephan Mueller 2017-12-11crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller 2017-11-27crypto: annotate ->poll() instancesAl Viro 2017-11-24crypto: af_alg - remove locking in async callbackStephan Mueller 2017-11-03crypto: algif - move to generic async completionGilad Ben-Yossef 2017-08-09crypto: af_alg - consolidation of duplicate codeStephan Mueller 2017-08-09crypto: algif - return error code when no data was processedStephan Mueller 2017-07-28crypto: algif_skcipher - overhaul memory managementStephan Mueller