Searched refs:drm_mode_property_enum (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_mode.h548 * struct drm_mode_property_enum - Description for an enum/bitfield entry.
554 struct drm_mode_property_enum { struct
593 /** @enum_blob_ptr: Pointer to a struct drm_mode_property_enum array. */
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.h141 struct drm_mode_property_enum *enums;
H A Dxf86drmMode.c683 prop.enum_blob_ptr = VOID2U64(drmMalloc(prop.count_enum_blobs * sizeof(struct drm_mode_property_enum)));
706 r->enums = drmAllocCpy(U642VOID(prop.enum_blob_ptr), prop.count_enum_blobs, sizeof(struct drm_mode_property_enum));
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h410 struct drm_mode_property_enum { struct
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h545 * struct drm_mode_property_enum - Description for an enum/bitfield entry.
551 struct drm_mode_property_enum { struct
590 /** @enum_blob_ptr: Pointer to a struct drm_mode_property_enum array. */
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_output.c248 struct drm_mode_property_enum *e = &drmmode_prop->enums[j-1];
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_kms.c441 struct drm_mode_property_enum *e = &drmmode_prop->enums[j-1];
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_drmmode.c561 struct drm_mode_property_enum *e = &drmmode_prop->enums[j-1];
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Ddrmmode_display.c1025 struct drm_mode_property_enum *e = &drmmode_prop->enums[j-1];
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Ddrmmode_display.c1001 struct drm_mode_property_enum *e = &drmmode_prop->enums[j-1];
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c3296 struct drm_mode_property_enum *enums;
3305 enums = malloc(prop->count_enum_blobs * sizeof(struct drm_mode_property_enum));
3339 struct drm_mode_property_enum *enums;
3346 enums = malloc(prop->count_enum_blobs * sizeof(struct drm_mode_property_enum));
4543 struct drm_mode_property_enum *e = &p->kprop->enums[j-1];
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_display.c1219 struct drm_mode_property_enum *e = &drmmode_prop->enums[j-1];
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_display.c1174 struct drm_mode_property_enum *e = &drmmode_prop->enums[j-1];
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Ddrmmode_display.c858 struct drm_mode_property_enum *e = &drmmode_prop->enums[j-1];
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c2548 struct drm_mode_property_enum *enums;
2555 enums = malloc(prop.count_enum_blobs * sizeof(struct drm_mode_property_enum));
3297 struct drm_mode_property_enum *e = &p->kprop->enums[j-1];
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.c2379 struct drm_mode_property_enum *e =
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.c1889 struct drm_mode_property_enum *e = &drmmode_prop->enums[j-1];
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2937 struct drm_mode_property_enum *e = &drmmode_prop->enums[j - 1];

Completed in 61 milliseconds