drivers/gpu/drm/drm_ras_nl.h

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/drm_ras_nl.h
Extension
.h
Size
854 bytes
Lines
27
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 _LINUX_DRM_RAS_GEN_H
#define _LINUX_DRM_RAS_GEN_H

#include <net/netlink.h>
#include <net/genetlink.h>

#include <uapi/drm/drm_ras.h>

int drm_ras_nl_list_nodes_dumpit(struct sk_buff *skb,
				 struct netlink_callback *cb);
int drm_ras_nl_get_error_counter_doit(struct sk_buff *skb,
				      struct genl_info *info);
int drm_ras_nl_get_error_counter_dumpit(struct sk_buff *skb,
					struct netlink_callback *cb);
int drm_ras_nl_clear_error_counter_doit(struct sk_buff *skb,
					struct genl_info *info);

extern struct genl_family drm_ras_nl_family;

#endif /* _LINUX_DRM_RAS_GEN_H */

Annotation

Implementation Notes