drivers/gpu/drm/amd/amdgpu/df_v1_7.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/amd/amdgpu/df_v1_7.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/amdgpu/df_v1_7.h
Extension
.h
Size
1521 bytes
Lines
41
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 __DF_V1_7_H__
#define __DF_V1_7_H__

#include "soc15_common.h"
enum DF_V1_7_MGCG
{
	DF_V1_7_MGCG_DISABLE = 0,
	DF_V1_7_MGCG_ENABLE_00_CYCLE_DELAY =1,
	DF_V1_7_MGCG_ENABLE_01_CYCLE_DELAY =2,
	DF_V1_7_MGCG_ENABLE_15_CYCLE_DELAY =13,
	DF_V1_7_MGCG_ENABLE_31_CYCLE_DELAY =14,
	DF_V1_7_MGCG_ENABLE_63_CYCLE_DELAY =15
};

extern const struct amdgpu_df_funcs df_v1_7_funcs;

#endif

Annotation

Implementation Notes