Searched defs:komeda_crtc_state (Results 1 – 1 of 1) sorted by relevance
93 struct komeda_crtc_state { struct95 struct drm_crtc_state base;104 u32 affected_pipes;109 u32 active_pipes;133 #define to_kcrtc_st(p) container_of(p, struct komeda_crtc_state, base) argument