aab7ce2b09
- Update ACPICA code in the kernel to upstream revision 20201113 with changes as follows: * Add 5 new UUIDs to the known UUID table (Bob Moore). * Remove extreaneous "the" in comments (Colin Ian King). * Add function trace macros to improve debugging (Erik Kaneda). * Fix interpreter memory leak (Erik Kaneda). * Handle "orphan" _REG for GPIO OpRegions (Hans de Goede). - Introduce resource_union() and resource_intersection() helpers and clean up some resource-manipulation code with the help of them (Andy Shevchenko). - Revert problematic commit related to the handling of resources in the ACPI core (Daniel Scally). - Extend the ACPI device enumeration documentation and the gpio-line-names _DSD property documentation, clean up the latter (Flavio Suligoi). - Clean up _DEP handling during device enumeration, modify the list of _DEP exceptions and the handling of it and fix up terminology related to _DEP (Hans de Goede, Rafael Wysocki). - Eliminate in_interrupt() usage from the ACPI EC driver (Sebastian Andrzej Siewior). - Clean up the advance_transaction() routine and related code in the ACPI EC driver (Rafael Wysocki). - Add new backlight quirk for GIGABYTE GB-BXBT-2807 (Jasper St. Pierre). - Make assorted janitorial changes in several ACPI-related pieces of code (Hanjun Guo, Jason Yan, Punit Agrawal). -----BEGIN PGP SIGNATURE----- iQJGBAABCAAwFiEE4fcc61cGeeHD/fCwgsRv/nhiVHEFAl/Y80sSHHJqd0Byand5 c29ja2kubmV0AAoJEILEb/54YlRxLnsP/0B+6dSTqLp7S1UJbScta1gKnDwyFGAi eA3MqyMfF08DiwWocJoDDjttxo5d+0NV2g9LdcScdwGrKB9ddWuhA6/IT83B7YA8 K4Yie4Gm1StLR+rs+zLJy9GBQE3P/Ya058WJJ+mvaTkn4SlI1qf8ZhOEzlCArWpM 0g9+Y7n16A8/9dTTd8eVf80UrPLOuxPPIZuSsCdZCDEOLGPH+zJive0X0wEqsXvU hiq8DymH2ooIcscYXu3wEKtAfcxUjGhmrK8/M7dJ1j9Mh7JxQsIIcQIQogG2uE53 Gm71E1LkQg3FYzFCYmtSNgOnjMMDfV3r/WH4f49kK1Hajn2erYvEv5kXpF+J+Q6X rXXRk17puszq5/gvrebDFpUou7MmV4smOeXPQIobJuXnc9c48QEBqx8tshuJXsVv 5EzD6tITGl/iLu3bqH5M9G5BjIZYB9kjUPzxJ3ezl9rtJXsiMN21MkM4j3KR1rnW g3JYMuw1hwa9wVNFraMyCOtcfncCPJNzdi9TT3ZzMDLHTKbd0jmpyBKws+dI5G1z y7utKOi65utX6mTtOwhITVbSu7Gura7FRXkxo3K7kG8WViYXhDvB1mLylrpipNDl ZWgX6XMYEtRhSvvTwZM0Wcgs9p2JIgfQvbz1Q9pv5FLbf1nceRMaiiGrJTPiGYZD /maVvuddxEWM =5LZe -----END PGP SIGNATURE----- Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm Pull ACPI updates from Rafael Wysocki: "These update the ACPICA code in the kernel to upstream revision 20201113, fix and clean up some resources manipulation code, extend the enumeration and gpio-line-names property documentation, clean up the handling of _DEP during device enumeration, add a new backlight DMI quirk, clean up transaction handling in the EC driver and make some assorted janitorial changes. Specifics: - Update ACPICA code in the kernel to upstream revision 20201113 with changes as follows: * Add 5 new UUIDs to the known UUID table (Bob Moore) * Remove extreaneous "the" in comments (Colin Ian King) * Add function trace macros to improve debugging (Erik Kaneda) * Fix interpreter memory leak (Erik Kaneda) * Handle "orphan" _REG for GPIO OpRegions (Hans de Goede) - Introduce resource_union() and resource_intersection() helpers and clean up some resource-manipulation code with the help of them (Andy Shevchenko) - Revert problematic commit related to the handling of resources in the ACPI core (Daniel Scally) - Extend the ACPI device enumeration documentation and the gpio-line-names _DSD property documentation, clean up the latter (Flavio Suligoi) - Clean up _DEP handling during device enumeration, modify the list of _DEP exceptions and the handling of it and fix up terminology related to _DEP (Hans de Goede, Rafael Wysocki) - Eliminate in_interrupt() usage from the ACPI EC driver (Sebastian Andrzej Siewior) - Clean up the advance_transaction() routine and related code in the ACPI EC driver (Rafael Wysocki) - Add new backlight quirk for GIGABYTE GB-BXBT-2807 (Jasper St Pierre) - Make assorted janitorial changes in several ACPI-related pieces of code (Hanjun Guo, Jason Yan, Punit Agrawal)" * tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (40 commits) ACPI: scan: Fix up _DEP-related terminology with supplier/consumer ACPI: scan: Drop INT3396 from acpi_ignore_dep_ids[] ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807 Revert "ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources walks" ACPI: scan: Add PNP0D80 to the _DEP exceptions list ACPI: scan: Call acpi_get_object_info() from acpi_add_single_object() ACPI: scan: Add acpi_info_matches_hids() helper ACPICA: Update version to 20201113 ACPICA: Interpreter: fix memory leak by using existing buffer ACPICA: Add function trace macros to improve debugging ACPICA: Also handle "orphan" _REG methods for GPIO OpRegions ACPICA: Remove extreaneous "the" in comments ACPICA: Add 5 new UUIDs to the known UUID table resource: provide meaningful MODULE_LICENSE() in test suite ASoC: Intel: catpt: Replace open coded variant of resource_intersection() ACPI: processor: Drop duplicate setting of shared_cpu_map ACPI: EC: Clean up status flags checks in advance_transaction() ACPI: EC: Untangle error handling in advance_transaction() ACPI: EC: Simplify error handling in advance_transaction() ACPI: EC: Rename acpi_ec_is_gpe_raised() ...
176 lines
4.8 KiB
C
176 lines
4.8 KiB
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright(c) 2020 Intel Corporation. All rights reserved.
|
|
*
|
|
* Author: Cezary Rojewski <cezary.rojewski@intel.com>
|
|
*/
|
|
|
|
#ifndef __SND_SOC_INTEL_CATPT_CORE_H
|
|
#define __SND_SOC_INTEL_CATPT_CORE_H
|
|
|
|
#include <linux/dma/dw.h>
|
|
#include <linux/irqreturn.h>
|
|
#include "messages.h"
|
|
#include "registers.h"
|
|
|
|
struct catpt_dev;
|
|
|
|
extern const struct attribute_group *catpt_attr_groups[];
|
|
|
|
void catpt_sram_init(struct resource *sram, u32 start, u32 size);
|
|
void catpt_sram_free(struct resource *sram);
|
|
struct resource *
|
|
catpt_request_region(struct resource *root, resource_size_t size);
|
|
|
|
struct catpt_ipc_msg {
|
|
union {
|
|
u32 header;
|
|
union catpt_global_msg rsp;
|
|
};
|
|
void *data;
|
|
size_t size;
|
|
};
|
|
|
|
struct catpt_ipc {
|
|
struct device *dev;
|
|
|
|
struct catpt_ipc_msg rx;
|
|
struct catpt_fw_ready config;
|
|
u32 default_timeout;
|
|
bool ready;
|
|
|
|
spinlock_t lock;
|
|
struct mutex mutex;
|
|
struct completion done_completion;
|
|
struct completion busy_completion;
|
|
};
|
|
|
|
void catpt_ipc_init(struct catpt_ipc *ipc, struct device *dev);
|
|
|
|
struct catpt_module_type {
|
|
bool loaded;
|
|
u32 entry_point;
|
|
u32 persistent_size;
|
|
u32 scratch_size;
|
|
/* DRAM, initial module state */
|
|
u32 state_offset;
|
|
u32 state_size;
|
|
|
|
struct list_head node;
|
|
};
|
|
|
|
struct catpt_spec {
|
|
struct snd_soc_acpi_mach *machines;
|
|
u8 core_id;
|
|
u32 host_dram_offset;
|
|
u32 host_iram_offset;
|
|
u32 host_shim_offset;
|
|
u32 host_dma_offset[CATPT_DMA_COUNT];
|
|
u32 host_ssp_offset[CATPT_SSP_COUNT];
|
|
u32 dram_mask;
|
|
u32 iram_mask;
|
|
u32 d3srampgd_bit;
|
|
u32 d3pgd_bit;
|
|
void (*pll_shutdown)(struct catpt_dev *cdev, bool enable);
|
|
};
|
|
|
|
struct catpt_dev {
|
|
struct device *dev;
|
|
struct dw_dma_chip *dmac;
|
|
struct catpt_ipc ipc;
|
|
|
|
void __iomem *pci_ba;
|
|
void __iomem *lpe_ba;
|
|
u32 lpe_base;
|
|
int irq;
|
|
|
|
const struct catpt_spec *spec;
|
|
struct completion fw_ready;
|
|
|
|
struct resource dram;
|
|
struct resource iram;
|
|
struct resource *scratch;
|
|
|
|
struct catpt_mixer_stream_info mixer;
|
|
struct catpt_module_type modules[CATPT_MODULE_COUNT];
|
|
struct catpt_ssp_device_format devfmt[CATPT_SSP_COUNT];
|
|
struct list_head stream_list;
|
|
spinlock_t list_lock;
|
|
struct mutex clk_mutex;
|
|
|
|
struct catpt_dx_context dx_ctx;
|
|
void *dxbuf_vaddr;
|
|
dma_addr_t dxbuf_paddr;
|
|
};
|
|
|
|
int catpt_dmac_probe(struct catpt_dev *cdev);
|
|
void catpt_dmac_remove(struct catpt_dev *cdev);
|
|
struct dma_chan *catpt_dma_request_config_chan(struct catpt_dev *cdev);
|
|
int catpt_dma_memcpy_todsp(struct catpt_dev *cdev, struct dma_chan *chan,
|
|
dma_addr_t dst_addr, dma_addr_t src_addr,
|
|
size_t size);
|
|
int catpt_dma_memcpy_fromdsp(struct catpt_dev *cdev, struct dma_chan *chan,
|
|
dma_addr_t dst_addr, dma_addr_t src_addr,
|
|
size_t size);
|
|
|
|
void lpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable);
|
|
void wpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable);
|
|
int catpt_dsp_power_up(struct catpt_dev *cdev);
|
|
int catpt_dsp_power_down(struct catpt_dev *cdev);
|
|
int catpt_dsp_stall(struct catpt_dev *cdev, bool stall);
|
|
void catpt_dsp_update_srampge(struct catpt_dev *cdev, struct resource *sram,
|
|
unsigned long mask);
|
|
int catpt_dsp_update_lpclock(struct catpt_dev *cdev);
|
|
irqreturn_t catpt_dsp_irq_handler(int irq, void *dev_id);
|
|
irqreturn_t catpt_dsp_irq_thread(int irq, void *dev_id);
|
|
|
|
/*
|
|
* IPC handlers may return positive values which denote successful
|
|
* HOST <-> DSP communication yet failure to process specific request.
|
|
* Use below macro to convert returned non-zero values appropriately
|
|
*/
|
|
#define CATPT_IPC_ERROR(err) (((err) < 0) ? (err) : -EREMOTEIO)
|
|
|
|
int catpt_dsp_send_msg_timeout(struct catpt_dev *cdev,
|
|
struct catpt_ipc_msg request,
|
|
struct catpt_ipc_msg *reply, int timeout);
|
|
int catpt_dsp_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request,
|
|
struct catpt_ipc_msg *reply);
|
|
|
|
int catpt_first_boot_firmware(struct catpt_dev *cdev);
|
|
int catpt_boot_firmware(struct catpt_dev *cdev, bool restore);
|
|
int catpt_store_streams_context(struct catpt_dev *cdev, struct dma_chan *chan);
|
|
int catpt_store_module_states(struct catpt_dev *cdev, struct dma_chan *chan);
|
|
int catpt_store_memdumps(struct catpt_dev *cdev, struct dma_chan *chan);
|
|
int catpt_coredump(struct catpt_dev *cdev);
|
|
|
|
#include <sound/memalloc.h>
|
|
#include <uapi/sound/asound.h>
|
|
|
|
struct snd_pcm_substream;
|
|
struct catpt_stream_template;
|
|
|
|
struct catpt_stream_runtime {
|
|
struct snd_pcm_substream *substream;
|
|
|
|
struct catpt_stream_template *template;
|
|
struct catpt_stream_info info;
|
|
struct resource *persistent;
|
|
struct snd_dma_buffer pgtbl;
|
|
|
|
bool allocated;
|
|
bool prepared;
|
|
|
|
struct list_head node;
|
|
};
|
|
|
|
int catpt_register_plat_component(struct catpt_dev *cdev);
|
|
void catpt_stream_update_position(struct catpt_dev *cdev,
|
|
struct catpt_stream_runtime *stream,
|
|
struct catpt_notify_position *pos);
|
|
struct catpt_stream_runtime *
|
|
catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id);
|
|
int catpt_arm_stream_templates(struct catpt_dev *cdev);
|
|
|
|
#endif
|