The current DRAM size is insufficient for the HEVC feature, which
requires more memory for proper functionality. This change ensures the
feature has the necessary resources.
Signed-off-by: Jason Chen
---
drivers/remoteproc/mtk_scp.c | 9 +++--
1 file changed, 7 insertions(+), 2 deletions
when apic kind of irq try to
assign_irq_vector, and clear when __clear_irq_vector.
By checking apic_irqs bitmap, irq_force_complete_move() can avoid
being called when input irq does not belong to apic kind of irq_chip.
Signed-off-by: Jason Chen
---
arch/x86/kernel/apic/io_apic.c
During irq migration, irq_force_complete_move() will consider all irqs coming
from apic kind of
irq chip, but they may also coming from other irq chip, such kind of irqs
should be filtered out.
Jason Chen (1):
x86/apic: add apic_irqs bitmap to identify irqs from apic
arch/x86/kernel/apic
from apic, and filter out all other
irq_chips by checking this bitmap.
Signed-off-by: Jason Chen
---
arch/x86/kernel/apic/io_apic.c | 21 -
include/linux/irqdesc.h| 6 ++
kernel/irq/internals.h | 6 --
3 files changed, 26 insertions(+), 7 deletions
4 matches
Mail list logo