diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-05-22 23:30:48 +0000 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-08-05 12:46:51 +0000 |
commit | f18e3e0ce0dacca497e3f1547095b3f9b111b0f7 (patch) | |
tree | ed3a34329b2f16e428a3c6f82d35527f7e0e0f8e /drivers/video/via/lcd.h | |
parent | d60defb7b2c05b5c4b187171c09b714b0a00efe9 (diff) | |
download | blackbird-obmc-linux-f18e3e0ce0dacca497e3f1547095b3f9b111b0f7.tar.gz blackbird-obmc-linux-f18e3e0ce0dacca497e3f1547095b3f9b111b0f7.zip |
viafb: kill viafb_load_crtc_timing
This patch replaces calls to viafb_load_crtc_timing with the code.
This should make it easier to fix the oddity that in the modetable
the blank and sync end entries contain the length and we need to add
the start values to get those to be written to the hardware.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/lcd.h')
-rw-r--r-- | drivers/video/via/lcd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/via/lcd.h b/drivers/video/via/lcd.h index 75f60a655b0e..3b9e5397aa69 100644 --- a/drivers/video/via/lcd.h +++ b/drivers/video/via/lcd.h @@ -85,7 +85,5 @@ void viafb_init_lvds_output_interface(struct lvds_chip_information struct lvds_setting_information *plvds_setting_info); bool viafb_lcd_get_mobile_state(bool *mobile); -void viafb_load_crtc_timing(struct display_timing device_timing, - int set_iga); #endif /* __LCD_H__ */ |