mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +00:00
Add: tools/intel_audio_dump
Signed-off-by: Zhenyu Wang <zhenyu.z.wang@intel.com> Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
This commit is contained in:
committed by
Zhenyu Wang
parent
b4ddf71a4a
commit
9e9c9f24f5
@@ -44,6 +44,12 @@ INREG(uint32_t reg)
|
||||
return *(volatile uint32_t *)((volatile char *)mmio + reg);
|
||||
}
|
||||
|
||||
static inline void
|
||||
OUTREG(uint32_t reg, uint32_t val)
|
||||
{
|
||||
*(volatile uint32_t *)((volatile char *)mmio + reg) = val;
|
||||
}
|
||||
|
||||
void intel_get_pci_device(void);
|
||||
void intel_get_mmio(void);
|
||||
void intel_get_drm_devid(int fd);
|
||||
|
||||
@@ -3489,5 +3489,6 @@ typedef enum {
|
||||
#define AUD_CTS_ENABLE 0x62128
|
||||
|
||||
#define VIDEO_DIP_CTL 0x61170
|
||||
#define VIDEO_DIP_DATA 0x61178
|
||||
|
||||
#endif /* _I810_REG_H */
|
||||
|
||||
Reference in New Issue
Block a user