Lines Matching +full:dsi +full:- +full:controller
4 display controller blocks at play:
5 + MDP3 - ?? seems to be what is on geeksphone peak device
6 + MDP4 - S3 (APQ8060, touchpad), S4-pro (APQ8064, nexus4 & ifc6410)
7 + MDP5 - snapdragon 800
9 (I don't have a completely clear picture on which display controller
12 Plus a handful of blocks around them for HDMI/DSI/etc output.
18 But, HDMI/DSI/etc blocks seem like they can be shared across multiple
19 display controller blocks. And I for sure don't want to have to deal
20 with N different kms devices from xf86-video-freedreno. Plus, it
26 'struct msm_kms' implementations, depending on display controller.
27 And one or more 'struct msm_gpu' for the various different gpu sub-
38 plane -> PIPE{RGBn,VGn} \
39 crtc -> OVLP{n} + DMA{P,S,E} (??) |-> MDP "device"
40 encoder -> DTV/LCDC/DSI (within MDP4) /
41 connector -> HDMI/DSI/etc --> other device(s)
47 the display controller is the "master" device.
51 plane -> PIPE{RGBn,VIGn} \
52 crtc -> LM (layer mixer) |-> MDP "device"
53 encoder -> INTF /
54 connector -> HDMI/DSI/eDP/etc --> other device(s)
57 than needing a different implementation for DTV, DSI, etc. (Ie. the
60 Also unlike MDP4, with MDP5 all the IRQs for other blocks (HDMI, DSI,
70 (ie. like DT super-node.. but I don't have any snapdragon hw yet that
82 (the mdp4/hdmi/dsi directories)