drivers/gpu/drm/imagination/pvr_rogue_fwif_resetframework.h

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/imagination/pvr_rogue_fwif_resetframework.h
Extension
.h
Size
695 bytes
Lines
29
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 rogue_fwif_rf_registers {
	union {
		u64 cdmreg_cdm_cb_base;
		u64 cdmreg_cdm_ctrl_stream_base;
	};
	u64 cdmreg_cdm_cb_queue;
	u64 cdmreg_cdm_cb;
};

struct rogue_fwif_rf_cmd {
	/* THIS MUST BE THE LAST MEMBER OF THE CONTAINING STRUCTURE */
	struct rogue_fwif_rf_registers fw_registers __aligned(8);
};

#define ROGUE_FWIF_RF_CMD_SIZE sizeof(struct rogue_fwif_rf_cmd)

#endif /* PVR_ROGUE_FWIF_RESETFRAMEWORK_H */

Annotation

Implementation Notes