drivers/gpu/drm/imagination/pvr_stream_defs.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/imagination/pvr_stream_defs.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/imagination/pvr_stream_defs.h
Extension
.h
Size
629 bytes
Lines
17
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 PVR_STREAM_DEFS_H
#define PVR_STREAM_DEFS_H

#include "pvr_stream.h"

extern const struct pvr_stream_cmd_defs pvr_cmd_geom_stream;
extern const struct pvr_stream_cmd_defs pvr_cmd_frag_stream;
extern const struct pvr_stream_cmd_defs pvr_cmd_compute_stream;
extern const struct pvr_stream_cmd_defs pvr_cmd_transfer_stream;
extern const struct pvr_stream_cmd_defs pvr_static_render_context_state_stream;
extern const struct pvr_stream_cmd_defs pvr_static_compute_context_state_stream;

#endif /* PVR_STREAM_DEFS_H */

Annotation

Implementation Notes