aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/via/chip.h
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-03-22 16:33:20 -0400
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-03-23 09:04:35 -0400
commitc91faa61697a60ee5cc653db9b6fd3c7049890a6 (patch)
tree77c42ff713288a401dde693049a3dd19fb5f9728 /drivers/video/via/chip.h
parent0523656eed6941a1a0e6b8de36ca73f44d2142c0 (diff)
viafb: remove unused max_hres/vres
This patch removes the max_hres and max_vres which are not used at the moment. In general they could be useful but it would be better to get them via any standard EDID implementation and not the buggy incomplete one currently used which is also removed as far as possible. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/chip.h')
-rw-r--r--drivers/video/via/chip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/via/chip.h b/drivers/video/via/chip.h
index 1aa0fb3c343..3ebf20c06ee 100644
--- a/drivers/video/via/chip.h
+++ b/drivers/video/via/chip.h
@@ -142,8 +142,6 @@ struct tmds_setting_information {
142 int h_active; 142 int h_active;
143 int v_active; 143 int v_active;
144 int max_pixel_clock; 144 int max_pixel_clock;
145 int max_hres;
146 int max_vres;
147}; 145};
148 146
149struct lvds_setting_information { 147struct lvds_setting_information {