drivers/gpu/drm/imagination/pvr_vm_mips.h

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/imagination/pvr_vm_mips.h
Extension
.h
Size
572 bytes
Lines
23
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_VM_MIPS_H
#define PVR_VM_MIPS_H

/* Forward declaration from pvr_device.h. */
struct pvr_device;

/* Forward declaration from pvr_gem.h. */
struct pvr_fw_object;

int
pvr_vm_mips_init(struct pvr_device *pvr_dev);
void
pvr_vm_mips_fini(struct pvr_device *pvr_dev);
int
pvr_vm_mips_map(struct pvr_device *pvr_dev, struct pvr_fw_object *fw_obj);
void
pvr_vm_mips_unmap(struct pvr_device *pvr_dev, struct pvr_fw_object *fw_obj);

#endif /* PVR_VM_MIPS_H */

Annotation

Implementation Notes