search for: drm_encoder_register_all

Displaying 2 results from an estimated 2 matches for "drm_encoder_register_all".

2019 Aug 21
2
[PATCH v2] drm: Bump encoder limit from 32 to 64
...avoid breaking UAPI and keep things working sanely for hardware which still uses cloning, while still being able to bump up the encoder limit. This also fixes driver probing for nouveau on the ThinkPad P71. Changes since v1: * Move index+possible_clones check out of drm_encoder_init() and into drm_encoder_register_all(), since encoder->possible_clones can get changed any time before registration - Daniel Vetter * Update the commit message a bit to accurately reflect modern day usage of hardware cloning, which as Daniel Stone pointed out is apparently a thing Signed-off-by: Lyude Paul <lyude at redha...
2019 Aug 21
0
[PATCH v2] drm: Bump encoder limit from 32 to 64
...; working sanely for hardware which still uses cloning, while still being > able to bump up the encoder limit. > > This also fixes driver probing for nouveau on the ThinkPad P71. > > Changes since v1: > * Move index+possible_clones check out of drm_encoder_init() and into > drm_encoder_register_all(), since encoder->possible_clones can get > changed any time before registration - Daniel Vetter > * Update the commit message a bit to accurately reflect modern day usage > of hardware cloning, which as Daniel Stone pointed out is apparently a > thing > > Signed-off-by:...