* [igt-dev] [QUERY] equivalent of kmstest_unset_all_crtcs() without drm_res. igt_output
@ 2020-04-16 15:06 Anshuman Gupta
0 siblings, 0 replies; only message in thread
From: Anshuman Gupta @ 2020-04-16 15:06 UTC (permalink / raw)
To: igt-dev
Need some input on igt development,
kmstest_unset_all_crtcs() requires drm_res but if we already have igt_display_t display resource,
then we shouldn't be requiring drm_res.
drmModeSetCrtc(drm_fd, resources->crtcs[i], 0, 0, 0, NULL,0, NULL);
Is it correct to replicate disbaling crtc instead above drmModeSetCrtc call with below two statements.
igt_output_set_pipe(data->output, PIPE_NONE);
igt_display_commit(&data->display);
Thanks,
Anshuman Gupta.
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-04-16 15:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-16 15:06 [igt-dev] [QUERY] equivalent of kmstest_unset_all_crtcs() without drm_res. igt_output Anshuman Gupta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox