summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2025-08-06 19:55:13 +0300
committerJani Nikula <jani.nikula@intel.com>2025-08-14 13:12:23 +0300
commit240e3c640cd13988ce90b913e3d8643385feb6fa (patch)
treeb9d9acac12a1e8b3749ff7b1c5a440aa8cb04a88 /tools/perf/scripts/python/stackcollapse.py
parent8d588c01d1fd4e0e9345f43eb9182634f6b08792 (diff)
downloadkernel-240e3c640cd13988ce90b913e3d8643385feb6fa.tar.gz
drm/i915/uncore: pass display to HAS_FPGA_DBG_UNCLAIMED()
Underneath, HAS_FPGA_DBG_UNCLAIMED() really expects struct intel_display. Switch to it in preparation for removing the transitional __to_intel_display() macro. Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com> Link: https://lore.kernel.org/r/e8cda779e192095dfa35d618f88bf7bfa526ac06.1754499175.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
levator.c?h=linux-6.6.y&id=818551e2b2c662a1b26de6b4f7d6b8411a838d18'>Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe 2017-02-14elevator: fix loading wrong elevator type for blk-mq devicesJens Axboe 2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig 2017-02-01blk-mq-debug: Avoid that sparse complains about req_flags_t usageBart Van Assche 2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig 2017-01-19elevator: fix unnecessary put of elevator in failure caseJens Axboe 2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe 2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe 2017-01-17block: move existing elevator ops to unionJens Axboe 2016-12-09elevator: make the rqhash helpers exportedJens Axboe 2016-10-28block: better op and flags encodingChristoph Hellwig 2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig 2016-08-16block: Fix secure eraseAdrian Hunter 2016-07-20block: do not merge requests without consulting with io schedulerTahsin Erdogan 2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie 2015-10-21block: check bio_mergeable() early before mergingMing Lei 2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds 2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds 2015-06-10cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe 2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo 2015-04-23elevator: fix double release of elevator moduleChao Yu 2014-12-04block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki 2014-10-23block: fix wrong error return in elevator_init()Sudip Mukherjee