drivers/gpu/drm/i915/gt/intel_sa_media.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/i915/gt/intel_sa_media.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/i915/gt/intel_sa_media.h
Extension
.h
Size
309 bytes
Lines
16
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 __INTEL_SA_MEDIA__
#define __INTEL_SA_MEDIA__

#include <linux/types.h>

struct intel_gt;

int intel_sa_mediagt_setup(struct intel_gt *gt, phys_addr_t phys_addr,
			   u32 gsi_offset);

#endif /* __INTEL_SA_MEDIA_H__ */

Annotation

Implementation Notes