Searched refs:DC_DISPLAYS (Results 1 – 6 of 6) sorted by relevance
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];38 struct dc_de *de[DC_DISPLAYS];40 struct dc_ed *ed_safe[DC_DISPLAYS];42 struct dc_ed *ed_cont[DC_DISPLAYS];44 struct dc_fg *fg[DC_DISPLAYS];52 struct dc_tc *tc[DC_DISPLAYS];
71 struct dc_cf *cf_safe[DC_DISPLAYS];72 struct dc_cf *cf_cont[DC_DISPLAYS];73 struct dc_ed *ed_safe[DC_DISPLAYS];74 struct dc_ed *ed_cont[DC_DISPLAYS];
111 for (i = 0; i < DC_DISPLAYS; i++) { in dc_kms_init()121 for (i = 0; i < DC_DISPLAYS; i++) { in dc_kms_init()127 ret = drm_vblank_init(drm, DC_DISPLAYS); in dc_kms_init()
14 #define DC_DISPLAYS 2 macro
115 for (i = 0; i < DC_DISPLAYS; i++) { in dc_de_post_bind()
59 for (i = 0; i < DC_DISPLAYS; i++) { in dc_pe_post_bind()
Completed in 8 milliseconds