Lines Matching defs:gsc_context
97 struct gsc_context { struct
98 struct exynos_drm_ipp ipp;
99 struct drm_device *drm_dev;
100 void *dma_priv;
101 struct device *dev;
102 struct exynos_drm_ipp_task *task;
103 struct exynos_drm_ipp_formats *formats;
104 unsigned int num_formats;
106 struct resource *regs_res;
107 void __iomem *regs;
108 const char **clk_names;
109 struct clk *clocks[GSC_MAX_CLOCKS];
110 int num_clocks;
111 struct gsc_scaler sc;
112 int id;
113 int irq;
114 bool rotation;