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
/
msm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-12
Merge tag 'drm-msm-fixes-2021-10-11' of https://gitlab.freedesktop.org/drm/ms...
Dave Airlie
20
-112
/
+256
2021-10-11
drm/msm/dsi: fix off by one in dsi_bus_clk_enable error handling
Dan Carpenter
1
-1
/
+1
2021-10-11
drm/msm/dsi: Fix an error code in msm_dsi_modeset_init()
Dan Carpenter
1
-1
/
+3
2021-10-11
drm/msm/dsi: dsi_phy_14nm: Take ready-bit into account in poll_for_ready
Marijn Suijten
1
-15
/
+15
2021-10-11
drm/msm/dsi/phy: fix clock names in 28nm_8960 phy
Dmitry Baryshkov
1
-2
/
+2
2021-10-11
drm/msm/dpu: Fix address of SM8150 PINGPONG5 IRQ register
Robert Foss
1
-1
/
+1
2021-10-11
drm/msm: Do not run snapshot on non-DPU devices
Fabio Estevam
1
-4
/
+5
2021-10-11
drm/msm/a3xx: fix error handling in a3xx_gpu_init()
Dan Carpenter
1
-4
/
+5
2021-10-11
drm/msm/a4xx: fix error handling in a4xx_gpu_init()
Dan Carpenter
1
-4
/
+5
2021-10-11
drm/msm: Fix null pointer dereference on pointer edp
Colin Ian King
1
-1
/
+2
2021-10-11
drm/msm/mdp5: fix cursor-related warnings
Dmitry Baryshkov
1
-0
/
+16
2021-10-11
drm/msm: Avoid potential overflow in timeout_to_jiffies()
Marek Vasut
1
-2
/
+2
2021-10-11
drm/msm: Fix devfreq NULL pointer dereference on a3xx
Stephan Gerhold
1
-0
/
+6
2021-10-11
drm/msm/dp: only signal audio when disconnected detected at dp_pm_resume
Kuogee Hsieh
1
-5
/
+5
2021-10-07
qcom_scm: hide Kconfig symbol
Arnd Bergmann
1
-2
/
+2
2021-10-01
drm/msm/submit: fix overflow check on 64-bit architectures
Arnd Bergmann
1
-1
/
+2
2021-10-01
drm/msm: One sched entity per process per priority
Rob Clark
3
-21
/
+75
2021-10-01
drm/msm: A bit more docs + cleanup
Rob Clark
2
-45
/
+57
2021-10-01
drm/msm/a6xx: Track current ctx by seqno
Rob Clark
4
-4
/
+17
2021-10-01
drm/msm/a6xx: Serialize GMU communication
Rob Clark
3
-6
/
+43
2021-10-01
drm/msm: Fix crash on dev file close
Rob Clark
2
-4
/
+3
2021-09-03
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+0
2021-09-01
Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
60
-1150
/
+2028
2021-08-29
Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
2
-13
/
+5
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
1
-1
/
+0
2021-08-17
Merge tag 'drm-msm-next-2021-08-12' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
44
-585
/
+1102
2021-08-12
gpu: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2
-13
/
+5
2021-08-11
drm/msi/mdp4: populate priv->kms in mdp4_kms_init
David Heidelberg
1
-1
/
+3
2021-08-10
drm/msm/dsi: add continuous clock support for 7nm PHY
Dmitry Baryshkov
7
-7
/
+40
2021-08-10
drm/msm/dp: add drm debug logs to dp_pm_resume/suspend
Kuogee Hsieh
1
-0
/
+13
2021-08-10
drm/msm/dp: do not end dp link training until video is ready
Kuogee Hsieh
1
-15
/
+41
2021-08-10
drm/msm/dp: return correct edid checksum after corrupted edid checksum read
Kuogee Hsieh
1
-2
/
+7
2021-08-10
drm/msm/dp: replug event is converted into an unplug followed by an plug events
Kuogee Hsieh
1
-9
/
+5
2021-08-10
drm/msm/dp: reset aux controller after dp_aux_cmd_fifo_tx() failed.
Kuogee Hsieh
1
-0
/
+3
2021-08-10
drm/msm/dp: reduce link rate if failed at link training 1
Kuogee Hsieh
1
-34
/
+44
2021-08-10
drm/msm/dp: use dp_ctrl_off_link_stream during PHY compliance test run
Kuogee Hsieh
1
-1
/
+1
2021-08-10
drm/msm/dsi: Fix some reference counted resource leaks
Christophe JAILLET
1
-3
/
+3
2021-08-10
drm/msm: Rework SQE version check
Rob Clark
1
-4
/
+4
2021-08-10
drm/msm: Add adreno_is_a640_family()
Rob Clark
4
-19
/
+12
2021-08-10
drm/msm: Convert to Linux IRQ interfaces
Thomas Zimmermann
2
-46
/
+69
2021-08-07
drm/msm/dpu: make dpu_hw_ctl_clear_all_blendstages clear necessary LMs
Dmitry Baryshkov
1
-4
/
+6
2021-08-07
drm/msm/dpu: add support for alpha blending properties
Dmitry Baryshkov
2
-16
/
+37
2021-08-07
drm/msm/dp: update is_connected status base on sink count at dp_pm_resume()
Kuogee Hsieh
1
-3
/
+14
2021-08-07
drm/msm/disp/dpu1: add safe lut config in dpu driver
Kalyan Thota
1
-0
/
+5
2021-08-07
drm/msm/dp: Remove unused variable
Souptick Joarder
1
-2
/
+0
2021-08-07
drm/msm/dsi: Fix DSI and DSI PHY regulator config from SDM660
Konrad Dybcio
2
-2
/
+1
2021-08-07
drm/msm: remove a repeated including of <linux/debugfs.h>
Guo Zhengkui
1
-1
/
+0
2021-08-07
drm/msm/dp: add logs across DP driver for ease of debugging
Maitreyee Rao
5
-35
/
+44
2021-08-07
drm/msm/kms: drop set_encoder_mode callback
Dmitry Baryshkov
1
-3
/
+0
2021-08-07
drm/msm/dsi: stop calling set_encoder_mode callback
Dmitry Baryshkov
3
-15
/
+0
[next]