index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
lcd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-27
lcd: Fix compile warning in 64bit mode
Alexander Graf
1
-2
/
+2
2016-01-24
lcd: fix the color testpattern in 16bit mode
Andreas Neubacher
1
-1
/
+15
2016-01-20
dm: video: sandbox: Convert sandbox to use driver model for video
Simon Glass
1
-11
/
+0
2015-12-02
Revert "LCD: Add an option to skip registration as an stdio output"
Anatolij Gustschin
1
-13
/
+0
2015-11-19
LCD: Add an option to skip registration as an stdio output
Stephane Ayotte
1
-0
/
+13
2015-08-13
common/lcd_console: fix console/logo regression
Marcel Ziswiler
1
-2
/
+2
2015-06-10
lcd: Support colour lookup table on 16bpp display in BMP images
Simon Glass
1
-3
/
+20
2015-06-10
Remove typedefs from bmp_layout.h
Simon Glass
1
-5
/
+5
2015-04-20
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
1
-10
/
+8
2015-04-18
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
1
-0
/
+1
2015-04-18
common/lcd_console: introduce display/framebuffer rotation
Hannes Petermaier
1
-10
/
+8
2015-02-10
lcd: split splash code into its own function
Nikita Kiryanov
1
-30
/
+22
2015-02-10
lcd: dt: extract simplefb support
Nikita Kiryanov
1
-50
/
+0
2015-02-10
lcd: rename bitmap_plot to better represent its functionality
Nikita Kiryanov
1
-3
/
+3
2015-02-10
lcd: various cleanups
Nikita Kiryanov
1
-75
/
+15
2015-02-10
lcd: remove unused includes
Nikita Kiryanov
1
-18
/
+0
2015-02-10
lcd: introduce lcd_set_cmap
Nikita Kiryanov
1
-24
/
+22
2015-02-10
lcd: logo: move generic cmap setting to lcd_logo_set_cmap()
Nikita Kiryanov
1
-21
/
+7
2015-02-10
lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.c
Nikita Kiryanov
1
-9
/
+1
2015-02-10
lcd: atmel: introduce lcd_logo_set_cmap
Nikita Kiryanov
1
-21
/
+8
2015-02-10
lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.c
Nikita Kiryanov
1
-6
/
+5
2015-02-10
lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfb
Nikita Kiryanov
1
-10
/
+1
2015-02-10
lcd: split configuration_get_cmap
Nikita Kiryanov
1
-19
/
+0
2015-01-28
lcd: fix console address is not initialized
Bo Shen
1
-0
/
+1
2015-01-10
lcd: refactor lcd console stuff into its own file
Nikita Kiryanov
1
-229
/
+0
2015-01-10
lcd: make lcd_drawchars() independant of lcd_base
Nikita Kiryanov
1
-5
/
+2
2015-01-10
lcd: introduce getters for bg/fg color
Nikita Kiryanov
1
-9
/
+22
2015-01-10
lcd: get rid of COLOR_MASK
Nikita Kiryanov
1
-8
/
+6
2015-01-10
lcd: expand console api
Nikita Kiryanov
1
-9
/
+26
2015-01-10
lcd: replace CONSOLE_(ROWS|COLS) with variables
Nikita Kiryanov
1
-17
/
+18
2015-01-10
lcd: rename console_(row|col)
Nikita Kiryanov
1
-27
/
+27
2015-01-10
lcd: remove LCD_MONOCHROME
Nikita Kiryanov
1
-28
/
+2
2015-01-10
lcd: cleanup lcd_drawchars
Nikita Kiryanov
1
-13
/
+1
2015-01-10
lcd: remove CONFIG_SYS_INVERT_COLORS
Nikita Kiryanov
1
-8
/
+0
2014-12-08
ARM: rpi: rename rpi_b to rpi
Stephen Warren
1
-1
/
+1
2014-11-25
common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_node
Hans de Goede
1
-42
/
+5
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
1
-3
/
+3
2014-11-12
powerpc: remove orphaned boards mcc200 and prs200
Nikita Kiryanov
1
-23
/
+1
2014-10-29
kconfig: arm: introduce symbol for ARM CPUs
Georges Savoundararadj
1
-1
/
+0
2014-10-16
lcd: Fix build error with CONFIG_LCD_BMP_RLE8
Simon Glass
1
-2
/
+2
2014-08-11
lcd: support displaying 24bpp BMPs on >= 24bpp LCDs
Hannes Petermaier
1
-3
/
+20
2014-08-11
lcd: remove unused lcd_puts_xy
Jeroen Hofstee
1
-10
/
+0
2014-08-10
lcd: cleanup unused functions
Hannes Petermaier
1
-16
/
+1
2014-08-10
Add support for 32-bit organized framebuffers
Hannes Petermaier
1
-3
/
+32
2014-07-23
stdio: Pass device pointer to stdio methods
Simon Glass
1
-2
/
+12
2014-03-17
sandbox: Add LCD driver
Simon Glass
1
-4
/
+17
2014-02-03
common: lcd.c: fix data abort exception when try to access bmp header
Przemyslaw Marczak
1
-14
/
+13
2013-11-12
lcd: allow overriding lcd_get_size()
Anatolij Gustschin
1
-3
/
+7
2013-10-14
Coding Style cleanup: remove trailing white space
Wolfgang Denk
1
-1
/
+1
2013-08-12
video: Encapsulate font in video_font_data.h
Marek Vasut
1
-1
/
+0
[next]