Commit Graph

3427 Commits

Author SHA1 Message Date
Marcin Rajwa 3e06a3569a Kconfig: add option to enable CONFIG_LP_SRAM
Choose to power ON LPSRAM banks in Kconfig menu.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
2019-07-30 19:29:59 +02:00
Marcin Rajwa dcc4119ae2 shim: add LSPGCTL register relative offset
To be able to use register read interfaces like shim_read()
we need to specify offset. This patch adds such offset for
LSPGCTL register.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
2019-07-30 19:29:59 +02:00
Adrian Bonislawski bb823ce7eb trace: fix build error if traces are disabled
Signed-off-by: Adrian Bonislawski <adrian.bonislawski@linux.intel.com>
2019-07-30 19:20:40 +02:00
Marcin Rajwa 04d0a165b8 detector: rework detection algorithm to support 24 bit samples
This patch modifies the dection algortihm to support
24 bit samples.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
2019-07-30 17:24:06 +02:00
Marcin Rajwa b2c6dc7425 detector: verify if format is supported
This patch adds verification if sample width is
supported by detector.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
2019-07-30 17:24:06 +02:00
Marcin Rajwa 6115724ce8 detector: update prepare() method
This change updates prepare() method to support proper
threshold for 24 bit samples.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
2019-07-30 17:24:06 +02:00
Marcin Rajwa f19acba8e1 detector: update apply_config() procedure
This patch applies detector config according to sample
width.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
2019-07-30 17:24:06 +02:00
Marcin Rajwa 0db051b83a detector: add new threshold for 24 bit samples
This patch adds news threshold value for 24 bit samples.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
2019-07-30 17:24:06 +02:00
Marcin Rajwa 2bfe9c48c4 detector: update ABI to support 24 and 32 bit samples
This patch updates header file to support 24/32 bit samples
and also adds new default config.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
2019-07-30 17:24:06 +02:00
Marcin Rajwa c4a7fe191a sys_agent: add option to temporarily enable/disable
This patch adds an option to temporarily disable system
agent. This is especially needed when SOF is performing
long last tasks like draining.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
2019-07-30 14:28:59 +02:00
Bartosz Kokoszko f7809a2ee3 alloc: fix blocks update in alloc_cont_blocks()
Add proper stop condition during block hdr update
in alloc_cont_blocks() function.

Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>
2019-07-27 14:35:19 +02:00
Bartosz Kokoszko f3d79e7398 component: add comp_set_sink_buffer() function
Component in comp_prepare() should change sink buffer
only when sink component is not connected to dma.
comp_set_sink_buffer() checks whether sink component
is not connected to dma and in that case it try to
resize sink buffer.

Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>
2019-07-27 13:30:18 +02:00
Bartosz Kokoszko e36f584d0c dai: dma: add dma buffer alignment in dai_params()
Add dw dma buffer alignment in order to provide the
same buffer alignment as in the host side. Without
alignment it may appear mismatch between host and
dai buffer in simple pass-through pipeline (host->dai).

Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>
2019-07-27 13:30:18 +02:00
Tomasz Lauda 5449dc2a30 panic: keep interrupts disabled after panic
This patch fixes the issue, where we've reenabled
the interrupts for the DSP, which sometimes caused
immediate DSP exception and overwrite of our dump.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
2019-07-27 12:55:41 +02:00
Tomasz Lauda 736ca2e446 panic: read epc1 only if set
Fixes the bug, where it tried to read epc1 value even,
if the pointer hasn't been previously set. It is only set
when there is an exception.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
2019-07-27 12:55:41 +02:00
Tomasz Lauda 418ddec569 panic: move panic related functions to new panic.h
Moves panic related functions from arch/sof.h to newly created
arch/debug/panic.h. Also change definition of arch_dump_regs
function to take dump buffer from caller. It decreases the
number of included headers in arch/debug/panic.h.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
2019-07-27 12:55:41 +02:00
Tomasz Lauda 0ec0ff73bd arch: xtensa: add check for UserFrame's size alignment
Adds assert to verify if UserFrame's size is 16 bytes aligned.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
2019-07-26 19:19:16 +02:00
Tomasz Lauda 3e1eebe92c arch: xtensa: extend UserFrame
Extends UserFrame in order to support full
context switch in the future, which will allow
to preempt tasks on the same irq level. Also this
patch adds additional 8-byte alignment fields to
automatically support coprocessors requirements.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
2019-07-26 19:19:16 +02:00
Janusz Jankowski 10cca53b8c Revert "ipc: align stream.h with kernel"
This reverts commit 6119126d90.
2019-07-26 15:40:08 +02:00
Janusz Jankowski 4eeba9c29e Revert "host: fix wrong check for irq"
This reverts commit 8256465955.
2019-07-26 15:40:08 +02:00
Guennadi Liakhovetski 842e4b5b9f interrupt: add doxygen documentation for struct irq_desc
Other global interrupt-related structs are already documented, add
missing documentation to struct irq_desc

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski d5081da8fe interrupt: reduce the use of the container_of() macro
Instead of passing a pointer to the interrupt descriptor, embedded in
a cascading interrupt object and then using container_of() to get
back to the cascading interrupt, pass a pointer to it directly to
functions.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski ac456d0a13 interrupt: support arbitrary interrupt controller cascading
When registering a cascading interrupt controller as a child of
another interrupt controller, no new child descriptor has to be
allocated, instead the embedded into the cascading interrupt
controller object descriptor has to be used.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski f0e5094c4a interrupt: switch from bitfields to dynamic interrupt mapping
Currently on cAVS platforms the two kinds of interrupts are treated
differently: the native DSP interrupts and "level" interrupts,
multiplexed by cascading interrupt controllers. For the latter
bitfields are used with both the parent DSP interrupt and the child
multiplexed interrupt numbers encoded in them. This is inflexible and
doesn't scale when more cascading interrupt controllers are added.
This patch switches over from using those bitfields to dynamically
mapping cascaded interrupts into a single plain interrupt number
space. Specifically this patch does the following:

- For interrupt conttrollers it adds an .irq_base field, which is the
  base for child interrupts, multiplexed by this controller.

- An interrupt mapping function interrupt_get_irq() is added, which
  uses the name of the cascading interrupt controller and an
  interrupt number on that controller to create a logical interrupt
  number.

- All uses of SOF_IRQ() and SOF_ID_IRQ() and related bitfield-
  manipulation macros are removed.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski 3f416a3e02 interrupt: call the interrupt handler only for enabled descriptors
When multiple interrupt handlers share the same interrupt, only
those, that enabled the interrupt on a specific CPU, have to be
called on that CPU.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski 1712beab30 spi: remove the unused irq field
The SPI driver only supports the DMA mode, its IRQ line isn't used
and the IRQ number in Sue Creek data is wrong. Remove the field
completely.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski fe5886808b idc: add an irq private data member
Use the platform provided IDC IRQ number only once and save the
number in a private field. This relies on the fact, that the
interrupt number is the same on all cores.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski d79c9190e9 schedule: add an irq private data member
Use the platform provided scheduler IRQ number only once and save the
number in a private field.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski fb7bf77c51 interrupt: use the parent IRQ instead of SOF_IRQ_NUMBER()
Where available, use the IRQ number of the parent instead of
extracting it from the child's interrupt, using SOF_IRQ_NUMBER().

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski 19ac2359c8 interrupt: SOF_IRQ_NUMBER() for DSP interrupts is not needed
DSP interrupts have their own interrupt number in parent interrupt
bits, therefore using SOF_IRQ_NUMBER() for them is redundant.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski 6f238763fa interrupt: stop using SOF_IRQ_CPU()
The only two uses of SOF_IRQ_CPU() are currently in irq_mask() and
irq_unmask() on cAVS. However, those functions are always called
after interrupt_get_parent(), which makes sure, that the CPU, encoded
into the IRQ is the same as the current one. Therefore we can also
just use the current CPU in irq_mask() and irq_unmask().

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski 4d3d2083f7 interrupt: add a cpu argument to interrupt_(un)mask()
Most interrupts in SOF are handled completely locally: they are
registered, enabled, disabled, and handled on one and the same core.
There is only one case, where interrupts have to be unmasked on a
different core: in idc_enable_interrupts(). To make this possible
without using the CPU field in the IRQ bitfield we add a "cpu"
argument to interrupt_mask() and interrupt_unmask() functions.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski a9f313955e interrupt: add controller mask and unmask operations
Add interrupt controller .mask() and .unmask() operations. Use them
instead of platform_interrupt_mask() and platform_interrupt_unmask().

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski 7b01b4f7c1 cavs: eliminate per-core interrupt controller descriptors
Currently cascading interrupt controller descriptors are registered
per core. This works well with Xtensa's "levelN" IRQ controllers
because their child interrupt lines can be masked per core. However
generic interrupt controllers do not have such a capability, which
makes registering them per core meaningless and error-prone. Switch
over to global IRQ descriptors, allocating them from non-cacheable
memory to avoid having to manually synchronise them at run-time.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski 241eea8a70 cavs: fix wrong interrupt masking
To mask an interrupt ILMXSD has to be written, not ILXMCD.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski bed0b9f865 cavs: optimise the interrupt handler
Instead of checking one bit at a time, use ffs() to only handle set
bits in the interrupt status. Also fix the unhandled interrupt
detection logic: complain only if no handler has been found for a
given interrupt.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski 3f2fb7bb56 interrupt: introduce a list of interrupt controllers
Add a list of interrupt controllers, that will be allocated
at run-time from non-cacheable memory, and functions to perform such
a registration and to search through the list.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski ffc14323f3 interrupt: add a macro to distinguish DSP interrupts
Until now cavs/interrupt.c used to call interrupt_get_parent() where
it had to verify whether an interrupt was a DSP interrupt or a
cascaded one. That function is rather heavy - it takes a spin-lock,
scans a list of all cascading interrupt controllers and checks their
interrupt numbers. Whereas that check can be performed much easier
and faster by simply checking the "level" field of the IRQ token.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski 9d4307fb5a interrupt: remove an unused function parameter
platform_interrupt_mask() and platform_interrupt_unmask() have a
"mask" parameter, that is actually never used. It is only used on
baytrail, but the only use of those functions on that platform is
from the ssp.c driver, where mask is fixed to 1. Besides the meaning
of that parameter was unclear: it would be logical to assume, that it
is a bitmask that has to be applied to a masking register, but often
those functions were called with mask=0, which makes no sense. This
patch removes that parameter.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski 45f29f0bec interrupt: unify interrupt_clear() and interrupt_set() functions
Currently the SOF API in addition to interrupt_clear() and
interrupt_set() functions also has platform_interrupt_clear() and
platform_interrupt_set(). Those functions are partially overlapping
and their choice is confusing. Unify them to only use the former
variant - without the platform_ prefix.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski d229b1ba21 cavs: don't call known dummy function
platform_interrupt_clear() is a dummy function on cAVS platforms, no
need to call it in cAVS-specific drivers.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski 31cf4f084b byt, hsw: call arch_interrupt_clear() directly
Platform interrupt handling code should call arch_interrupt_clear()
directly, no need to use the interrupt_clear() wrapper.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski 0e80be7d52 xtensa: only enable interrupts after allocating context
Enabling interrupts before allocating context for them can at least
in theory lead to such an interrupt being triggered and then
attempting to access the context. Fix the order for task interrupts.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski f2e76acd48 interrupt: add a parameter to interrupt_unregister()
Sharing interrupts is currently implemented by inserting an interrupt
ID field into the interrupt bitmask. We want to get rid of bitmasked
interrupt numbers, therefore that method has to be replaced. This
patch uses an approach, similar to the Linux kernel: we pass the
interrupt handler argument to the interrupt_unregister() function to
be compared to the argument, used when registering the interrupt
handler. This means, that users must use unique arguments when
registering interrupts, but this is anyway the case in most cases. We
also add a check for this to interrupt_register().

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Guennadi Liakhovetski 1af90b4ee1 interrupt: introduce a separate struct for cascading interrupts
Currently each interrupt descriptor has an array of list heads, that
can be used to cascade further interrupts to it. But most interrupts
are simple decide interrupts, that cannot have children. This patch
introduces a separate type for interrupt controllers, that can indeed
have children.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2019-07-26 13:31:05 +01:00
Zhang Keqiao fd6208d65b topology: sof-cml-demux-rt5682: revise physical link iDisp1 ID
to align with machine driver

The physical link iDisp1 ID for HDMI should be changed to 3,4,5
to align with machine driver. ID 2 is defined for DMIC16k.

Signed-off-by: Zhang Keqiao <keqiao.zhang@linux.intel.com>
2019-07-25 13:38:47 +02:00
Paul Olaru 57f21581e4 platform: imx8: Fix exception mailbox offset
Tried to diagnose a DSP panic, did not work due to this wrong offset.

Signed-off-by: Paul Olaru <paul.olaru@nxp.com>
2019-07-25 08:33:13 +03:00
Marcin Rajwa 8256465955 host: fix wrong check for irq
This patch fixes the incorrect check of period irq in
host_period_bytes.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
2019-07-25 00:32:53 +02:00
Marcin Rajwa 6119126d90 ipc: align stream.h with kernel
This change is to align sof_ipc_stream_params with its
kernel equivalent. The change is needed in both kernel
and FW because FW needs to use host_period_bytes which
where previously used to inform host about period IRQ.
Therefore now we introduce new member for it period_irq
and let host_period_bytes keep the proper value.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
2019-07-25 00:32:53 +02:00
Keyon Jie 9bacb24725 alloc: allocate real continuous blocks in alloc_cont_blocks()
When a block is used, we need reset the searching, to get the real
continuous blocks as required, here fix it.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
2019-07-25 00:03:11 +02:00