include/drm/drm_dumb_buffers.h

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

File Facts

System
Linux kernel
Corpus path
include/drm/drm_dumb_buffers.h
Extension
.h
Size
325 bytes
Lines
15
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_DUMB_BUFFERS_H__
#define __DRM_DUMB_BUFFERS_H__

struct drm_device;
struct drm_mode_create_dumb;

int drm_mode_size_dumb(struct drm_device *dev,
		       struct drm_mode_create_dumb *args,
		       unsigned long hw_pitch_align,
		       unsigned long hw_size_align);

#endif

Annotation

Implementation Notes