drivers/gpu/drm/amd/display/dmub/dmub_srv_stat.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/amd/display/dmub/dmub_srv_stat.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/display/dmub/dmub_srv_stat.h
Extension
.h
Size
1626 bytes
Lines
42
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 _DMUB_SRV_STAT_H_
#define _DMUB_SRV_STAT_H_

/**
 * DOC: DMUB_SRV STAT Interface
 *
 * These interfaces are called without acquiring DAL and DC locks.
 * Hence, there is limitations on whese interfaces can access. Only
 * variables exclusively defined for these interfaces can be modified.
 */
#include "dmub_srv.h"

enum dmub_status dmub_srv_stat_get_notification(struct dmub_srv *dmub,
						struct dmub_notification *notify);

#endif /* _DMUB_SRV_STAT_H_ */

Annotation

Implementation Notes