index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
flamegraph.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-09
drm/v3d: Fix support for register debugging on the RPi 4
Maíra Canal
1
-10
/
+10
2024-01-05
drm/rockchip: vop2: Drop unused if_dclk_rate variable
Cristian Ciocaltea
1
-2
/
+1
2024-01-04
drm/rockchip: vop2: Drop superfluous include
Cristian Ciocaltea
1
-1
/
+0
2024-01-02
drm/imagination: pvr_device.h: fix all kernel-doc warnings
Randy Dunlap
1
-21
/
+25
2024-01-02
drm/gpuvm: fix all kernel-doc warnings in include/drm/drm_gpuvm.h
Randy Dunlap
1
-35
/
+45
2023-12-25
drm/rockchip: vop2: clean up some inconsistent indenting
Jiapeng Chong
1
-2
/
+2
2023-12-25
drm/rockchip: vop2: Avoid use regmap_reinit_cache at runtime
Andy Yan
1
-6
/
+2
2023-12-23
drm: Warn when freeing a framebuffer that's still on a list
Ville Syrjälä
1
-1
/
+4
2023-12-23
drm: Don't unref the same fb many times by mistake due to deadlock handling
Ville Syrjälä
1
-0
/
+1
2023-12-19
drm: using mul_u32_u32() requires linux/math64.h
Stephen Rothwell
1
-0
/
+1
2023-12-19
drm/bridge: properly refcount DT nodes in aux bridge drivers
Dmitry Baryshkov
2
-3
/
+4
2023-12-15
drm/imagination: Fix error path in pvr_vm_create_context
Donald Robson
1
-15
/
+13
2023-12-15
drm/imagination: Fix ERR_PTR test on pointer to pointer.
Donald Robson
1
-1
/
+1
2023-12-15
drm/imagination: Fixed oops when misusing ioctl CREATE_HWRT_DATASET
Donald Robson
1
-13
/
+14
2023-12-15
drm/imagination: Fixed infinite loop in pvr_vm_mips_map()
Donald Robson
1
-3
/
+3
2023-12-13
drm: ci: Update xfails
Vignesh Raman
3
-3
/
+61
2023-12-13
drm/doc: ci: Add IGT version details for flaky tests
Vignesh Raman
1
-3
/
+4
2023-12-13
drm: ci: uprev IGT
Vignesh Raman
1
-1
/
+1
2023-12-13
drm: ci: virtio: Make artifacts available
Vignesh Raman
1
-0
/
+2
2023-12-13
drm: ci: mt8173: Do not set IGT_FORCE_DRIVER to panfrost
Vignesh Raman
1
-1
/
+8
2023-12-13
drm: ci: Use scripts/config to enable/disable configs
Vignesh Raman
1
-7
/
+7
2023-12-13
drm: ci: Enable new jobs
Vignesh Raman
1
-9
/
+0
2023-12-13
drm: ci: arm64.config: Enable DA9211 regulator
Vignesh Raman
1
-0
/
+1
2023-12-13
drm: ci: Force db410c to host mode
Vignesh Raman
2
-2
/
+2
2023-12-13
drm: ci: igt_runner: Remove todo
Vignesh Raman
1
-1
/
+0
2023-12-13
drm/imagination: vm: Fix heap lookup condition
Alex Bee
1
-1
/
+1
2023-12-13
drm/vc4: hdmi: Create destroy state implementation
Maxime Ripard
1
-1
/
+11
2023-12-13
drm/panel: ilitek-ili9805: adjust the includes
Dario Binacchi
1
-2
/
+1
2023-12-13
drm/panel: synaptics-r63353: adjust the includes
Dario Binacchi
1
-2
/
+1
2023-12-13
drm/uapi: drm_mode.h: fix spellos and grammar
Randy Dunlap
1
-9
/
+9
2023-12-13
drm/drm_modeset_helper_vtables.h: fix typos/spellos
Randy Dunlap
1
-3
/
+3
2023-12-13
drm/fourcc: fix spelling/typos
Randy Dunlap
1
-5
/
+5
2023-12-13
MAINTAINERS: Add myself as a reviewer for rockchip drm
Andy Yan
1
-0
/
+1
2023-12-13
drm/rockchip: vop2: rename VOP_FEATURE_OUTPUT_10BIT to VOP2_VP_FEATURE_OUTPUT...
Andy Yan
3
-6
/
+6
2023-12-13
drm/rockchip: vop2: Add support for rk3588
Andy Yan
3
-6
/
+696
2023-12-13
dt-bindings: rockchip,vop2: Add more endpoint definition
Andy Yan
1
-0
/
+4
2023-12-13
dt-bindings: display: vop2: Add rk3588 support
Andy Yan
1
-19
/
+81
2023-12-13
drm/rockchip: vop2: rename grf to sys_grf
Andy Yan
1
-4
/
+4
2023-12-13
drm/rockchip: vop2: set bg dly and prescan dly at vop2_post_config
Andy Yan
1
-16
/
+10
2023-12-13
drm/rockchip: vop2: Set YUV/RGB overlay mode
Andy Yan
3
-3
/
+16
2023-12-13
drm/rockchip: vop2: Add write mask for VP config done
Andy Yan
1
-2
/
+13
2023-12-13
drm/rockchip: vop2: clear afbc en and transform bit for cluster window at lin...
Andy Yan
1
-0
/
+5
2023-12-13
drm/rockchip: vop2: set half_block_en bit in all mode
Andy Yan
1
-7
/
+18
2023-12-13
Revert "drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume"
Andy Yan
1
-3
/
+7
2023-12-13
drm/rockchip: move output interface related definition to rockchip_drm_drv.h
Andy Yan
11
-35
/
+18
2023-12-11
drm/bridge: ti-sn65dsi86: Associate PWM device to auxiliary device
Uwe Kleine-König
1
-7
/
+9
2023-12-11
drm/panel: simple: Add AUO G156HAN04.0 LVDS display support
Elmar Albert
1
-0
/
+34
2023-12-11
dt-bindings: display: simple: Add AUO G156HAN04.0 LVDS display
Elmar Albert
1
-0
/
+2
2023-12-11
drm/panel: ilitek-ili9805: add support for Tianma TM041XDHG01 panel
Michael Trimarchi
1
-0
/
+53
2023-12-11
drm/panel: Add Ilitek ILI9805 panel driver
Michael Trimarchi
4
-0
/
+369
[next]