Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/ingenic/
Dingenic-drm-drv.c67 struct ingenic_drm { struct
68 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