Searched defs:atmel_hlcdc_plane_state (Results 1 – 1 of 1) sorted by relevance
44 struct atmel_hlcdc_plane_state { struct45 struct drm_plane_state base;46 int crtc_x;47 int crtc_y;48 unsigned int crtc_w;49 unsigned int crtc_h;73 static inline struct atmel_hlcdc_plane_state * argument