diff options
author | Adam Jackson <ajax@redhat.com> | 2010-03-29 17:43:19 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-04-05 20:40:17 -0400 |
commit | fbcc06b6439024b967cf6927b95d303f4c3c1a4f (patch) | |
tree | f7a48238952ac626debe15ba2de239cdc4a67c17 /drivers/gpu/drm/drm_edid.c | |
parent | 61e57a8d72f2336faf39b5d940215cf085e01e6e (diff) |
drm/edid: Remove some misleading comments
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/drm_edid.c')
-rw-r--r-- | drivers/gpu/drm/drm_edid.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 5e60a6129641..30095d912d63 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/drm/drm_edid.c | |||
@@ -34,11 +34,6 @@ | |||
34 | #include "drm_edid.h" | 34 | #include "drm_edid.h" |
35 | 35 | ||
36 | /* | 36 | /* |
37 | * TODO: | ||
38 | * - support EDID 1.4 (incl. CE blocks) | ||
39 | */ | ||
40 | |||
41 | /* | ||
42 | * EDID blocks out in the wild have a variety of bugs, try to collect | 37 | * EDID blocks out in the wild have a variety of bugs, try to collect |
43 | * them here (note that userspace may work around broken monitors first, | 38 | * them here (note that userspace may work around broken monitors first, |
44 | * but fixes should make their way here so that the kernel "just works" | 39 | * but fixes should make their way here so that the kernel "just works" |
@@ -694,9 +689,6 @@ bad_std_timing(u8 a, u8 b) | |||
694 | * | 689 | * |
695 | * Take the standard timing params (in this case width, aspect, and refresh) | 690 | * Take the standard timing params (in this case width, aspect, and refresh) |
696 | * and convert them into a real mode using CVT/GTF/DMT. | 691 | * and convert them into a real mode using CVT/GTF/DMT. |
697 | * | ||
698 | * Punts for now, but should eventually use the FB layer's CVT based mode | ||
699 | * generation code. | ||
700 | */ | 692 | */ |
701 | struct drm_display_mode *drm_mode_std(struct drm_device *dev, | 693 | struct drm_display_mode *drm_mode_std(struct drm_device *dev, |
702 | struct std_timing *t, | 694 | struct std_timing *t, |