Home
last modified time | relevance | path

Searched hist:d3983ee85325d2be730830ebcf82585ee7cd2ecb (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dvideo_font_data.hd3983ee85325d2be730830ebcf82585ee7cd2ecb Fri Oct 21 09:04:21 UTC 2011 Che-Liang Chiou <clchiou@chromium.org> font: split font data from video_font.h

While video_font.h is useful even without referencing the font data, it
is not possible to be included multiple times because it defines font
data array right in the header.

This patch splits the font data array into video_font_data.h and so now
video_font.h can be included multiple times. This at least solves the
code duplication in board/mcc200/lcd.c.

Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
H A Dvideo_font.hd3983ee85325d2be730830ebcf82585ee7cd2ecb Fri Oct 21 09:04:21 UTC 2011 Che-Liang Chiou <clchiou@chromium.org> font: split font data from video_font.h

While video_font.h is useful even without referencing the font data, it
is not possible to be included multiple times because it defines font
data array right in the header.

This patch splits the font data array into video_font_data.h and so now
video_font.h can be included multiple times. This at least solves the
code duplication in board/mcc200/lcd.c.

Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.cd3983ee85325d2be730830ebcf82585ee7cd2ecb Fri Oct 21 09:04:21 UTC 2011 Che-Liang Chiou <clchiou@chromium.org> font: split font data from video_font.h

While video_font.h is useful even without referencing the font data, it
is not possible to be included multiple times because it defines font
data array right in the header.

This patch splits the font data array into video_font_data.h and so now
video_font.h can be included multiple times. This at least solves the
code duplication in board/mcc200/lcd.c.

Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
/rk3399_rockchip-uboot/common/
H A Dlcd.cd3983ee85325d2be730830ebcf82585ee7cd2ecb Fri Oct 21 09:04:21 UTC 2011 Che-Liang Chiou <clchiou@chromium.org> font: split font data from video_font.h

While video_font.h is useful even without referencing the font data, it
is not possible to be included multiple times because it defines font
data array right in the header.

This patch splits the font data array into video_font_data.h and so now
video_font.h can be included multiple times. This at least solves the
code duplication in board/mcc200/lcd.c.

Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>