Searched refs:drm_mode (Results 1 – 6 of 6) sorted by relevance
16 drmModeModeInfo drm_mode = video_mode_to_drm_mode(*this); in to_blob() local18 return unique_ptr<Blob>(new Blob(card, &drm_mode, sizeof(drm_mode))); in to_blob()
553 struct drm_mode_modeinfo drm_mode; in CreateModeBlob() local554 memset(&drm_mode, 0, sizeof(drm_mode)); in CreateModeBlob()555 mode.ToDrmModeModeInfo(&drm_mode); in CreateModeBlob()559 int ret = drm->CreatePropertyBlob(&drm_mode, sizeof(struct drm_mode_modeinfo), in CreateModeBlob()
23 include/drm/drm_mode.h \
303 'include/drm/drm.h', 'include/drm/drm_fourcc.h', 'include/drm/drm_mode.h',
77 include/drm-uapi/drm_mode.h \
5 include <drm/drm_mode.h>