On Thu, Mar 19, 2015 at 04:33:16AM +, Daniel Stone wrote:
> Holding a pointer to the mode, rather than an embed, allows us to get
> towards sharing refcounted modes.
>
> XXX: atomic_destroy_state does _not_ seem to be optional - so we should
> remove any fallback paths which compensate fo
Holding a pointer to the mode, rather than an embed, allows us to get
towards sharing refcounted modes.
XXX: atomic_destroy_state does _not_ seem to be optional - so we should
remove any fallback paths which compensate for its lack!
the crtc_state->mode handling is particularly ugly here