forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Description
Forking new issue from #3933 (comment) discussion:
The i915 power management is a bit misleading in the power is turned on/off in multiple places. It's unconditionally turned on/off in hda_codev_i915_init/exit and conditionally everyone else. that's fine, but @ujfalusi has a point that this is a no-op in hda.c
if (!HDA_IDISP_CODEC(bus->codec_mask))
hda_codec_i915_display_power(sdev, false);this code was added by @kv2019i in 0c75419, but our very own @kv2019i added an additional filter in 816938b which now makes the initial code a no-op.
One of the two changes is correct, which one @kv2019i ?
Metadata
Metadata
Assignees
Labels
No labels