Home
last modified time | relevance | path

Searched refs:drm_plane_ (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp403 drmModeFreePlane(drm_plane_); in ~DRMPlane()
524 drmModeObjectGetProperties(fd_, drm_plane_->plane_id, DRM_MODE_OBJECT_PLANE); in ParseProperties()
615 drm_plane_ = plane; in InitAndParse()
648 DRM_LOGD("Plane %d: Setting exclusion rect [x,y,w,h][%d,%d,%d,%d]", drm_plane_->plane_id, in SetExclRect()
703 DRM_LOGE("Plane %d: Setting decimation %d is not supported.", drm_plane_->plane_id, in SetDecimation()
712 DRM_LOGD("Plane %d: Setting decimation %d", drm_plane_->plane_id, prop_value); in SetDecimation()
746 DRM_LOGE("Found plane %d switching from crtc %d to crtc %d", drm_plane_->plane_id, in PostCommit()
758 uint32_t obj_id = drm_plane_->plane_id; in Perform()
985 drm_plane_->plane_id, drm_plane_->crtc_id, drm_plane_->fb_id, drm_plane_->crtc_x, in Dump()
986 drm_plane_->crtc_y, drm_plane_->x, drm_plane_->y, drm_plane_->gamma_size, in Dump()
[all …]
Ddrm_plane.h62 uint32_t GetObjectId() override { return drm_plane_->plane_id; } in GetObjectId()
96 drmModePlane *drm_plane_ = {}; variable