aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2021-01-18 14:14:15 +0100
committerThomas Zimmermann <tzimmermann@suse.de>2021-01-19 09:06:38 +0100
commit36b73b051c41c1c1a4fd543faed1ceeca1c2bce3 (patch)
tree864fb344a1c9d8e4d7762c5118c89a99ed08a697 /tools/perf/scripts/python/bin/stackcollapse-record
parentdrm/drm_agpsupport: Strip out obviously wrong descriptions and demote to stan... (diff)
downloadlinux-36b73b051c41c1c1a4fd543faed1ceeca1c2bce3.tar.gz
linux-36b73b051c41c1c1a4fd543faed1ceeca1c2bce3.zip
drm: Upcast struct drm_device.dev to struct pci_device; replace pdev
We have DRM drivers based on USB, SPI and platform devices. All of them are fine with storing their device reference in struct drm_device.dev. PCI devices should be no exception. Therefore struct drm_device.pdev is deprecated. Instead upcast from struct drm_device.dev with to_pci_dev(). PCI-specific code can use dev_is_pci() to test for a PCI device. This patch changes the DRM core code and documentation accordingly. v4: * split-off pdev deprecation into separate patch Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Sam Ravnborg <sam@ravnborg.org> Tested-by: Andy Lavr <andy.lavr@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210118131420.15874-2-tzimmermann@suse.de
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
-24 11:17:20 +0000'>2018-01-24MIPS: Fix trailing semicolonLuis de Bethencourt1-1/+1 2018-01-23MIPS: Watch: Avoid duplication of bits in mips_read_watch_registersMatt Redfearn1-8/+6 2018-01-23MIPS: Watch: Avoid duplication of bits in mips_install_watch_registers.Matt Redfearn1-10/+7 2018-01-22MIPS: MSA: Update helpers to use new asm macrosJames Hogan1-44/+19 2018-01-22MIPS: XPA: Standardise readx/writex accessorsJames Hogan1-10/+10 2018-01-22MIPS: XPA: Allow use of $0 (zero) to MTHC0James Hogan1-2/+2 2018-01-22MIPS: XPA: Use XPA instructions in assemblyJames Hogan2-10/+22 2018-01-22MIPS: VZ: Pass GC0 register names in $n formatJames Hogan1-188/+188 2018-01-22MIPS: VZ: Update helpers to use new asm macrosJames Hogan1-127/+37 2018-01-22MIPS: Add helpers for assembler macro instructionsJames Hogan1-0/+83 2018-01-22MIPS: ranchu: Add Ranchu as a new generic-based boardMiodrag Dinic5-0/+140 2018-01-18MIPS: Use proper kernel-doc Return keywordMathieu Malaterre1-1/+1 2018-01-18MIPS: Loongson64: Drop 32-bit support for Loongson 2E/2F devicesJiaxun Yang1-2/+0 2018-01-18MIPS: ingenic: Initial GCW Zero supportPaul Cercueil4-0/+94 2018-01-18devicetree/bindings: Add GCW vendor prefixPaul Cercueil1-0/+1 2018-01-18MIPS: JZ4770: Work around config2 misreporting associativityMaarten ter Huurne1-0/+9 2018-01-18MIPS: ingenic: Initial JZ4770 supportPaul Cercueil3-1/+219 2018-01-18MIPS: ingenic: Detect machtype from SoC compatible stringPaul Cercueil2-4/+19 2018-01-18MIPS: platform: add machtype IDs for more Ingenic SoCsPaul Cercueil1-0/+2 2018-01-18MIPS: ingenic: Use common cmdline handling codePaul Burton1-22/+2 2018-01-18MIPS: Setup boot_command_line before plat_mem_setupPaul Burton1-19/+20 2018-01-18clk: Add Ingenic jz4770 CGU driverPaul Cercueil2-0/+484