OSDN Git Service

drm/i915/display/tc: Rename safe_mode functions ownership
authorJosé Roberto de Souza <jose.souza@intel.com>
Fri, 14 May 2021 15:37:01 +0000 (08:37 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Sat, 15 May 2021 02:47:38 +0000 (19:47 -0700)
commitf53979d68a7725848b5c4307fb7de2d232b0768e
tree21bb00dc4da49e71070278f9a7fb9c4bd11f0410
parent626426ff9ce42fb1446debad544407eae5aa7215
drm/i915/display/tc: Rename safe_mode functions ownership

When DP_PHY_MODE_STATUS_NOT_SAFE is set, it means that display
has the control over the TC phy.
The "not safe" naming is confusing using ownership make it easier
to read also future platforms will have a new register that does the
same job as DP_PHY_MODE_STATUS_NOT_SAFE but with the onwership name.

BSpec: 49294
Cc: Imre Deak <imre.deak@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Clinton Taylor <Clinton.A.Taylor@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210514153711.2359617-10-matthew.d.roper@intel.com
drivers/gpu/drm/i915/display/intel_tc.c