Home
last modified time | relevance | path

Searched refs:DC_DISPLAYS (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/imx/dc/
A Ddc-drv.h28 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];
A Ddc-pe.h71 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];
A Ddc-kms.c111 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()
A Ddc-de.h14 #define DC_DISPLAYS 2 macro
A Ddc-de.c115 for (i = 0; i < DC_DISPLAYS; i++) { in dc_de_post_bind()
A Ddc-pe.c59 for (i = 0; i < DC_DISPLAYS; i++) { in dc_pe_post_bind()

Completed in 8 milliseconds