aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/net_dropmonitor-report
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-01-30 11:52:16 -0700
committerTakashi Iwai <tiwai@suse.de>2014-01-31 17:57:02 +0100
commit75fae117a5dbde5ab984fa5c60705758cfbc6433 (patch)
treeea4167a1d71eaf6e3a5a742b4204bb90b3757967 /tools/perf/scripts/python/bin/net_dropmonitor-report
parentALSA: hda - add headset mic detect quirks for another Dell laptop (diff)
downloadlinux-75fae117a5dbde5ab984fa5c60705758cfbc6433.tar.gz
linux-75fae117a5dbde5ab984fa5c60705758cfbc6433.zip
ALSA: hda/hdmi - allow PIN_OUT to be dynamically enabled
Commit 384a48d71520 "ALSA: hda: HDMI: Support codecs with fewer cvts than pins" dynamically enabled each pin widget's PIN_OUT only when the pin was actively in use. This was required on certain NVIDIA CODECs for correct operation. Specifically, if multiple pin widgets each had their mux input select the same audio converter widget and each pin widget had PIN_OUT enabled, then only one of the pin widgets would actually receive the audio, and often not the one the user wanted! However, this apparently broke some Intel systems, and commit 6169b673618b "ALSA: hda - Always turn on pins for HDMI/DP" reverted the dynamic setting of PIN_OUT. This in turn broke the afore-mentioned NVIDIA CODECs. This change supports either dynamic or static handling of PIN_OUT, selected by a flag set up during CODEC initialization. This flag is enabled for all recent NVIDIA GPUs. Reported-by: Uosis <uosisl@gmail.com> Cc: <stable@vger.kernel.org> # v3.13 Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/bin/net_dropmonitor-report')
0 files changed, 0 insertions, 0 deletions
>v4.0-rc2Linus Torvalds1-1/+1 2015-03-03drm/i915: Fix modeset state confusion in the load detect codeDaniel Vetter1-0/+1 2015-03-01ARM: OMAP4+: PRM: fix omap4 version of prm_save_and_clear_irqenTero Kristo1-2/+2 2015-03-01ARM: OMAP2+: hwmod: fix deassert hardreset clkdm usecountingTero Kristo1-5/+4 2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior1-0/+1 2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov6-0/+10 2015-02-28mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner1-1/+8 2015-02-28kernel/sys.c: fix UNAME26 for 4.0Jon DeVree1-1/+2 2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner2-8/+8 2015-02-28zram: use proper type to update max_used_pagesJoonsoo Kim1-1/+1 2015-02-28drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show...Joshua Kinard1-2/+2 2015-02-28nilfs2: fix potential memory overrun on inodeRyusuke Konishi1-3/+44