summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorTimur Kristóf <timur.kristof@gmail.com>2025-09-26 20:01:56 +0200
committerAlex Deucher <alexander.deucher@amd.com>2025-10-28 10:09:35 -0400
commitc4f3f114e73c331f02c7188af650901ee3bad2c1 (patch)
treec867de3e1e354377946b7d88c9a46fbc7c3baccc /tools/perf/scripts/python/netdev-times.py
parent8223a605744bb471f31018eac9075a539415b16f (diff)
downloadkernel-c4f3f114e73c331f02c7188af650901ee3bad2c1.tar.gz
drm/amd/display: Poll analog connectors (v3)
VGA connectors don't support any hotplug detection, so the kernel needs to periodically poll them to see if a display is connected. DVI-I connectors have hotplug detection for digital signals, and some analog DVI cables pull up that pin to work with that. However, in general not all DVI cables do this so we can't rely on this feature, therefore we need to poll DVI-I connectors as well. v2: Call drm_kms_helper_poll_fini in amdgpu_dm_hpd_fini. Disable/enable polling on suspend/resume. Don't call full link detection when already connected. v3: Encounter CLANG build failure. Remove unused variable: drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_irq.c:980:7: error: variable 'use_polling' set but not used [-Werror,-Wunused-but- set-variable] 980 | bool use_polling = false; Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Signed-off-by: Wayne Lin <wayne.lin@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
7c8a661d95dff48dd9c2f2496139082bbaf241a'>mm: remove include/linux/bootmem.hMike Rapoport 2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport 2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport 2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport 2018-10-26unicore32: switch to NO_BOOTMEMMike Rapoport 2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2018-09-30unicore32: remove swiotlb supportChristoph Hellwig 2018-09-27signal/unicore32: Use force_sig_fault where appropriateEric W. Biederman 2018-09-27signal/unicore32: Generate siginfo in ucs32_notify_dieEric W. Biederman 2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder 2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2018-05-09swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig 2018-05-09mips,unicore32: swiotlb doesn't need sg->dma_lengthChristoph Hellwig 2018-05-09scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig 2018-05-09iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig 2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman 2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying 2018-01-15unicore32: use generic swiotlb_opsChristoph Hellwig 2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov 2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-19unicore32: make dma_cache_sync a no-opChristoph Hellwig