diff options
Diffstat (limited to 'drivers/gpu/drm/lima/lima_device.h')
-rw-r--r-- | drivers/gpu/drm/lima/lima_device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/lima/lima_device.h b/drivers/gpu/drm/lima/lima_device.h index f17173f47f26..06fd9636dd72 100644 --- a/drivers/gpu/drm/lima/lima_device.h +++ b/drivers/gpu/drm/lima/lima_device.h @@ -11,6 +11,7 @@ #include "lima_sched.h" #include "lima_dump.h" +#include "lima_devfreq.h" enum lima_gpu_id { lima_gpu_mali400 = 0, @@ -98,6 +99,8 @@ struct lima_device { u32 *dlbu_cpu; dma_addr_t dlbu_dma; + struct lima_devfreq devfreq; + /* debug info */ struct lima_dump_head dump; struct list_head error_task_list; |