Functions that deal with hardware plane manipulation.  
More...
Functions that deal with hardware plane manipulation. 
◆ ecore_drm2_plane_assign()
      
        
          | EAPI Ecore_Drm2_Plane* ecore_drm2_plane_assign | ( | Ecore_Drm2_Output * | output, | 
        
          |  |  | Ecore_Drm2_Fb * | fb, | 
        
          |  |  | int | x, | 
        
          |  |  | int | y | 
        
          |  | ) |  |  | 
      
 
 
◆ ecore_drm2_plane_release()
      
        
          | EAPI void ecore_drm2_plane_release | ( | Ecore_Drm2_Plane * | plane | ) |  | 
      
 
Remove a hardware plane from display. 
- Parameters
- 
  
  
- Since
- 1.20 
 
 
◆ ecore_drm2_plane_destination_set()
      
        
          | EAPI void ecore_drm2_plane_destination_set | ( | Ecore_Drm2_Plane * | plane, | 
        
          |  |  | int | x, | 
        
          |  |  | int | y, | 
        
          |  |  | int | w, | 
        
          |  |  | int | h | 
        
          |  | ) |  |  | 
      
 
Set plane destination values. 
- Parameters
- 
  
  
- Since
- 1.20 
 
 
◆ ecore_drm2_plane_fb_set()
      
        
          | EAPI Eina_Bool ecore_drm2_plane_fb_set | ( | Ecore_Drm2_Plane * | plane, | 
        
          |  |  | Ecore_Drm2_Fb * | fb | 
        
          |  | ) |  |  | 
      
 
Set plane frame buffer. 
- Parameters
- 
  
  
- Returns
- whether the plane state has been successfully changed or not
- Since
- 1.20