|
On 2017年02月15日 04:32, Daniel Stone
wrote:
Hi John, On 14 February 2017 at 19:25, John Stultz <[email protected]> wrote: John, I have same requirement, also want to valid mode with crtc, here is my patch[0], use encoder->possible_crtcs to limit the crtc valid, may be can solved the low-res and high-res problem. [0]: https://patchwork.kernel.org/patch/9555945 /* * ensure all drm display mode can work, if someone want support more * resolutions, please limit the possible_crtc, only connect to * needed crtc. */ drm_for_each_crtc(crtc, connector->dev) { [...] if (!(encoder->possible_crtcs & drm_crtc_mask(crtc))) Cheers, Daniel _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel -- Mark Yao |
_______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
