Searched defs:dc_drm_device (Results 1 – 1 of 1) sorted by relevance
24 struct dc_drm_device { struct26 struct drm_device base;28 struct dc_crtc dc_crtc[DC_DISPLAYS];30 struct dc_plane dc_primary[DC_DISPLAYS];32 struct drm_encoder encoder[DC_DISPLAYS];34 struct dc_cf *cf_safe[DC_DISPLAYS];36 struct dc_cf *cf_cont[DC_DISPLAYS];60 static inline struct dc_drm_device *to_dc_drm_device(struct drm_device *drm) in to_dc_drm_device() argument
Completed in 5 milliseconds