]> Git Repo - linux.git/commit
drm/i915/cnl: Add registers related to voltage swing sequences.
authorRodrigo Vivi <[email protected]>
Fri, 9 Jun 2017 22:26:06 +0000 (15:26 -0700)
committerRodrigo Vivi <[email protected]>
Mon, 12 Jun 2017 16:43:29 +0000 (09:43 -0700)
commit04416108ccea55f7536abeb9f81f1879922774eb
tree23aa7fd67ee2d737ab9e167645e0be9003196228
parent4557c6072724fbb8e339b589e1897b20973b3b69
drm/i915/cnl: Add registers related to voltage swing sequences.

This are the registers and bits needed for the voltage swing
sequence on Cannonlake.

v2: Remove CL_DW5 that was wrongly defined.
v3: Use (1 << 1) instead of (1<<1) as Paulo suggested
    Change DW2 swing sel upper and lower macros to do the
    bit selection instead of definint a table that doesn't
    match the spec. It is based on a Manasi version of it.
Credits-to: Manasi.
v4: Let SCALING_MODE_SEL flexible. (Manasi)

Cc: Paulo Zanoni <[email protected]>
Cc: Manasi Navare <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
Reviewed-by: Manasi Navare <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_reg.h
This page took 0.052694 seconds and 4 git commands to generate.