summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2025-11-10 19:27:54 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2025-11-11 19:35:35 +0200
commit7f8e97670fc9d84fb7e54327d6c678beeb5598ba (patch)
tree60f9475f3bcc9899ed2053c66aa90c14529c9a76 /tools/perf/scripts/python/stackcollapse.py
parentd7659d92eb6ecb2f881beffb1d7180389d3e4680 (diff)
downloadkernel-7f8e97670fc9d84fb7e54327d6c678beeb5598ba.tar.gz
drm/i915/power: Use the intel_de_wait_ms() out value
Utilize the 'out_value' output parameter of intel_de_wait_ms() instead of re-reading the PHY_CONTROL register after polling has finished. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patch.msgid.link/20251110172756.2132-16-ville.syrjala@linux.intel.com Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com> Acked-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
cc55058002657cbc'>s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich 2020-07-20s390/mm: fix typo in commentHeiko Carstens 2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig 2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse 2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse 2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport 2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual 2020-04-06s390/mm: use fallthrough;Joe Perches 2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds 2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds 2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu 2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu 2020-04-02mm: introduce fault_signal_pending()Peter Xu 2020-03-25s390: use fallthrough;Joe Perches 2020-03-04s390/mm: mark private defines for vm_fault_t as suchChristian Borntraeger 2020-02-27s390/mm: add (non)secure page access exceptions handlersVasily Gorbik