[PATCH 11/16] drm/fb-helper: fixup up set_config semantics

2013-02-11 Thread Rob Clark
On Thu, Jan 24, 2013 at 10:20 AM, Daniel Vetter wrote: > While doing the modeset rework for drm/i915 I've noticed that the fb > helper is very liberal with the semantics of the ->set_config > interface: > - It doesn't bother clearing stale modes (e.g. when unpluggint a s/unpluggint/unplugging/

Re: [PATCH 11/16] drm/fb-helper: fixup up set_config semantics

2013-02-11 Thread Rob Clark
On Thu, Jan 24, 2013 at 10:20 AM, Daniel Vetter wrote: > While doing the modeset rework for drm/i915 I've noticed that the fb > helper is very liberal with the semantics of the ->set_config > interface: > - It doesn't bother clearing stale modes (e.g. when unpluggint a s/unpluggint/unplugging/ >

[PATCH 11/16] drm/fb-helper: fixup up set_config semantics

2013-01-24 Thread Daniel Vetter
While doing the modeset rework for drm/i915 I've noticed that the fb helper is very liberal with the semantics of the ->set_config interface: - It doesn't bother clearing stale modes (e.g. when unpluggint a screen). - It unconditionally sets and the fb, even if no mode will be set on a given cr

[PATCH 11/16] drm/fb-helper: fixup up set_config semantics

2013-01-24 Thread Daniel Vetter
While doing the modeset rework for drm/i915 I've noticed that the fb helper is very liberal with the semantics of the ->set_config interface: - It doesn't bother clearing stale modes (e.g. when unpluggint a screen). - It unconditionally sets and the fb, even if no mode will be set on a given cr