aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_panel.c
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2013-09-25 19:55:26 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-10-11 23:41:55 +0200
commit391f75e2bf13f105d9e4a120736ccdd8e3bc638b (patch)
tree6ffaec31b1004d07d7a0438af692840664a7a6ea /drivers/gpu/drm/i915/intel_panel.c
parent0632fef669912a63c99c8ce4c2ca10c6ea04f0df (diff)
drm/i915: Fix pre-CTG vblank counter
The old style frame counter increments at the start of active video. However for i915_get_vblank_counter() we want a counter that increments at the start of vblank. Fortunately the low frame counter register also contains the pixel counter for the current frame. We can can compare that against the vblank start pixel count to determine if we need to increment the frame counter by 1 to get the correct answer. Also reorganize the function pointer assignments in intel_irq_init() a bit to avoid confusing people. Cc: Mario Kleiner <mario.kleiner@tuebingen.mpg.de> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Mario Kleiner <mario.kleiner@tuebingen.mpg.de> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_panel.c')
0 files changed, 0 insertions, 0 deletions