Commit e96e33ee authored by Dave Airlie's avatar Dave Airlie Committed by Dave Airlie

drm: fixup drm_proc.c struct table

Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent 61d04160
...@@ -61,16 +61,14 @@ static struct drm_proc_list { ...@@ -61,16 +61,14 @@ static struct drm_proc_list {
const char *name; /**< file name */ const char *name; /**< file name */
int (*f) (char *, char **, off_t, int, int *, void *); /**< proc callback*/ int (*f) (char *, char **, off_t, int, int *, void *); /**< proc callback*/
} drm_proc_list[] = { } drm_proc_list[] = {
{ {"name", drm_name_info},
"name", drm_name_info}, { {"mem", drm_mem_info},
"mem", drm_mem_info}, { {"vm", drm_vm_info},
"vm", drm_vm_info}, { {"clients", drm_clients_info},
"clients", drm_clients_info}, { {"queues", drm_queues_info},
"queues", drm_queues_info}, { {"bufs", drm_bufs_info},
"bufs", drm_bufs_info},
#if DRM_DEBUG_CODE #if DRM_DEBUG_CODE
{ {"vma", drm_vma_info},
"vma", drm_vma_info},
#endif #endif
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment