Searched defs:ingenic_drm (Results 1 – 1 of 1) sorted by relevance
67 struct ingenic_drm { struct68 struct drm_device drm;74 struct drm_plane f0, f1, *ipu_plane;75 struct drm_crtc crtc;77 struct device *dev;78 struct regmap *map;79 struct clk *lcd_clk, *pix_clk;80 const struct jz_soc_info *soc_info;104 static bool ingenic_drm_writeable_reg(struct device *dev, unsigned int reg) in ingenic_drm_writeable_reg() argument