Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
int | drm_name_info (struct seq_file *m, void *data) |
int | drm_vm_info (struct seq_file *m, void *data) |
int | drm_bufs_info (struct seq_file *m, void *data) |
int | drm_vblank_info (struct seq_file *m, void *data) |
int | drm_clients_info (struct seq_file *m, void *data) |
int | drm_gem_name_info (struct seq_file *m, void *data) |
DRM info file implementations
Definition in file drm_info.c.
Called when "/proc/dri/.../bufs" is read.
Definition at line 115 of file drm_info.c.
Called when "/proc/dri/.../clients" is read.
Definition at line 182 of file drm_info.c.
Definition at line 215 of file drm_info.c.
Called when "/proc/dri/.../name" is read.
Prints the device name together with the bus id if available.
Definition at line 44 of file drm_info.c.
Called when "/proc/dri/.../vblank" is read.
Definition at line 157 of file drm_info.c.