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
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-18
drm/msm: move struct msm_display_info to dpu driver
Dmitry Baryshkov
2
-18
/
+18
2022-02-18
drm/msm/dpu: fix dp audio condition
Dmitry Baryshkov
1
-1
/
+1
2022-02-18
drm/msm/dpu: drop unused access macros
Dmitry Baryshkov
1
-16
/
+0
2022-02-18
drm/msm/dpu: Only create debugfs for PRIMARY minor
Bjorn Andersson
1
-0
/
+4
2022-02-18
drm/msm/dpu: Add SC8180x to hw catalog
Rob Clark
4
-0
/
+132
2022-02-18
drm/msm/dpu: Add INTF_5 interrupts
Bjorn Andersson
2
-0
/
+7
2022-02-18
drm/msm/dpu: fix error handling in dpu_rm_init
Dmitry Baryshkov
1
-6
/
+6
2022-02-18
drm/msm/dpu: stop embedding dpu_hw_blk into dpu_hw_intf
Dmitry Baryshkov
3
-28
/
+9
2022-02-18
drm/msm/dpu: get INTF blocks directly rather than through RM
Dmitry Baryshkov
8
-134
/
+16
2022-02-18
drm/msm/dpu: add DSPP blocks teardown
Dmitry Baryshkov
1
-0
/
+8
2022-02-18
drm/msm/dpu: drop unused lm_max_width from RM
Dmitry Baryshkov
2
-16
/
+0
2022-02-18
drm/msm: populate intf_audio_select() base on hardware capability
Kuogee Hsieh
3
-2
/
+5
2022-02-18
drm/msm/dpu: Update function parameter documentation
Vinod Koul
1
-1
/
+1
2022-02-18
drm/msm/dpu: Update the comment style
Vinod Koul
1
-1
/
+1
2022-02-18
drm/msm/dpu: Remove set but unused variables
Vinod Koul
1
-5
/
+0
2022-02-18
drm/msm/dpu: clean up some inconsistent indenting
Yang Li
1
-1
/
+1
2022-02-18
drm/msm/dpu1: Add MSM8998 to hw catalog
AngeloGioacchino Del Regno
3
-11
/
+320
2022-02-18
drm/msm/dpu1: Add DMA2, DMA3 clock control to enum
AngeloGioacchino Del Regno
1
-0
/
+2
2022-02-18
drm: replace bitmap_weight with bitmap_empty where appropriate
Yury Norov
1
-1
/
+1
2022-02-18
drm/msm/hdmi: Remove spurious IRQF_ONESHOT flag
Daniel Thompson
1
-1
/
+1
2022-02-18
drm/msm/dsi/phy: fix 7nm v4.0 settings for C-PHY mode
Dmitry Baryshkov
1
-8
/
+14
2022-02-18
drm/msm/dsi: move DSI host powerup to modeset time
Dmitry Baryshkov
1
-12
/
+31
2022-02-18
drm/msm/dsi: Remove spurious IRQF_ONESHOT flag
Daniel Thompson
1
-1
/
+1
2022-02-18
drm/msm/dsi: Add 10nm dsi phy tuning configuration support
Rajeev Nandan
1
-6
/
+112
2022-02-18
drm/msm/dsi: Add dsi phy tuning configuration support
Rajeev Nandan
2
-0
/
+10
2022-02-18
drm/msm/dsi: Use "ref" fw clock instead of global name for VCO parent
Marijn Suijten
5
-5
/
+15
2022-02-18
drm/msm/dp: enhance debug info related to dp phy
Kuogee Hsieh
1
-10
/
+10
2022-02-18
drm/msm/dp: add connector type to enhance debug messages
Kuogee Hsieh
1
-21
/
+50
2022-02-18
drm/msm/dp: always add fail-safe mode into connector mode list
Kuogee Hsieh
1
-0
/
+5
2022-02-18
drm/msm/dp: stop link training after link training 2 failed
Kuogee Hsieh
1
-0
/
+3
2022-02-18
drm/msm/dp: add support of tps4 (training pattern 4) for HBR3
Kuogee Hsieh
3
-12
/
+19
2022-02-18
drm/msm/dp: populate connector of struct dp_panel
Kuogee Hsieh
1
-0
/
+5
2022-02-18
drm/msm/dp: do not initialize phy until plugin interrupt received
Kuogee Hsieh
3
-107
/
+92
2022-02-18
drm/msm/dp: Add DisplayPort controller for SM8350
Bjorn Andersson
1
-0
/
+8
2022-02-18
drm/msm/dp: Simplify dp_debug_init() and dp_debug_get()
Christophe JAILLET
1
-10
/
+3
2022-02-18
drm/msm/dp: Add sc8180x DP controllers
Bjorn Andersson
1
-0
/
+11
2022-02-18
drm/msm/dp: Move debugfs files into subdirectory
Bjorn Andersson
1
-6
/
+9
2022-02-18
drm/msm: move utility functions from msm_drv.c
Dmitry Baryshkov
3
-118
/
+127
2022-02-18
drm/msm/rd: Add chip-id
Rob Clark
1
-0
/
+4
2022-02-18
drm/msm: reduce usage of round_pixclk callback
Dmitry Baryshkov
4
-40
/
+7
2022-02-18
drm/msm: move msm_readl/_writel to msm_drv.h
Dmitry Baryshkov
2
-23
/
+11
2022-02-18
drm/msm: drop dbgname argument from msm_ioremap*()
Dmitry Baryshkov
15
-39
/
+33
2022-02-18
drm/msm: drop register logging support
Dmitry Baryshkov
2
-24
/
+1
2022-02-18
drm/msm: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
Changcheng Deng
1
-3
/
+3
2022-02-18
drm/i915: Drop pointless i830 PIPECONF read
Ville Syrjälä
1
-4
/
+2
2022-02-18
drm/i915: Make the CHV CGM CSC register writes lockless
Ville Syrjälä
1
-10
/
+10
2022-02-18
drm/i915: Make the pipe/output CSC register writes lockless
Ville Syrjälä
1
-40
/
+40
2022-02-18
drm/i915: Move PIPE_CHICKEN RMW out from the vblank evade critical section
Ville Syrjälä
1
-3
/
+5
2022-02-18
drm/i915/display: Implement Wa_16013835468
José Roberto de Souza
2
-7
/
+46
2022-02-18
drm/i915/display: Group PSR2 prog sequences and workarounds
José Roberto de Souza
1
-40
/
+37
[prev]
[next]