• D
    drm/modes: do not enforce an odd vtotal for interlaced modes · 8bf42225
    Daniel Vetter 提交于
    CEA actually specifies an interlaced mode with even vtotal and
    supplies a diagram showing how this is supposed to work.
    
    Note that interlaced modes with an even vtotal seem to be a fairly
    recent invention. All modelines lore I could dig up with googling says
    that vtotal for interlaced modes _needs_ to be odd. But the even
    modelines in CEA are not a spec-bug, there's a figure in CEA-861-E
    called "Figure 5 Special Interlaced Video Format Timing (Even Vtotal)"
    that explains how it's supposed to work. Furthermore intel Bspec
    explicitly mentions that both odd and even interlaced vtotal are
    supported (VTOTAL register in the south display engine of PCH split
    chips).
    Acked-by: NAdam Jackson <ajax@redhat.com>
    Signed-Off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
    Signed-off-by: NDave Airlie <airlied@redhat.com>
    8bf42225
drm_modes.c 33.3 KB