mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 12:20:14 +01:00
In the future we'll have more than just connector properties, so create a dump_prop function that can handle any property (instead of the current dump_props function that only handles connector properties). Also, make this function print a lot more information about the existing properties. Also change the printed indentation of the modes to make the output more readable. The previous function dump_props also segfaulted when we didn't have enought permissions. The new function does not segfault in this case (by checking for the return value of drmModeGetProperty). Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> |
||
|---|---|---|
| .. | ||
| kmstest | ||
| modeprint | ||
| modetest | ||
| radeon | ||
| ttmtest | ||
| vbltest | ||
| auth.c | ||
| dristat.c | ||
| drmstat.c | ||
| drmtest.c | ||
| drmtest.h | ||
| gem_basic.c | ||
| gem_flink.c | ||
| gem_mmap.c | ||
| gem_readwrite.c | ||
| getclient.c | ||
| getstats.c | ||
| getversion.c | ||
| lock.c | ||
| Makefile.am | ||
| name_from_fd.c | ||
| openclose.c | ||
| setversion.c | ||
| updatedraw.c | ||