Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_dumb_buffers.c58 int drm_mode_create_dumb(struct drm_device *dev, in drm_mode_create_dumb() function
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
Ddrm_mode.h422 struct drm_mode_create_dumb { struct
423 __u32 height;
424 __u32 width;
425 __u32 bpp;
426 __u32 flags;
428 __u32 handle;
429 __u32 pitch;
430 __u64 size;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
Ddrm_mode.h417 struct drm_mode_create_dumb { struct
418 __u32 height;
419 __u32 width;
420 __u32 bpp;
421 __u32 flags;
422 __u32 handle;
423 __u32 pitch;
424 __u64 size;
/kernel/linux/linux-5.10/include/uapi/drm/
Ddrm_mode.h805 struct drm_mode_create_dumb { struct
806 __u32 height;
807 __u32 width;
808 __u32 bpp;
809 __u32 flags;
811 __u32 handle;
812 __u32 pitch;
813 __u64 size;