mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 09:30:19 +01:00
Forgot to fix the modeprint test.
This commit is contained in:
parent
5de978905a
commit
94cf07bff1
1 changed files with 0 additions and 4 deletions
|
|
@ -176,10 +176,6 @@ int printCrtc(int fd, drmModeResPtr res, drmModeCrtcPtr crtc, uint32_t id)
|
|||
printf("\theight : %i\n", crtc->height);
|
||||
printf("\tmode : %p\n", &crtc->mode);
|
||||
printf("\tgamma size : %d\n", crtc->gamma_size);
|
||||
printf("\tnum connectors : %i\n", crtc->count_connectors);
|
||||
printf("\tconnectors : %i\n", crtc->connectors);
|
||||
printf("\tnum possible : %i\n", crtc->count_possibles);
|
||||
printf("\tpossibles : %i\n", crtc->possibles);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue