diff options
Diffstat (limited to 'drivers/gpu/drm/msm/adreno/adreno_gpu.h')
-rw-r--r-- | drivers/gpu/drm/msm/adreno/adreno_gpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/drm/msm/adreno/adreno_gpu.h b/drivers/gpu/drm/msm/adreno/adreno_gpu.h index e8d55b0306ed..42e444a67630 100644 --- a/drivers/gpu/drm/msm/adreno/adreno_gpu.h +++ b/drivers/gpu/drm/msm/adreno/adreno_gpu.h | |||
@@ -75,6 +75,7 @@ struct adreno_info { | |||
75 | const char *pm4fw, *pfpfw; | 75 | const char *pm4fw, *pfpfw; |
76 | const char *gpmufw; | 76 | const char *gpmufw; |
77 | uint32_t gmem; | 77 | uint32_t gmem; |
78 | enum adreno_quirks quirks; | ||
78 | struct msm_gpu *(*init)(struct drm_device *dev); | 79 | struct msm_gpu *(*init)(struct drm_device *dev); |
79 | }; | 80 | }; |
80 | 81 | ||
@@ -116,8 +117,6 @@ struct adreno_gpu { | |||
116 | * code (a3xx_gpu.c) and stored in this common location. | 117 | * code (a3xx_gpu.c) and stored in this common location. |
117 | */ | 118 | */ |
118 | const unsigned int *reg_offsets; | 119 | const unsigned int *reg_offsets; |
119 | |||
120 | uint32_t quirks; | ||
121 | }; | 120 | }; |
122 | #define to_adreno_gpu(x) container_of(x, struct adreno_gpu, base) | 121 | #define to_adreno_gpu(x) container_of(x, struct adreno_gpu, base) |
123 | 122 | ||
@@ -128,7 +127,6 @@ struct adreno_platform_config { | |||
128 | #ifdef DOWNSTREAM_CONFIG_MSM_BUS_SCALING | 127 | #ifdef DOWNSTREAM_CONFIG_MSM_BUS_SCALING |
129 | struct msm_bus_scale_pdata *bus_scale_table; | 128 | struct msm_bus_scale_pdata *bus_scale_table; |
130 | #endif | 129 | #endif |
131 | uint32_t quirks; | ||
132 | }; | 130 | }; |
133 | 131 | ||
134 | #define ADRENO_IDLE_TIMEOUT msecs_to_jiffies(1000) | 132 | #define ADRENO_IDLE_TIMEOUT msecs_to_jiffies(1000) |