summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorRobert Foss <robert.foss@linaro.org>2021-03-16 18:19:21 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-03-22 12:30:14 +0100
commit2f6f8af672038b34d71e16ce9b30c59cc987db2b (patch)
treed142ee5e5879165a1b45944139c697a0bfb195c1 /tools/perf/scripts/python/bin
parent2f8b67195e4839c02151f255a5c93c250b6df968 (diff)
downloadkernel-2f6f8af672038b34d71e16ce9b30c59cc987db2b.tar.gz
media: camss: Refactor VFE power domain toggling
For Titan ISPs clocks fail to re-enable during vfe_get() after any vfe has been halted and its corresponding power domain power has been detached. Since all of the clocks depend on all of the PDs, per VFE PD detaching is no option for Gen2 HW. In order to not have regressions on for Gen1 HW, refactor the power domain management into hardware version specific code paths. Signed-off-by: Robert Foss <robert.foss@linaro.org> Reviewed-by: Andrey Konovalov <andrey.konovalov@linaro.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
ration on every vmentryWanpeng Li 2022-03-01KVM: x86: Make kvm_lapic_set_reg() a "private" xAPIC helperSean Christopherson 2022-03-01KVM: x86: Make kvm_lapic_reg_{read,write}() staticSean Christopherson 2021-11-11KVM: x86: Rename kvm_lapic_enable_pv_eoi()Vitaly Kuznetsov 2021-06-17KVM: x86: Add a return code to kvm_apic_accept_eventsJim Mattson 2021-02-09KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp...Vitaly Kuznetsov 2021-02-09KVM: x86: hyper-v: Drop unused kvm_hv_vapic_assist_page_enabled()Vitaly Kuznetsov 2021-02-04KVM: Stop using deprecated jump label APIsCun Li 2020-09-28KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PISean Christopherson 2020-05-15KVM: x86: introduce kvm_can_use_hv_timerPaolo Bonzini 2020-04-15KVM: x86: Return updated timer current count register from KVM_GET_LAPICPeter Shier 2020-04-07KVM: X86: Filter out the broadcast dest for IPI fastpathWanpeng Li 2020-03-26KVM: X86: Micro-optimize IPI fastpath delayWanpeng Li 2020-03-16KVM: LAPIC: Recalculate apic map in batchWanpeng Li 2020-02-05kvm: lapic: Introduce APICv update helper functionSuravee Suthikulpanit 2020-01-08KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macrosPeter Xu 2020-01-08KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASKPeter Xu 2020-01-08KVM: X86: Move irrelevant declarations out of ioapic.hPeter Xu 2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini 2019-11-15KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal 2019-10-22KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_updateMiaohe Lin 2019-09-24KVM: LAPIC: Tune lapic_timer_advance_ns smoothlyWanpeng Li 2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li 2019-06-18kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector()Wei Yang 2019-06-04KVM: LAPIC: Optimize timer latency furtherWanpeng Li 2019-06-04KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexitWanpeng Li 2019-04-18KVM: lapic: Allow user to disable adaptive tuning of timer advancementSean Christopherson 2019-04-18KVM: lapic: Track lapic timer advance per vCPUSean Christopherson 2018-10-17KVM: hyperv: define VP assist page helpersLadi Prosek 2018-05-14kvm: vmx: Introduce lapic_mode enumerationJim Mattson 2018-03-28x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGELadi Prosek 2018-01-16KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updatedLiran Alon 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman