drivers/gpu/drm/xe/regs/xe_pxp_regs.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/xe/regs/xe_pxp_regs.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/xe/regs/xe_pxp_regs.h
Extension
.h
Size
608 bytes
Lines
24
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 __XE_PXP_REGS_H__
#define __XE_PXP_REGS_H__

#include "regs/xe_regs.h"

/* The following registers are only valid on platforms with a media GT */

/* KCR enable/disable control */
#define KCR_INIT				XE_REG(0x3860f0)
#define   KCR_INIT_ALLOW_DISPLAY_ME_WRITES	REG_BIT(14)

/* KCR hwdrm session in play status 0-31 */
#define KCR_SIP					XE_REG(0x386260)

/* PXP global terminate register for session termination */
#define KCR_GLOBAL_TERMINATE			XE_REG(0x3860f8)

#endif /* __XE_PXP_REGS_H__ */

Annotation

Implementation Notes