projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6e252b
)
drm/edid: Remove a misleading comment
author
Adam Jackson
<
[email protected]
>
Fri, 13 Apr 2012 20:33:32 +0000
(16:33 -0400)
committer
Dave Airlie
<
[email protected]
>
Fri, 20 Apr 2012 11:57:09 +0000
(12:57 +0100)
mode_in_range() handles what this was warning about.
Signed-off-by: Adam Jackson <
[email protected]
>
Tested-by: Takashi Iwai <
[email protected]
>
Reviewed-by: Rodrigo Vivi <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
drivers/gpu/drm/drm_edid.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/drm_edid.c
b/drivers/gpu/drm/drm_edid.c
index ec0464c91847f650ec05bb798b81a6253e5fc688..043fa5a2412c6fb053323474b60020ecb6fc0183 100644
(file)
--- a/
drivers/gpu/drm/drm_edid.c
+++ b/
drivers/gpu/drm/drm_edid.c
@@
-1016,10
+1016,6
@@
mode_in_range(const struct drm_display_mode *mode, struct edid *edid,
return true;
}
-/*
- * XXX If drm_dmt_modes ever regrows the CVT-R modes (and it will) this will
- * need to account for them.
- */
static int
drm_gtf_modes_for_range(struct drm_connector *connector, struct edid *edid,
struct detailed_timing *timing)