]> Git Repo - linux.git/commit
drm/i915/cnl: DDI - PLL mapping
authorRodrigo Vivi <[email protected]>
Fri, 9 Jun 2017 22:26:02 +0000 (15:26 -0700)
committerRodrigo Vivi <[email protected]>
Mon, 12 Jun 2017 16:41:42 +0000 (09:41 -0700)
commit555e38d2731720a8eacc0463a26bdd74315d2d63
tree3f502a536b97c6f561525a884f808003a57c1534
parentd1999e9ef84f2c2d012d8acec2b68d937bcfd6c4
drm/i915/cnl: DDI - PLL mapping

One of the steps for PLL (un)initialization is to (un)map
the correspondent DDI that is actually using that PLL.

So, let's do this step following the places already stablished
and used so far, although spec put this as part of PLL
initialization sequences.

v2: Use proper prefix on bits names as suggested by Ander.
v3: Add missed "~". Without that the logic was inverted
    so we were disabling interrupts.
Credits-to: Clinton
Credits-to: Art
v4: Spec is getting updated to do DDI -> PLL mapping
    and clock on in 2 separated reg writes. (Paulo)
    Also update bits definitions to use space
    (1 << 1) instead of (1<<1). (Paulo)

Cc: Paulo Zanoni <[email protected]>
Cc: Art Runyan <[email protected]>
Cc: Clint Taylor <[email protected]>
Cc: Ville Syrjälä <[email protected]>
Cc: Kahola, Mika <[email protected]>
Cc: Ander Conselvan De Oliveira <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
Reviewed-by: Kahola, Mika <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_ddi.c
This page took 0.057115 seconds and 4 git commands to generate.