Home
last modified time | relevance | path

Searched defs:drm_mode_create_dumb (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_dumb_buffers.c60 int drm_mode_create_dumb(struct drm_device *dev, in drm_mode_create_dumb() function
/openbmc/linux/include/uapi/drm/
H A Ddrm_mode.h1036 struct drm_mode_create_dumb { struct
1037 __u32 height;
1038 __u32 width;
1039 __u32 bpp;
1040 __u32 flags;
1042 __u32 handle;
1043 __u32 pitch;
1044 __u64 size;