drm/i915: s/i9xx_/gm45_ for the gm45 write_infoframe function
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 May 2012 13:19:06 +0000 (15:19 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 May 2012 13:37:14 +0000 (15:37 +0200)
commita3da1df7bd1697ff661f7fd310a893815fa52391
tree7f73881760f37d4c0abaf4c9389352fa50ffbcf3
parent4b24c9331a761d237b8e071941759b80cc580802
drm/i915: s/i9xx_/gm45_ for the gm45 write_infoframe function

Generally we call stuff with i9xx_ when it's valid for gen3+. But
gen3 and early gen4 only support hdmi with sdvo cards, and writing
infoframes works completely different there.

v2: Use g4x instead of gm45 - it applies to the desktop variant, too.

v3: Properly align the paramters of g4x_write_infoframe again, noticed
by Paulo Zanoni.

Acked-by: Paulo Zanoni <przanoni@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_hdmi.c