include/drm/drm_buddy.h

Source file repositories/reference/linux-study-clean/include/drm/drm_buddy.h

File Facts

System
Linux kernel
Corpus path
include/drm/drm_buddy.h
Extension
.h
Size
425 bytes
Lines
19
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __DRM_BUDDY_H__
#define __DRM_BUDDY_H__

#include <linux/gpu_buddy.h>

struct drm_printer;

/* DRM-specific GPU Buddy Allocator print helpers */
void drm_buddy_print(struct gpu_buddy *mm, struct drm_printer *p);
void drm_buddy_block_print(struct gpu_buddy *mm,
			   struct gpu_buddy_block *block,
			   struct drm_printer *p);
#endif

Annotation

Implementation Notes