Home
last modified time | relevance | path

Searched refs:planeProp (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/am57x/libhwcomposer/
Ddisplay.cpp160 int HWCDisplay::update_display(drm_plane_props_t* planeProp) in update_display() argument
166 buffer_handle_t handle = planeProp->layer->handle; in update_display()
174 planeProp->fb_info = new DRMFramebuffer(kdisp->card->fd(), handle, false); in update_display()
175 this->pending_fb_infos.push_back(planeProp->fb_info); in update_display()
177 planeProp->crtc_id = kdisp->crtc->id(); in update_display()
181 set_plane_properties(req, planeProp); in update_display()
Ddisplay.h93 int update_display(drm_plane_props_t* planeProp);
Dhwc.cpp484 drm_plane_props_t* planeProp = &display->planeProps[disp]; in hwc_set_for_display() local
499 err = display->update_display(planeProp); in hwc_set_for_display()