drm/etnaviv: add support for slave interface clock

The slave interface clock is a clock input found on newer cores to gate
the register interface. For now we simply ungate it when the GPU is in
active state.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
This commit is contained in:
Lucas Stach
2018-01-19 15:05:40 +01:00
父節點 4df3000ebc
當前提交 65f037e8e9
共有 2 個文件被更改,包括 14 次插入0 次删除

查看文件

@@ -147,6 +147,7 @@ struct etnaviv_gpu {
/* Power Control: */
struct clk *clk_bus;
struct clk *clk_reg;
struct clk *clk_core;
struct clk *clk_shader;