Home
last modified time | relevance | path

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

/hardware/ti/am57x/libhwcomposer/
Ddisplay.h69 } drm_plane_props_t; typedef
93 int update_display(drm_plane_props_t* planeProp);
100 drm_plane_props_t planeProps[DSS_AVAILABLE_PIPES];
Ddisplay.cpp133 static void set_plane_properties(kms::AtomicReq& req, drm_plane_props_t* plane_props) in set_plane_properties()
160 int HWCDisplay::update_display(drm_plane_props_t* planeProp) in update_display()
Dhwc.cpp398 static void adjust_drm_plane_to_layer(hwc_layer_1_t* layer, int zorder, drm_plane_props_t* plane) in adjust_drm_plane_to_layer()
484 drm_plane_props_t* planeProp = &display->planeProps[disp]; in hwc_set_for_display()