index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-16
drm/ast: Do not call drm_atomic_add_affected_planes()
Thomas Zimmermann
1
-3
/
+2
2022-10-16
drm/ast: Call drm_atomic_helper_check_plane_state() unconditionally
Thomas Zimmermann
1
-20
/
+15
2022-10-16
drm/ast: Acquire I/O-register lock in atomic_commit_tail function
Thomas Zimmermann
1
-18
/
+16
2022-10-15
drm: lcdif: Add support for YUV planes
Kieran Bingham
2
-30
/
+220
2022-10-15
drm: lcdif: Switch to limited range for RGB to YUV conversion
Laurent Pinchart
1
-6
/
+12
2022-10-15
drm: lcdif: Don't use BIT() for multi-bit register fields
Laurent Pinchart
1
-14
/
+14
2022-10-15
drm: lcdif: Fix indentation in lcdif_regs.h
Laurent Pinchart
1
-2
/
+2
2022-10-14
drm/ofdrm: Support big-endian scanout buffers
Thomas Zimmermann
2
-2
/
+63
2022-10-14
drm/ofdrm: Support color management
Thomas Zimmermann
1
-5
/
+437
2022-10-14
drm/ofdrm: Add per-model device function
Thomas Zimmermann
1
-0
/
+125
2022-10-14
drm/ofdrm: Add CRTC state
Thomas Zimmermann
1
-3
/
+56
2022-10-14
drm/ofdrm: Add ofdrm for Open Firmware framebuffers
Thomas Zimmermann
4
-0
/
+778
2022-10-13
drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge
Abhinav Kumar
3
-17
/
+29
2022-10-13
drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helper
Javier Martinez Canillas
4
-25
/
+33
2022-10-13
drm/ssd130x: Do not call drm_atomic_add_affected_planes()
Javier Martinez Canillas
1
-8
/
+2
2022-10-13
drm/simpledrm: Do not call drm_atomic_add_affected_planes()
Javier Martinez Canillas
1
-8
/
+2
2022-10-13
drm/mgag200: Do not call drm_atomic_add_affected_planes()
Javier Martinez Canillas
1
-1
/
+1
2022-10-12
drm/nouveau/disp: fix cast removes address space of expression warnings
ruanjinjie
1
-2
/
+2
2022-10-12
drm: split build lists one per line and sort
Jani Nikula
2
-36
/
+85
2022-10-10
drm/bridge: tc358775: Do not soft reset i2c-slave controller
Teresa Remmet
1
-1
/
+1
2022-10-10
drm/vc4: vec: Fix definition of PAL-M mode
Mateusz Kwiatkowski
1
-4
/
+4
2022-10-10
drm/modes: parse_cmdline: Add support for named modes containing dashes
Geert Uytterhoeven
1
-0
/
+2
2022-10-10
drm/modes: Only consider bpp and refresh before options
Maxime Ripard
1
-7
/
+9
2022-10-10
drm/atomic: Add TV subconnector property to get/set_property
Maxime Ripard
1
-0
/
+4
2022-10-10
drm/connector: Rename subconnector state variable
Maxime Ripard
1
-2
/
+2
2022-10-10
drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambig...
Maxime Ripard
3
-5
/
+5
2022-10-10
drm/tests: Order Kunit tests in Makefile
Maxime Ripard
1
-3
/
+11
2022-10-08
drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()
Thomas Zimmermann
7
-46
/
+45
2022-10-08
drm/atomic-helper: Don't allocate new plane state in CRTC check
Thomas Zimmermann
1
-9
/
+1
2022-10-07
drm/udl: Add constants for commands
Thomas Zimmermann
4
-20
/
+28
2022-10-07
drm/udl: Add register constants for framebuffer scanout addresses
Thomas Zimmermann
2
-9
/
+38
2022-10-07
drm/udl: Add register constants for video locks
Thomas Zimmermann
2
-2
/
+7
2022-10-07
drm/udl: Add register constants for color depth
Thomas Zimmermann
2
-1
/
+4
2022-10-07
drm/udl: Add constants for display-mode registers
Thomas Zimmermann
2
-70
/
+47
2022-10-07
drm/udl: Move register constants to udl_proto.h
Thomas Zimmermann
3
-15
/
+21
2022-10-07
drm/udl: Use damage iterator
Thomas Zimmermann
1
-21
/
+21
2022-10-07
drm/udl: Support DRM hot-unplugging
Thomas Zimmermann
1
-6
/
+37
2022-10-07
drm/udl: Simplify modesetting in CRTC's enable function
Thomas Zimmermann
2
-50
/
+14
2022-10-07
drm/udl: Convert to atomic-modesetting helpers
Thomas Zimmermann
2
-54
/
+112
2022-10-07
drm/udl: Remove udl_simple_display_pipe_mode_valid()
Thomas Zimmermann
1
-8
/
+0
2022-10-07
drm/udl: Move connector to modesetting code
Thomas Zimmermann
5
-154
/
+134
2022-10-07
drm/udl: Various improvements to the connector
Thomas Zimmermann
1
-24
/
+40
2022-10-07
drm/udl: Use USB timeout constant when reading EDID
Thomas Zimmermann
1
-1
/
+1
2022-10-07
drm/udl: Test pixel limit in mode-config's mode-valid function
Thomas Zimmermann
2
-14
/
+14
2022-10-07
drm/udl: Rename struct udl_drm_connector to struct udl_connector
Thomas Zimmermann
2
-16
/
+13
2022-10-06
drm/ssd130x: Iterate over damage clips instead of using a merged rect
Javier Martinez Canillas
1
-8
/
+11
2022-10-05
drm/ast: Add Atomic gamma lut support for aspeed
Jocelyn Falempe
1
-17
/
+70
2022-10-05
drm/bridge: ps8640: Add software to support aux defer
Jason Yen
1
-1
/
+8
2022-10-05
drm/sched: add missing NULL check in drm_sched_get_cleanup_job v2
Christian König
1
-2
/
+3
2022-10-05
drm/scheduler: fix fence ref counting
Christian König
1
-1
/
+5
[next]