]> git.baikalelectronics.ru Git - kernel.git/commit
drm/edid: Do drm_dmt_modes_for_range() for all range descriptor types
authorAdam Jackson <ajax@redhat.com>
Fri, 13 Apr 2012 20:33:36 +0000 (16:33 -0400)
committerDave Airlie <airlied@redhat.com>
Fri, 20 Apr 2012 11:57:32 +0000 (12:57 +0100)
commitac256fef236b91b0f05e24cba9e92b2246cae875
treef8fb66b423e84bc89c0cf71c7e9d862ca454b8d6
parent6877af1ac5d2af786ab489ec64dc37c2a4d1aa4e
drm/edid: Do drm_dmt_modes_for_range() for all range descriptor types

EDID 1.4 retcons the meaning of the "GTF feature" bit to mean "is
continuous frequency", and moves the set of supported timing formulas
into the range descriptor itself.  In any event, the range descriptor
can act as a filter on the DMT list without regard to a specific timing
formula.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Tested-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_edid.c