Home
last modified time | relevance | path

Searched refs:mdp4_dma (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4.xml.h88 enum mdp4_dma { enum
446 static inline uint32_t __offset_DMA(enum mdp4_dma idx) in __offset_DMA()
455 static inline uint32_t REG_MDP4_DMA(enum mdp4_dma i0) { return 0x00000000 + __offset_DMA(i0); } in REG_MDP4_DMA()
457 static inline uint32_t REG_MDP4_DMA_CONFIG(enum mdp4_dma i0) { return 0x00000000 + __offset_DMA(i0)… in REG_MDP4_DMA_CONFIG()
486 static inline uint32_t REG_MDP4_DMA_SRC_SIZE(enum mdp4_dma i0) { return 0x00000004 + __offset_DMA(i… in REG_MDP4_DMA_SRC_SIZE()
500 static inline uint32_t REG_MDP4_DMA_SRC_BASE(enum mdp4_dma i0) { return 0x00000008 + __offset_DMA(i… in REG_MDP4_DMA_SRC_BASE()
502 static inline uint32_t REG_MDP4_DMA_SRC_STRIDE(enum mdp4_dma i0) { return 0x0000000c + __offset_DMA… in REG_MDP4_DMA_SRC_STRIDE()
504 static inline uint32_t REG_MDP4_DMA_DST_SIZE(enum mdp4_dma i0) { return 0x00000010 + __offset_DMA(i… in REG_MDP4_DMA_DST_SIZE()
518 static inline uint32_t REG_MDP4_DMA_CURSOR_SIZE(enum mdp4_dma i0) { return 0x00000044 + __offset_DM… in REG_MDP4_DMA_CURSOR_SIZE()
532 static inline uint32_t REG_MDP4_DMA_CURSOR_BASE(enum mdp4_dma i0) { return 0x00000048 + __offset_DM… in REG_MDP4_DMA_CURSOR_BASE()
[all …]
Dmdp4_kms.h93 static inline uint32_t dma2irq(enum mdp4_dma dma) in dma2irq()
103 static inline uint32_t dma2err(enum mdp4_dma dma) in dma2err()
211 enum mdp4_dma dma_id);
Dmdp4_crtc.c30 enum mdp4_dma dma;
243 enum mdp4_dma dma = mdp4_crtc->dma; in mdp4_crtc_mode_set_nofb()
374 enum mdp4_dma dma = mdp4_crtc->dma; in update_cursor()
610 enum mdp4_dma dma_id) in mdp4_crtc_init()