HomeSort by relevance Sort by last modified time
    Searched refs:drm_mode (Results 1 - 5 of 5) sorted by null

  /external/libkmsxx/kms++/src/
videomode.cpp 16 drmModeModeInfo drm_mode = video_mode_to_drm_mode(*this); local
18 return unique_ptr<Blob>(new Blob(card, &drm_mode, sizeof(drm_mode)));
dumbframebuffer.cpp 12 #include <drm_mode.h>
  /external/libxcam/xcore/
drm_display.h 30 #include <drm_mode.h>
  /external/drm_hwcomposer/
drmdisplaycompositor.cpp 29 #include <drm/drm_mode.h>
553 struct drm_mode_modeinfo drm_mode;
554 memset(&drm_mode, 0, sizeof(drm_mode));
555 mode.ToDrmModeModeInfo(&drm_mode);
559 int ret = drm->CreatePropertyBlob(&drm_mode, sizeof(struct drm_mode_modeinfo),
    [all...]
  /external/libkmsxx/kms++/src/omap/
omapframebuffer.cpp 11 #include <drm_mode.h>

Completed in 290 milliseconds