]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915/bxt, glk: Give a proper name to the power well struct phy field
authorImre Deak <imre.deak@intel.com>
Thu, 6 Jul 2017 14:40:29 +0000 (17:40 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 27 Jul 2017 07:38:51 +0000 (09:38 +0200)
commitb5565a2efc12e2cc04081a6de79ff537a530d64d
tree619d9e6e898bfa135cc578644235e839e0e66d47
parent21792c6046f32113c9a6c3a0ab2177afe4f5fbe3
drm/i915/bxt, glk: Give a proper name to the power well struct phy field

Follow-up patches will add new fields to the i915_power_well struct that
are specific to the hsw_power_well_ops helpers. Prepare for this by
changing the generic 'data' field to a union of platform specific
structs.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1499352040-8819-8-git-send-email-imre.deak@intel.com
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_runtime_pm.c