drivers/gpu/drm/tidss/tidss_scale_coefs.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/tidss/tidss_scale_coefs.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/tidss/tidss_scale_coefs.h
Extension
.h
Size
469 bytes
Lines
25
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

struct tidss_scale_coefs {
	s16 c2[16];
	s16 c1[16];
	u16 c0[9];
};

const struct tidss_scale_coefs *tidss_get_scale_coefs(struct device *dev,
						      u32 firinc,
						      bool five_taps);

#endif

Annotation

Implementation Notes