OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm_panfrost_create_bo
(Results
1 - 5
of
5
) 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
/xsrc/external/mit/MesaLib/dist/src/panfrost/drm-shim/
panfrost_noop.c
76
struct
drm_panfrost_create_bo
*create = arg;
118
[
DRM_PANFROST_CREATE_BO
] = pan_ioctl_create_bo,
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_bo.c
62
struct
drm_panfrost_create_bo
create_bo = { .size = size };
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_drm.c
56
struct
drm_panfrost_create_bo
create_bo = {
Completed in 7 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026