Searched refs:drm_ (Results 1 – 10 of 10) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | drmplane.cpp | 32 : drm_(drm), id_(p->plane_id), possible_crtc_mask_(p->possible_crtcs) { in DrmPlane() 41 int ret = drm_->GetPlaneProperty(*this, "type", &p); in Init() 64 ret = drm_->GetPlaneProperty(*this, "CRTC_ID", &crtc_property_); in Init() 70 ret = drm_->GetPlaneProperty(*this, "FB_ID", &fb_property_); in Init() 76 ret = drm_->GetPlaneProperty(*this, "CRTC_X", &crtc_x_property_); in Init() 82 ret = drm_->GetPlaneProperty(*this, "CRTC_Y", &crtc_y_property_); in Init() 88 ret = drm_->GetPlaneProperty(*this, "CRTC_W", &crtc_w_property_); in Init() 94 ret = drm_->GetPlaneProperty(*this, "CRTC_H", &crtc_h_property_); in Init() 100 ret = drm_->GetPlaneProperty(*this, "SRC_X", &src_x_property_); in Init() 106 ret = drm_->GetPlaneProperty(*this, "SRC_Y", &src_y_property_); in Init() [all …]
|
D | drmcrtc.cpp | 30 : drm_(drm), id_(c->crtc_id), pipe_(pipe), mode_(&c->mode) { in DrmCrtc() 35 int ret = drm_->GetCrtcProperty(*this, "ACTIVE", &active_property_); in Init() 41 ret = drm_->GetCrtcProperty(*this, "MODE_ID", &mode_property_); in Init() 47 ret = drm_->GetCrtcProperty(*this, "OUT_FENCE_PTR", &out_fence_ptr_property_); in Init() 53 if (drm_->GetCrtcProperty(*this, "partial_region", &partial_region_property_)) in Init() 56 if (drm_->GetCrtcProperty(*this, "cgc_lut", &cgc_lut_property_)) in Init() 58 if (drm_->GetCrtcProperty(*this, "DEGAMMA_LUT", °amma_lut_property_)) in Init() 60 if (drm_->GetCrtcProperty(*this, "DEGAMMA_LUT_SIZE", °amma_lut_size_property_)) in Init() 62 if (drm_->GetCrtcProperty(*this, "GAMMA_LUT", &gamma_lut_property_)) in Init() 64 if (drm_->GetCrtcProperty(*this, "GAMMA_LUT_SIZE", &gamma_lut_size_property_)) in Init() [all …]
|
D | drmconnector.cpp | 42 : drm_(drm), in DrmConnector() 55 int ret = drm_->GetConnectorProperty(*this, "DPMS", &dpms_property_); in Init() 60 ret = drm_->GetConnectorProperty(*this, "CRTC_ID", &crtc_id_property_); in Init() 65 ret = drm_->GetConnectorProperty(*this, "EDID", &edid_property_); in Init() 70 ret = drm_->GetConnectorProperty(*this, "WRITEBACK_PIXEL_FORMATS", in Init() 76 ret = drm_->GetConnectorProperty(*this, "WRITEBACK_FB_ID", in Init() 82 ret = drm_->GetConnectorProperty(*this, "WRITEBACK_OUT_FENCE_PTR", in Init() 90 ret = drm_->GetConnectorProperty(*this, "max_luminance", &max_luminance_); in Init() 95 ret = drm_->GetConnectorProperty(*this, "max_avg_luminance", &max_avg_luminance_); in Init() 100 ret = drm_->GetConnectorProperty(*this, "min_luminance", &min_luminance_); in Init() [all …]
|
D | vsyncworker.cpp | 45 drm_(NULL), in VSyncWorker() 56 drm_ = drm; in Init() 114 DrmConnector *conn = drm_->GetConnectorForDisplay(display_); in SyntheticWaitVBlank() 157 DrmCrtc *crtc = drm_->GetCrtcForDisplay(display); in Routine() 171 ret = drmWaitVBlank(drm_->fd(), &vblank); in Routine()
|
D | drmeventlistener.cpp | 36 : Worker("drm-event-listener", HAL_PRIORITY_URGENT_DISPLAY), drm_(drm) { in DrmEventListener() 91 ev.data.fd = drm_->fd(); in Init() 92 if (epoll_ctl(epoll_fd_.get(), EPOLL_CTL_ADD, drm_->fd(), &ev) < 0) { in Init() 217 } else if (events[n].data.fd == drm_->fd()) { in Routine() 222 drmHandleEvent(drm_->fd(), &event_context); in Routine()
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/ |
D | vsyncworker.h | 54 DrmDevice *drm_; variable
|
D | drmeventlistener.h | 79 DrmDevice *drm_; variable
|
D | drmcrtc.h | 72 DrmDevice *drm_;
|
D | drmplane.h | 81 DrmDevice *drm_;
|
D | drmconnector.h | 101 DrmDevice *drm_;
|