Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
cf6eca7ccd9025e9f34f179682516f1e5d7e0e78
/
drivers
/
video
cf6eca7
sunxi: Configure only LVDS pins instead of all LCD pins when LVDS interface selected
by Lawrence Yu
· 9 years ago
97cb092
x86: broadwell: Add video support
by Simon Glass
· 9 years ago
e23c6c2
video: Allow simple-panel to be used without regulators
by Simon Glass
· 9 years ago
f1d6fda
x86: Move asm/arch-coreboot/tables.h to a common place
by Bin Meng
· 9 years ago
4d339a9
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 9 years ago
3cb4f25
video: ipu: avoid overflow issue
by Peng Fan
· 9 years ago
3f603cb
dm: Use uclass_first_device_err() where it is useful
by Simon Glass
· 9 years ago
8530783
rockchip: video: Add LVDS support in vop driver
by Jacob Chen
· 9 years ago
35ac89d
rockchip: video: Add a display driver for rockchip LVDS
by Jacob Chen
· 9 years ago
eab314f
dm: video: Add a operation to display uclass
by Jacob Chen
· 9 years ago
703c751
video: Add S3C24xx framebuffer support
by Marek Vasut
· 10 years ago
d5b9d11
video: freetype: Fix a memory leak with a bad parameter
by Simon Glass
· 9 years ago
f6e75ba
video: truetype: Fix a memory leak on error
by Simon Glass
· 9 years ago
91c08af
tegra: video: Move LCD driver to use the DM PWM driver
by Simon Glass
· 9 years ago
f5acf91
tegra: video: Move all fdt-decoding into a single function
by Simon Glass
· 9 years ago
bfda037
tegra: video: Move LCD enums into the driver
by Simon Glass
· 9 years ago
f20b2c0
tegra: video: Remove the static variables
by Simon Glass
· 9 years ago
9e6866d
tegra: video: Convert tegra20 LCD driver to driver model
by Simon Glass
· 9 years ago
ce0c474
tegra: video: Merge the two config structures together
by Simon Glass
· 9 years ago
40d56a9
tegra: video: Move the check for CONFIG_OF_CONTROL to Kconfig
by Simon Glass
· 9 years ago
71cafc3
tegra: video: Merge the display driver into one file
by Simon Glass
· 9 years ago
d2f9065
tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20
by Simon Glass
· 9 years ago
d765921
tegra: nyan-big: Move the LCD driver to driver model
by Simon Glass
· 9 years ago
4dd8115
tegra: lcd: Merge tegra124-lcd.c into display.c
by Simon Glass
· 9 years ago
bbc8a8b
dm: video: Flush the cache after a puts()
by Simon Glass
· 9 years ago
9ef2835
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 9 years ago
a2931b3
dm: video: Add a temporary work-around for old stdout var
by Simon Glass
· 9 years ago
1382648
video: bcm2835: use bus_to_phys() on FB address
by Stephen Warren
· 9 years ago
2b80b4e
video: Use 'int' for loop variables instead of short
by Simon Glass
· 9 years ago
8de536c
video: sandbox: Allow selection of font size and console name
by Simon Glass
· 9 years ago
826f35f
video: Allow selection of the driver and font size
by Simon Glass
· 9 years ago
c0603b9
video: Add the Cantoraone decorative font
by Simon Glass
· 9 years ago
7ad4e30
video: Add the Rufscript handwriting font
by Simon Glass
· 9 years ago
c43c43c
video: Add the AnkaCoder mono-spaced font
by Simon Glass
· 9 years ago
84b4791
video: Add the Nimbus sans font
by Simon Glass
· 9 years ago
a29b012
video: Add a console driver that uses TrueType fonts
by Simon Glass
· 9 years ago
7b9f7e4
video: Provide a backspace method
by Simon Glass
· 9 years ago
58c733a
video: Provide a signal when a new console line is started
by Simon Glass
· 9 years ago
c5b77d0
video: Provide a left margin for the text console
by Simon Glass
· 9 years ago
5508f10
video: Handle the 'bell' character
by Simon Glass
· 9 years ago
f266178
video: Use fractional units for X coordinates
by Simon Glass
· 9 years ago
6e42e25
video kconfig console_normal
by Simon Glass
· 9 years ago
8340ef6
video: Add stb TrueType font renderer
by Simon Glass
· 9 years ago
7588c31
video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default
by Anatolij Gustschin
· 9 years ago
913d1be
video: Add support for Armada XP LCD controller
by Stefan Roese
· 9 years ago
7b7ad5c
rockchip: video: Add a video-output driver
by Simon Glass
· 9 years ago
5852d53
rockchip: video: Add a display driver for rockchip eDP
by Simon Glass
· 9 years ago
c253948
rockchip: video: Add a display driver for rockchip HDMI
by Simon Glass
· 9 years ago
2dcf143
dm: video: Repurpose the 'displayport' uclass to 'display'
by Simon Glass
· 9 years ago
cd9c207
video: panel: Add a simple panel driver
by Simon Glass
· 9 years ago
f563dc1
dm: panel: Add a panel uclass
by Simon Glass
· 9 years ago
65fba59
dm: backlight: Add a driver for a PWM backlight
by Simon Glass
· 9 years ago
363bf77
dm: backlight: Add a backlight uclass
by Simon Glass
· 9 years ago
d4bf91a
video: bridge: Allow GPIOs to be optional
by Simon Glass
· 9 years ago
68dcdc9
video: Add a function to control cache flushing
by Simon Glass
· 9 years ago
f1a1247
video: Name consoles by their number
by Simon Glass
· 9 years ago
3c97c4f
dm: video: test: Add tests for the video uclass
by Simon Glass
· 9 years ago
3ade5bc
dm: video: sandbox: Convert sandbox to use driver model for video
by Simon Glass
· 9 years ago
1e69ad0
sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig
by Simon Glass
· 9 years ago
b01c792
dm: video: Implement the bmp command for driver model
by Simon Glass
· 9 years ago
b5146b2
dm: video: Add a driver for a rotated text console
by Simon Glass
· 9 years ago
72cded9
dm: video: Add a 'normal' text console driver
by Simon Glass
· 9 years ago
8351076
dm: video: Add a uclass for the text console
by Simon Glass
· 9 years ago
1acafc7
dm: video: Add a video uclass
by Simon Glass
· 9 years ago
e6ac28b
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 9 years ago
3f4e1e8
dm: pci: video: Convert video and pci_rom to use DM PCI API
by Simon Glass
· 9 years ago
535cce0
video: Typo cleanup in drivers/video/da8xx-fb.c
by Robert P. J. Day
· 9 years ago
a418f7e
video: Clean up formatting, spelling mistakes in exynos_dp*
by Robert P. J. Day
· 9 years ago
a85670e
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
c1924d8
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 9 years ago
3dbdb4d
video: ipu: fix out of bounds access
by Peng Fan
· 9 years ago
cd8f09d
video: ipu: simplify if else code
by Peng Fan
· 9 years ago
39f615e
video: input: Clean up after i8042 conversion
by Simon Glass
· 9 years ago
7fe0933
video: Drop unused console functions
by Simon Glass
· 9 years ago
a3c252d
video: mxsfb: introduce lcdif_power_down
by Peng Fan
· 9 years ago
95ae700
mxs: add parameter base_addr for mxs_set_lcdclk
by Peng Fan
· 9 years ago
4b6d094
video: Drop DEV_EXT_VIDEO flag
by Bin Meng
· 9 years ago
1caf934
video: Drop DEV_FLAGS_SYSTEM flag
by Bin Meng
· 9 years ago
8c1b717
lcd: atmel: Add 32bpp support for HLCDC
by Marek Vasut
· 9 years ago
858dbdf
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 9 years ago
af67e7c
video: vesa_fb: Fix wrong return value check of pci_find_class()
by Bin Meng
· 9 years ago
6944aff
sunxi: power: Unify axp pmic function names
by Hans de Goede
· 9 years ago
04386f6
Revert "powerpc: ppc4xx: remove lwmon5 support"
by Stefan Roese
· 9 years ago
92a3188
bitops: introduce BIT() definition
by Heiko Schocher
· 9 years ago
cf92e05
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· 9 years ago
8fe11b8
powerpc: ppc4xx: remove lwmon5 support
by Masahiro Yamada
· 9 years ago
c4e498d
video, lg4573: make spi bus and cs configurable
by Heiko Schocher
· 9 years ago
80cd58b
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
4e9838c
dm: Use dev_get_addr() where possible
by Simon Glass
· 9 years ago
7c0e5d8
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 9 years ago
c385ac2
video: discard empty video_set_lut implementation
by Peng Fan
· 9 years ago
3242998
video: ct69000: Remove unused codes
by Bin Meng
· 9 years ago
8ceb242
video: cfb_console: Allow VGA device to work without i8042 keyboard
by Bin Meng
· 9 years ago
153e1dd
video: coreboot: Save VESA mode for future use
by Bin Meng
· 9 years ago
ab9272f
lcd: pxa: clean-up include file order
by Marcel Ziswiler
· 9 years ago
0f92582
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
632093b
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 9 years ago
57dccb5
video: vesa: Correct a typo in the Kconfig VESA mode string
by Bin Meng
· 9 years ago
c1cfd51
sunxi: Display: Add support for eDP panels connected via an anx9804 bridge
by Hans de Goede
· 9 years ago
66525bb
video: Add support for the ANX9804 parallel lcd to dp bridge chip
by Hans de Goede
· 9 years ago
Next »