]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit26927092f10e19c763778b760be93a7deb606c3c
tree8684ce1cb52502324241612051f5f77d0edc94c9
parentd73e6e0b872946c870e11fc9782c9e39c8d0cf5f
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