drivers/gpu/drm/amd/amdgpu/soc_v1_0.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/amd/amdgpu/soc_v1_0.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/amdgpu/soc_v1_0.h
Extension
.h
Size
1703 bytes
Lines
40
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __SOC_V1_0_H__
#define __SOC_V1_0_H__

extern const struct amdgpu_ip_block_version soc_v1_0_common_ip_block;

void soc_v1_0_grbm_select(struct amdgpu_device *adev,
			  u32 me, u32 pipe,
			  u32 queue, u32 vmid,
			  int xcc_id);
int soc_v1_0_init_soc_config(struct amdgpu_device *adev);
bool soc_v1_0_normalize_xcc_reg_range(uint32_t reg);
bool soc_v1_0_mid1_reg_range(uint32_t reg);
uint32_t soc_v1_0_normalize_xcc_reg_offset(uint32_t reg);
uint32_t soc_v1_0_normalize_reg_offset(uint32_t reg);
u64 soc_v1_0_encode_ext_smn_addressing(int ext_id);

#endif

Annotation

Implementation Notes