Home
last modified time | relevance | path

Searched defs:komeda_pipeline_state (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.h450 struct komeda_pipeline_state { struct
452 struct drm_private_state obj;
454 struct komeda_pipeline *pipe;
456 struct drm_crtc *crtc;
482 #define priv_to_pipe_st(o) container_of(o, struct komeda_pipeline_state, obj) argument