Searched defs:komeda_crtc_state (Results 1 – 1 of 1) sorted by relevance
92 struct komeda_crtc_state { struct94 struct drm_crtc_state base;103 u32 affected_pipes;108 u32 active_pipes;132 #define to_kcrtc_st(p) container_of(p, struct komeda_crtc_state, base) argument