Commit fbcc06b6 authored by Adam Jackson's avatar Adam Jackson Committed by Dave Airlie

drm/edid: Remove some misleading comments

Signed-off-by: default avatarAdam Jackson <ajax@redhat.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 61e57a8d
...@@ -33,11 +33,6 @@ ...@@ -33,11 +33,6 @@
#include "drmP.h" #include "drmP.h"
#include "drm_edid.h" #include "drm_edid.h"
/*
* TODO:
* - support EDID 1.4 (incl. CE blocks)
*/
/* /*
* EDID blocks out in the wild have a variety of bugs, try to collect * EDID blocks out in the wild have a variety of bugs, try to collect
* them here (note that userspace may work around broken monitors first, * them here (note that userspace may work around broken monitors first,
...@@ -694,9 +689,6 @@ bad_std_timing(u8 a, u8 b) ...@@ -694,9 +689,6 @@ bad_std_timing(u8 a, u8 b)
* *
* Take the standard timing params (in this case width, aspect, and refresh) * Take the standard timing params (in this case width, aspect, and refresh)
* and convert them into a real mode using CVT/GTF/DMT. * and convert them into a real mode using CVT/GTF/DMT.
*
* Punts for now, but should eventually use the FB layer's CVT based mode
* generation code.
*/ */
struct drm_display_mode *drm_mode_std(struct drm_device *dev, struct drm_display_mode *drm_mode_std(struct drm_device *dev,
struct std_timing *t, struct std_timing *t,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment