Searched refs:drm_plane_ (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_plane.cpp | 433 drmModeFreePlane(drm_plane_); in ~DRMPlane() 554 drmModeObjectGetProperties(fd_, drm_plane_->plane_id, DRM_MODE_OBJECT_PLANE); in ParseProperties() 645 drm_plane_ = plane; in InitAndParse() 678 DRM_LOGD("Plane %d: Setting exclusion rect [x,y,w,h][%d,%d,%d,%d]", drm_plane_->plane_id, in SetExclRect() 733 DRM_LOGE("Plane %d: Setting decimation %d is not supported.", drm_plane_->plane_id, in SetDecimation() 742 DRM_LOGD("Plane %d: Setting decimation %d", drm_plane_->plane_id, prop_value); in SetDecimation() 776 DRM_LOGE("Found plane %d switching from crtc %d to crtc %d", drm_plane_->plane_id, in PostCommit() 788 uint32_t obj_id = drm_plane_->plane_id; in Perform() 1015 drm_plane_->plane_id, drm_plane_->crtc_id, drm_plane_->fb_id, drm_plane_->crtc_x, in Dump() 1016 drm_plane_->crtc_y, drm_plane_->x, drm_plane_->y, drm_plane_->gamma_size, in Dump() [all …]
|
D | drm_plane.h | 99 uint32_t GetObjectId() override { return drm_plane_->plane_id; } in GetObjectId() 133 drmModePlane *drm_plane_ = {}; variable
|