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
/
include
/
video.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-14
efi: Correct handling of frame buffer
Simon Glass
1
-3
/
+6
2023-09-04
Merge tag 'v2023.10-rc4' into next
Tom Rini
1
-1
/
+1
2023-09-02
video: fix typo in video_sync_all documentation
Heinrich Schuchardt
1
-1
/
+1
2023-08-08
video: Add parentheses around VNBYTES() macro
Dan Carpenter
1
-1
/
+1
2023-07-21
include: video: Reserve video using blob
Nikhil M Jain
1
-0
/
+9
2023-07-17
x86: Pass video settings from SPL to U-Boot proper
Simon Glass
1
-0
/
+24
2023-07-14
video: Use enum with video_index_to_colour()
Simon Glass
1
-2
/
+2
2023-07-14
video: Correct docs for video_index_to_colour()
Simon Glass
1
-1
/
+1
2023-07-14
video: Provide a way to clear part of the console
Simon Glass
1
-0
/
+16
2023-06-12
video: Add support for RGBA8888 format
Michal Simek
1
-0
/
+1
2023-04-24
cmd: bmp: Split bmp commands and functions
Nikhil M Jain
1
-0
/
+8
2023-03-13
video: Allow a copy framebuffer with pre-allocated fb
Simon Glass
1
-0
/
+2
2023-01-16
video: Fix unchnaged typo
Simon Glass
1
-1
/
+1
2022-10-30
video: Move bmp_display() prototype to video.h
Simon Glass
1
-0
/
+9
2022-10-30
video: Add a way to get the default font height
Simon Glass
1
-0
/
+9
2022-10-30
video: Add a function to get the dimensions of a BMP image
Simon Glass
1
-0
/
+11
2022-10-30
video: Add function to obtain the U-Boot logo
Simon Glass
1
-0
/
+7
2022-10-30
video: Allow filling the display with a colour
Simon Glass
1
-2
/
+11
2022-10-30
video: Move console colours to the video uclass
Simon Glass
1
-0
/
+35
2022-03-28
video: Clean up the uclass header
Simon Glass
1
-83
/
+1
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-12
/
+12
2021-12-26
video: Support showing the U-Boot logo
Simon Glass
1
-0
/
+2
2021-12-26
video: Drop the uclass colour map
Simon Glass
1
-2
/
+0
2021-11-30
video: Add video_is_active function
Patrick Delaunay
1
-0
/
+7
2021-10-09
video: Add 30bpp support
Mark Kettenis
1
-0
/
+9
2021-01-27
video: Allow syncing the entire framebuffer to the copy
Simon Glass
1
-0
/
+14
2021-01-06
Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
1
-6
/
+16
2021-01-05
video: Introduce video_sync operation
Michal Simek
1
-2
/
+10
2021-01-05
video: Let video_sync to return error value
Michal Simek
1
-1
/
+3
2021-01-05
video: Fix video sync kernel-doc format
Michal Simek
1
-4
/
+4
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
1
-3
/
+3
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-2
/
+2
2020-09-25
x86: video: Show information about each video device
Simon Glass
1
-4
/
+2
2020-07-09
video: Add support for copying to a hardware framebuffer
Simon Glass
1
-0
/
+29
2020-07-09
video: Add a comment for struct video_uc_platdata
Simon Glass
1
-0
/
+12
2020-01-07
video: meson: Drop unnecessary header includes
Simon Glass
1
-0
/
+2
2019-04-14
video/console: Implement reverse video ANSI sequence for DM_VIDEO
Andre Przywara
1
-0
/
+2
2018-12-03
video: Allow driver to specify the line length
Simon Glass
1
-1
/
+3
2018-11-20
video: Update video_set_default_colors() to support invert
Simon Glass
1
-2
/
+3
2018-10-09
video: Tidy up a few comments in video.o
Simon Glass
1
-2
/
+2
2018-10-09
video: Adjust video_clear() to return an error
Simon Glass
1
-1
/
+2
2018-10-09
sandbox: video: Speed up video output
Simon Glass
1
-1
/
+3
2018-09-28
include/video.h: Remove declaration of functions that don't exist.
Liviu Dudau
1
-6
/
+0
2018-03-06
dm: video: support increased intensity (bold)
Heinrich Schuchardt
1
-0
/
+2
2018-03-06
dm: video: use constants to refer to colors
Heinrich Schuchardt
1
-2
/
+9
2017-09-29
dm: video: Add basic ANSI escape sequence support
Rob Clark
1
-0
/
+7
2016-10-23
video: Move video_get_info_str() prototype to a header file
Simon Glass
1
-0
/
+11
2016-05-25
video: Add an enum for active low/high
Simon Glass
1
-0
/
+5
2016-01-30
video: Correct 'tor' typo in comment
Simon Glass
1
-1
/
+1
2016-01-30
video: Allow selection of the driver and font size
Simon Glass
1
-0
/
+5
[next]