]> 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)
commit13ed6e3c5818a1114a4b62c42f03a96ea6c90f5d
tree8684ce1cb52502324241612051f5f77d0edc94c9
parenta860d0687b48499ec8b36952000140a3a2eb19d1
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