Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c3c6930d060f5c8e9fd9d4af627bd782d4d678db
/
drivers
/
video
c3c6930
dm: video: correctly set the cursor position
by Heinrich Schuchardt
· 6 years ago
b559d75
Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
162c29a
video: simplefb: Remove DM_FLAG_PRE_RELOC flag
by Bin Meng
· 6 years ago
05e7220
sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCD
by Icenowy Zheng
· 6 years ago
e0b2260
dm: video: bridge: don't fail to activate bridge if reset or sleep GPIO is missing
by Vasily Khoruzhick
· 6 years ago
b49f19e
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 6 years ago
d6e53c7
drivers: cosmetic: Convert SPDX license tags to Linux Kernel style
by Patrick Delaunay
· 6 years ago
82482d6
sunxi: display: Mark sunxi_rgb2yuv_coef array as const
by Priit Laes
· 6 years ago
59f4421
video: at91: Adjust vidconsole_position_cursor() to use char pos
by Simon Glass
· 6 years ago
126f0d2
ctags: Minor changes to fix ctags output
by Simon Glass
· 6 years ago
fe68a45
panel: Expand the backlight support
by Simon Glass
· 6 years ago
5534312
video: Adjust video_clear() to return an error
by Simon Glass
· 6 years ago
0806dcc
sandbox: video: Speed up video output
by Simon Glass
· 6 years ago
8373ed3
video: Add support for Arm's Mali Display Processors
by Liviu Dudau
· 6 years ago
3396710
video: Add support for NXP's TDA19988 HDMI encoder
by Liviu Dudau
· 6 years ago
a14dbb5
video: cfb_console: flush cache in display_rle8_bitmap
by Sébastien Szymanski
· 6 years ago
02ad6fb
video_osd: Add osd sandbox driver and tests
by Mario Six
· 6 years ago
8ea19da
video_osd: Add ihs_video_out driver
by Mario Six
· 6 years ago
1b77320
drivers: Add OSD uclass
by Mario Six
· 6 years ago
9e933f1
dm: video: support more escape sequences
by Heinrich Schuchardt
· 6 years ago
90b5b3b
dm: video: check bounds for column and row
by Heinrich Schuchardt
· 6 years ago
60a59d4
Convert CONFIG_VIDEO_OMAP3 to Kconfig
by Adam Ford
· 6 years ago
c13ee19
video_display: Add Xilinx LogiCore DP TX
by Mario Six
· 6 years ago
f7ac405
video: Sort Makefile entries
by Mario Six
· 6 years ago
ce08e09
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 6 years ago
cfcb432
dm: panel: get timings from panel
by Yannick Fertré
· 6 years ago
da8d205
video: kconfig: remove DM_I2C dependency of I2C_EDID
by Luis Araneda
· 6 years ago
43768b2
video: sunxi: de2: fix SimpleFB node creation when DE2 not probed
by Icenowy Zheng
· 6 years ago
e270519
video: arm: rpi: Add brcm,bcm2708-fb compatible
by Emmanuel Vadot
· 6 years ago
0f862b9
dm: video: Add an EFI framebuffer driver
by Bin Meng
· 6 years ago
0219a0c
video: sunxi: de2: Reserve the fb region in the EFI memory map
by Emmanuel Vadot
· 7 years ago
b5d6c87
video: dw_hdmi: fix HSYNC and VSYNC polarity settings
by Vasily Khoruzhick
· 7 years ago
efce412
sunxi: video: HDMI: use correct bits for HSYNC and VSYNC polarity.
by Vasily Khoruzhick
· 7 years ago
70df9d6
SPDX: Convert a few files that were missed before
by Tom Rini
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
450030f
Merge git://git.denx.de/u-boot-video
by Tom Rini
· 7 years ago
6985a72
video-uclass: Fix logical-not-parentheses warning
by Tom Rini
· 7 years ago
4da8a3f
video: vesa: Change default FRAMEBUFFER_VESA_MODE
by Bin Meng
· 7 years ago
a2bdec7
Merge git://git.denx.de/u-boot-imx
by Tom Rini
· 7 years ago
738b7c8
imx31_phycore: Delete
by Tom Rini
· 7 years ago
3f136f6
treewide: fix up files incorrectly marked executable
by Fabio Estevam
· 7 years ago
8f5faaa
Merge git://git.denx.de/u-boot-sunxi
by Tom Rini
· 7 years ago
3125a3e
sunxi: revert disabling of features
by Andre Przywara
· 7 years ago
86fa4f2
video: rk3288_mipi: Combine NULL check into IS_ERR_OR_NULL()
by Punit Agrawal
· 7 years ago
8647b1e
video: rk3288_mipi: check in rk_mipi_ofdata_to_platdata
by Heinrich Schuchardt
· 7 years ago
28b8068
video: rk3399_mipi: Combine NULL check into IS_ERR_OR_NULL()
by Punit Agrawal
· 7 years ago
cc2f6d7
video: rk3399_mipi: correct error checking
by Heinrich Schuchardt
· 7 years ago
8fa461e
video: stm32: stm32_ltdc: set the blending factor
by yannick fertre
· 7 years ago
d0cfebf
video: stm32: stm32_ltdc: missing set of line interrupt position
by yannick fertre
· 7 years ago
8d6237b
video: stm32: stm32_ltdc: set rate of the pixel clock
by yannick fertre
· 7 years ago
3e6077c
video: stm32: stm32_ltdc: update file header & footer
by yannick fertre
· 7 years ago
28dc09b
video: stm32: stm32_ltdc: add reset
by yannick fertre
· 7 years ago
67be5d7
video: exynos: remove redundant assignments
by Heinrich Schuchardt
· 7 years ago
6163095
video, da8xx-fb: fix time out in wait_for_event()
by Heinrich Schuchardt
· 7 years ago
410023b
video: stb_truetype: simplify expression
by Heinrich Schuchardt
· 7 years ago
d6ef669
video: cfb_console: simplify logical constraint
by Heinrich Schuchardt
· 7 years ago
084d3d9
sunxi: video: mark framebuffer as EFI reserved memory
by Heinrich Schuchardt
· 7 years ago
2172fa4
video: indicate code page of bitmap fonts
by Heinrich Schuchardt
· 7 years ago
2dae581
pwm-backlight: make power-supply as option
by Kever Yang
· 7 years ago
2a436db
dm: video: support increased intensity (bold)
by Heinrich Schuchardt
· 7 years ago
290e1d8
dm: video: use constants to refer to colors
by Heinrich Schuchardt
· 7 years ago
5e4947e
dm: video: correctly clean background in 16bit mode
by Heinrich Schuchardt
· 7 years ago
423ee56
dm: video: show correct colors in graphical console
by Heinrich Schuchardt
· 7 years ago
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
13b016d
rockchip: video: rk_vop: migrate to livetree
by Philipp Tomsich
· 7 years ago
18c6496
rockchip: video: rk_hdmi: migrate to livetree
by Philipp Tomsich
· 7 years ago
f71dc8e
video: ivybridge_igd: Fix compiler warning
by Bin Meng
· 7 years ago
ef44a44
Merge git://git.denx.de/u-boot-sunxi
by Tom Rini
· 7 years ago
9cddcba
video: bpp16: Disable by default on sunXi
by Maxime Ripard
· 7 years ago
fa43878
video: bpp8: Disable by default on sunXi
by Maxime Ripard
· 7 years ago
60649bb
Merge git://git.denx.de/u-boot-spi
by Tom Rini
· 7 years ago
918de03
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
by Álvaro Fernández Rojas
· 7 years ago
105bdc6
sunxi: Fix display timing flags
by Giulio Benetti
· 7 years ago
6e1e428
am335x-fb: setup display PLL
by Hannes Schmelzer
· 7 years ago
a301aa4
am335x-fb: cosmetic: fix coding style
by Hannes Schmelzer
· 7 years ago
2d9a3cd
am335x-fb: cosmetic: update-copyright
by Hannes Schmelzer
· 7 years ago
1d0ccac
video: Support multiple lines version string display
by Peng Fan
· 7 years ago
fcb41e2
video: ipu: Fix dereferencing NULL pointer problem
by Peng Fan
· 7 years ago
97d1967
sunxi: video: HDMI: split VSYNC and HSYNC polarity settings
by Vasily Khoruzhick
· 7 years ago
f6dc771
video: sunxi: de2: add support for LCD SimpleFB
by Icenowy Zheng
· 7 years ago
de8e06f
video: sunxi: de2: fix SimpleFB node creation when HDMI not initialized
by Icenowy Zheng
· 7 years ago
e51b777
exynos: video: fix typo in DisplayPort driver
by Dongjin Kim
· 7 years ago
b9b095f
video/da8xx-fb: Cache-align memory allocations
by Niko Mauno
· 7 years ago
2f0b6e5
sunxi: video: add LCD support to DE2 driver
by Vasily Khoruzhick
· 7 years ago
f079f93
sunxi: video: split out PLL configuration code
by Vasily Khoruzhick
· 7 years ago
43266b8
video: add anx6345 DM driver
by Vasily Khoruzhick
· 7 years ago
37ae5b0
video: anx9804: split out registers definitions into a separate header
by Vasily Khoruzhick
· 7 years ago
82e9a5a
dm: video: bridge: add operation to read EDID
by Vasily Khoruzhick
· 7 years ago
82576de
sunxi: setup simplefb for Allwinner DE2
by Icenowy Zheng
· 7 years ago
60e4b8f
video: add an option for video simplefb via DT
by Icenowy Zheng
· 7 years ago
067a697
video: sunxi: extract simplefb match code to a new file
by Icenowy Zheng
· 7 years ago
1cb894f
Merge git://git.denx.de/u-boot-video
by Tom Rini
· 7 years ago
81e1042
treewide: replace with error() with pr_err()
by Masahiro Yamada
· 7 years ago
50509bb
dm: video: Add color ANSI escape sequence support
by Rob Clark
· 7 years ago
06e7a0d
dm: video: Add basic ANSI escape sequence support
by Rob Clark
· 7 years ago
e959461
dm: video: Fix cache flushes
by Rob Clark
· 7 years ago
a11bfc8
Merge branch 'next' of git://git.denx.de/u-boot-video
by Tom Rini
· 7 years ago
f141188
video: add config option to skip framebuffer clear
by Rob Clark
· 7 years ago
cf7ab0c
video: simplefb
by Rob Clark
· 7 years ago
Next »