Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_crtc.c17 struct mdp4_crtc { struct
18 struct drm_crtc base;
19 char name[8];
20 int ovlp;
21 enum mdp4_dma dma;
22 bool enabled;
25 int mixer;
27 struct {
60 #define to_mdp4_crtc(x) container_of(x, struct mdp4_crtc, base) argument
70 struct mdp4_crtc *mdp4_crtc = to_mdp4_crtc(crtc); in request_pending() local
[all …]