Searched refs:drm_ (Results 1 – 8 of 8) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
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, "cgc_lut_fd", &cgc_lut_fd_property_)) in Init() 60 if (drm_->GetCrtcProperty(*this, "DEGAMMA_LUT", °amma_lut_property_)) in Init() 62 if (drm_->GetCrtcProperty(*this, "DEGAMMA_LUT_SIZE", °amma_lut_size_property_)) in Init() 64 if (drm_->GetCrtcProperty(*this, "GAMMA_LUT", &gamma_lut_property_)) in Init() [all …]
|
D | drmplane.cpp | 33 : drm_(drm), id_(p->plane_id), possible_crtc_mask_(p->possible_crtcs) { in DrmPlane() 42 int ret = drm_->GetPlaneProperty(*this, "type", &p); in Init() 65 ret = drm_->GetPlaneProperty(*this, "CRTC_ID", &crtc_property_); in Init() 71 ret = drm_->GetPlaneProperty(*this, "FB_ID", &fb_property_); in Init() 77 ret = drm_->GetPlaneProperty(*this, "CRTC_X", &crtc_x_property_); in Init() 83 ret = drm_->GetPlaneProperty(*this, "CRTC_Y", &crtc_y_property_); in Init() 89 ret = drm_->GetPlaneProperty(*this, "CRTC_W", &crtc_w_property_); in Init() 95 ret = drm_->GetPlaneProperty(*this, "CRTC_H", &crtc_h_property_); in Init() 101 ret = drm_->GetPlaneProperty(*this, "SRC_X", &src_x_property_); in Init() 107 ret = drm_->GetPlaneProperty(*this, "SRC_Y", &src_y_property_); in Init() [all …]
|
D | drmconnector.cpp | 44 : drm_(drm), in DrmConnector() 57 int ret = drm_->GetConnectorProperty(*this, "DPMS", &dpms_property_); in Init() 62 ret = drm_->GetConnectorProperty(*this, "CRTC_ID", &crtc_id_property_); in Init() 67 ret = drm_->GetConnectorProperty(*this, "EDID", &edid_property_); in Init() 72 ret = drm_->GetConnectorProperty(*this, "WRITEBACK_PIXEL_FORMATS", in Init() 78 ret = drm_->GetConnectorProperty(*this, "WRITEBACK_FB_ID", in Init() 84 ret = drm_->GetConnectorProperty(*this, "WRITEBACK_OUT_FENCE_PTR", in Init() 92 ret = drm_->GetConnectorProperty(*this, "max_luminance", &max_luminance_); in Init() 97 ret = drm_->GetConnectorProperty(*this, "max_avg_luminance", &max_avg_luminance_); in Init() 102 ret = drm_->GetConnectorProperty(*this, "min_luminance", &min_luminance_); in Init() [all …]
|
D | drmeventlistener.cpp | 38 : Worker("drm-event-listener", HAL_PRIORITY_URGENT_DISPLAY), drm_(drm) { in DrmEventListener() 97 ev.data.fd = drm_->fd(); in Init() 98 if (epoll_ctl(epoll_fd_.get(), EPOLL_CTL_ADD, drm_->fd(), &ev) < 0) { in Init() 340 len = read(drm_->fd(), &buffer, sizeof(buffer)); in DRMEventHandler() 376 FlipHandler(drm_->fd(), vblank->sequence, vblank->tv_sec, vblank->tv_usec, in DRMEventHandler() 430 } else if (events[n].data.fd == drm_->fd()) { in Routine()
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/ |
D | drmplane.h | 84 DrmDevice *drm_;
|
D | drmcrtc.h | 86 DrmDevice *drm_;
|
D | drmconnector.h | 115 DrmDevice *drm_;
|
D | drmeventlistener.h | 152 DrmDevice *drm_; variable
|