search for: drm_connector_register_all

Displaying 6 results from an estimated 6 matches for "drm_connector_register_all".

2016 Aug 04
0
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...do we do with this? It fixes a problem upstream. There's no > > Fixes: to identify the bad commit. Any idea on that? It's either this or > > we dig out the bad commit (Chris probably knows which one?) and revert. > > The real trouble is the drm_for_each_connector in > drm_connector_register_all(). This introduced the new depency. The proper > fix imo is to fix up the connector_list locking, but for 4.8 we could do > the same hack+comment like we do in unregister_all. It's not the only > place that's broken anyway, and much less invasive than this here. You still have the...
2016 Aug 04
0
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...ixes a problem upstream. There's no > > > Fixes: to identify the bad commit. Any idea on that? It's either this or > > > we dig out the bad commit (Chris probably knows which one?) and revert. > > > > The real trouble is the drm_for_each_connector in > > drm_connector_register_all(). This introduced the new depency. The proper > > fix imo is to fix up the connector_list locking, but for 4.8 we could do > > the same hack+comment like we do in unregister_all. It's not the only > > place that's broken anyway, and much less invasive than this here. >...
2016 Aug 04
1
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...work. > > So what do we do with this? It fixes a problem upstream. There's no > Fixes: to identify the bad commit. Any idea on that? It's either this or > we dig out the bad commit (Chris probably knows which one?) and revert. The real trouble is the drm_for_each_connector in drm_connector_register_all(). This introduced the new depency. The proper fix imo is to fix up the connector_list locking, but for 4.8 we could do the same hack+comment like we do in unregister_all. It's not the only place that's broken anyway, and much less invasive than this here. If someone confirms I'll bake...
2016 Aug 04
2
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...e>] intel_connector_register+0xe/0x10 [i915] >> [ 18.983932] [<ffffffffa0112bfb>] intel_dp_connector_register+0x1b/0x80 [i915] >> [ 18.983936] [<ffffffff8159dfea>] drm_connector_register+0x4a/0x80 >> [ 18.983938] [<ffffffff8159fe44>] drm_connector_register_all+0x64/0xf0 >> [ 18.983940] [<ffffffff815a2a64>] drm_modeset_register_all+0x174/0x1c0 >> [ 18.983942] [<ffffffff81599b72>] drm_dev_register+0xc2/0xd0 >> [ 18.983976] [<ffffffffa00621d7>] i915_driver_load+0x1547/0x2200 [i915] >> [...
2016 Jun 30
6
[PATCH] backlight: Avoid double fbcon backlight handling
...[<ffffffffa00f46be>] intel_connector_register+0xe/0x10 [i915] [ 18.983932] [<ffffffffa0112bfb>] intel_dp_connector_register+0x1b/0x80 [i915] [ 18.983936] [<ffffffff8159dfea>] drm_connector_register+0x4a/0x80 [ 18.983938] [<ffffffff8159fe44>] drm_connector_register_all+0x64/0xf0 [ 18.983940] [<ffffffff815a2a64>] drm_modeset_register_all+0x174/0x1c0 [ 18.983942] [<ffffffff81599b72>] drm_dev_register+0xc2/0xd0 [ 18.983976] [<ffffffffa00621d7>] i915_driver_load+0x1547/0x2200 [i915] [ 18.984010] [<ffffffffa006d...
2016 Jul 12
0
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...fffffa00f46be>] intel_connector_register+0xe/0x10 [i915] > [ 18.983932] [<ffffffffa0112bfb>] intel_dp_connector_register+0x1b/0x80 [i915] > [ 18.983936] [<ffffffff8159dfea>] drm_connector_register+0x4a/0x80 > [ 18.983938] [<ffffffff8159fe44>] drm_connector_register_all+0x64/0xf0 > [ 18.983940] [<ffffffff815a2a64>] drm_modeset_register_all+0x174/0x1c0 > [ 18.983942] [<ffffffff81599b72>] drm_dev_register+0xc2/0xd0 > [ 18.983976] [<ffffffffa00621d7>] i915_driver_load+0x1547/0x2200 [i915] > [ 18.984010]...