HomeSort by: relevance | last modified time | path
    Searched defs:drm_panfrost_create_bo (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
panfrost_drm.h 17 #define DRM_PANFROST_CREATE_BO 0x02
24 #define DRM_IOCTL_PANFROST_CREATE_BO DRM_IOWR(DRM_COMMAND_BASE + DRM_PANFROST_CREATE_BO, struct drm_panfrost_create_bo)
75 * struct drm_panfrost_create_bo - ioctl argument for creating Panfrost BOs.
80 struct drm_panfrost_create_bo { struct
127 * This is the same value returned by drm_panfrost_create_bo, if that was called
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
panfrost_drm.h 17 #define DRM_PANFROST_CREATE_BO 0x02
27 #define DRM_IOCTL_PANFROST_CREATE_BO DRM_IOWR(DRM_COMMAND_BASE + DRM_PANFROST_CREATE_BO, struct drm_panfrost_create_bo)
91 * struct drm_panfrost_create_bo - ioctl argument for creating Panfrost BOs.
96 struct drm_panfrost_create_bo { struct
185 * This is the same value returned by drm_panfrost_create_bo, if that was called

Completed in 5 milliseconds