drm/i915: replace intel_infoframe_freq with VIDEO_DIP_FREQ_VSYNC
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 May 2012 12:41:00 +0000 (14:41 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 May 2012 13:32:33 +0000 (15:32 +0200)
commit4b24c9331a761d237b8e071941759b80cc580802
tree8684ce1cb52502324241612051f5f77d0edc94c9
parentacb87dfb4b847de1de1134e3e767e9a773d6454e
drm/i915: replace intel_infoframe_freq with VIDEO_DIP_FREQ_VSYNC

Simplifies things because for all the infoframes we care about,
we always send them on each vblank. Also, this gets rid of one
of the hw specific functions mislabelled with the intel_ prefix -
hsw will completely change how this works!

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