| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | video: backlight: Fix log message in enable_sequence() | Simon Glass | 2018-12-05 | 1 | -1/+1 |
* | | video: use BMP_ALIGN_CENTER define from splash.h | Anatolij Gustschin | 2018-12-04 | 1 | -2/+1 |
* | | video: Allow driver to specify the line length | Simon Glass | 2018-12-03 | 1 | -1/+3 |
|/ |
|
* | rockchip: video: mipi: Fix phy frequency setting | Richard Röjfors | 2018-11-30 | 1 | -1/+1 |
* | rockchip: video: mipi: Do not write to the version register | Richard Röjfors | 2018-11-30 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2018-11-26 | 1 | -0/+8 |
|\ |
|
| * | dm: video: correctly set the cursor position | Heinrich Schuchardt | 2018-11-17 | 1 | -0/+8 |
* | | video: Update video_set_default_colors() to support invert | Simon Glass | 2018-11-20 | 2 | -9/+20 |
|/ |
|
* | Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm | Tom Rini | 2018-11-16 | 1 | -1/+0 |
|\ |
|
| * | video: simplefb: Remove DM_FLAG_PRE_RELOC flag | Bin Meng | 2018-11-14 | 1 | -1/+0 |
* | | sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCD | Icenowy Zheng | 2018-11-13 | 1 | -8/+14 |
* | | dm: video: bridge: don't fail to activate bridge if reset or sleep GPIO is mi... | Vasily Khoruzhick | 2018-11-13 | 1 | -5/+11 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxi | Tom Rini | 2018-10-29 | 1 | -1/+1 |
|\ |
|
| * | sunxi: display: Mark sunxi_rgb2yuv_coef array as const | Priit Laes | 2018-10-24 | 1 | -1/+1 |
* | | drivers: cosmetic: Convert SPDX license tags to Linux Kernel style | Patrick Delaunay | 2018-10-28 | 1 | -2/+1 |
|/ |
|
* | video: at91: Adjust vidconsole_position_cursor() to use char pos | Simon Glass | 2018-10-09 | 1 | -0/+2 |
* | ctags: Minor changes to fix ctags output | Simon Glass | 2018-10-09 | 1 | -1/+2 |
* | panel: Expand the backlight support | Simon Glass | 2018-10-09 | 4 | -36/+199 |
* | video: Adjust video_clear() to return an error | Simon Glass | 2018-10-09 | 1 | -1/+3 |
* | sandbox: video: Speed up video output | Simon Glass | 2018-10-09 | 3 | -10/+10 |
* | video: Add support for Arm's Mali Display Processors | Liviu Dudau | 2018-09-28 | 3 | -0/+414 |
* | video: Add support for NXP's TDA19988 HDMI encoder | Liviu Dudau | 2018-09-28 | 3 | -0/+662 |
* | video: cfb_console: flush cache in display_rle8_bitmap | Sébastien Szymanski | 2018-09-28 | 1 | -0/+4 |
* | video_osd: Add osd sandbox driver and tests | Mario Six | 2018-09-28 | 4 | -0/+181 |
* | video_osd: Add ihs_video_out driver | Mario Six | 2018-09-28 | 3 | -0/+351 |
* | drivers: Add OSD uclass | Mario Six | 2018-09-28 | 3 | -0/+54 |
* | dm: video: support more escape sequences | Heinrich Schuchardt | 2018-09-28 | 1 | -13/+62 |
* | dm: video: check bounds for column and row | Heinrich Schuchardt | 2018-09-23 | 1 | -0/+8 |
* | Convert CONFIG_VIDEO_OMAP3 to Kconfig | Adam Ford | 2018-08-17 | 1 | -0/+6 |
* | video_display: Add Xilinx LogiCore DP TX | Mario Six | 2018-08-11 | 6 | -0/+3099 |
* | video: Sort Makefile entries | Mario Six | 2018-08-11 | 1 | -21/+21 |
* | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2018-08-07 | 2 | -1/+11 |
|\ |
|
| * | dm: panel: get timings from panel | Yannick Fertré | 2018-08-01 | 1 | -0/+11 |
| * | video: kconfig: remove DM_I2C dependency of I2C_EDID | Luis Araneda | 2018-08-01 | 1 | -1/+0 |
* | | video: sunxi: de2: fix SimpleFB node creation when DE2 not probed | Icenowy Zheng | 2018-07-31 | 1 | -0/+3 |
|/ |
|
* | video: arm: rpi: Add brcm,bcm2708-fb compatible | Emmanuel Vadot | 2018-07-02 | 1 | -0/+1 |
* | dm: video: Add an EFI framebuffer driver | Bin Meng | 2018-06-17 | 3 | -0/+156 |
* | video: sunxi: de2: Reserve the fb region in the EFI memory map | Emmanuel Vadot | 2018-06-03 | 1 | -0/+8 |
* | video: dw_hdmi: fix HSYNC and VSYNC polarity settings | Vasily Khoruzhick | 2018-05-15 | 1 | -2/+2 |
* | sunxi: video: HDMI: use correct bits for HSYNC and VSYNC polarity. | Vasily Khoruzhick | 2018-05-15 | 1 | -2/+2 |
* | SPDX: Convert a few files that were missed before | Tom Rini | 2018-05-10 | 1 | -2/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 107 | -219/+107 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 12 | -24/+0 |
* | Merge git://git.denx.de/u-boot-video | Tom Rini | 2018-04-24 | 2 | -1/+1 |
|\ |
|
| * | video-uclass: Fix logical-not-parentheses warning | Tom Rini | 2018-04-24 | 1 | -1/+1 |
| * | treewide: fix up files incorrectly marked executable | Fabio Estevam | 2018-04-09 | 1 | -0/+0 |
* | | video: vesa: Change default FRAMEBUFFER_VESA_MODE | Bin Meng | 2018-04-16 | 1 | -1/+1 |
* | | Merge git://git.denx.de/u-boot-imx | Tom Rini | 2018-04-15 | 2 | -61/+0 |
|\ \
| |/
|/| |
|
| * | imx31_phycore: Delete | Tom Rini | 2018-04-15 | 2 | -61/+0 |
* | | Merge git://git.denx.de/u-boot-sunxi | Tom Rini | 2018-04-04 | 1 | -2/+0 |
|\ \ |
|