diff options
| author | Ander Conselvan de Oliveira <[email protected]> | 2015-04-10 10:59:10 +0300 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2015-04-13 11:23:25 +0200 |
| commit | 9bdbd0b911086d03a27e1fe9531b41f5411ccfac (patch) | |
| tree | 795287ca6336bec619d704984771e137b70521c8 /tools/perf/scripts/python | |
| parent | a6631bc8d60d4c3159bc3dd0897664096f9e9ccd (diff) | |
drm/i915: Allocate connector state together with the connectors
Connector states were being allocated in intel_setup_outputs() in loop
over all connectors. That meant hot-added connectors would have a NULL
state. Since the change to use a struct drm_atomic_state for the legacy
modeset, connector states are necessary for the i915 driver to function
properly, so that would lead to oopses.
v2: Fix test for intel_connector_init() success in lvds and sdvo (PRTS)
Signed-off-by: Ander Conselvan de Oliveira <[email protected]>
Reported-and-tested-by: Nicolas Kalkhof <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions