drivers/gpu/drm/amd/display/dc/irq/dce60/irq_service_dce60.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/amd/display/dc/irq/dce60/irq_service_dce60.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/display/dc/irq/dce60/irq_service_dce60.h
Extension
.h
Size
1487 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 __DAL_IRQ_SERVICE_DCE60_H__
#define __DAL_IRQ_SERVICE_DCE60_H__

#include "../irq_service.h"

enum dc_irq_source to_dal_irq_source_dce60(
		struct irq_service *irq_service,
		uint32_t src_id,
		uint32_t ext_id);

struct irq_service *dal_irq_service_dce60_create(
	struct irq_service_init_data *init_data);

#endif

Annotation

Implementation Notes