Searched defs:atmel_hlcdc_plane_state (Results 1 – 1 of 1) sorted by relevance
45 struct atmel_hlcdc_plane_state { struct46 struct drm_plane_state base;47 int crtc_x;48 int crtc_y;49 unsigned int crtc_w;50 unsigned int crtc_h;74 static inline struct atmel_hlcdc_plane_state * argument