drivers/gpu/drm/meson/meson_rdma.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/meson/meson_rdma.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/meson/meson_rdma.h
Extension
.h
Size
596 bytes
Lines
22
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 __MESON_RDMA_H
#define __MESON_RDMA_H

#include "meson_drv.h"

int meson_rdma_init(struct meson_drm *priv);
void meson_rdma_free(struct meson_drm *priv);
void meson_rdma_setup(struct meson_drm *priv);
void meson_rdma_reset(struct meson_drm *priv);
void meson_rdma_stop(struct meson_drm *priv);

void meson_rdma_writel_sync(struct meson_drm *priv, uint32_t val, uint32_t reg);
void meson_rdma_flush(struct meson_drm *priv);

#endif /* __MESON_RDMA_H */

Annotation

Implementation Notes