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
2023-10-09
drm/msm/dp: move pdev from struct dp_display_private to struct msm_dp
Dmitry Baryshkov
2
-13
/
+13
2023-10-09
drm/msm/hdmi: switch to devm_drm_bridge_add()
Dmitry Baryshkov
4
-43
/
+17
2023-10-09
drm/msm/dsi: switch to devm_drm_bridge_add()
Dmitry Baryshkov
3
-45
/
+16
2023-10-09
drm/msm/mdp5: move resource allocation to the _probe function
Dmitry Baryshkov
1
-56
/
+44
2023-10-09
drm/msm/mdp4: move resource allocation to the _probe function
Dmitry Baryshkov
1
-55
/
+51
2023-10-09
drm/msm/dpu: move resource allocation to the _probe function
Dmitry Baryshkov
1
-72
/
+61
2023-10-09
drm/msm: allow passing struct msm_kms to msm_drv_probe()
Dmitry Baryshkov
5
-6
/
+9
2023-10-09
drm/msm/adreno: Add A635 speedbin 0xac (A643)
Konrad Dybcio
1
-0
/
+1
2023-10-09
drm/msm/adreno: Add ZAP firmware name to A635
Konrad Dybcio
1
-0
/
+1
2023-10-09
drm/msm/a6xx: Fix unknown speedbin case
Konrad Dybcio
1
-1
/
+1
2023-10-09
drm/msm/adreno: Fix SM6375 GPU ID
Konrad Dybcio
1
-1
/
+1
2023-10-09
drm/msm/a6xx: Poll for GBIF unhalt status in hw_init
Konrad Dybcio
1
-0
/
+4
2023-10-09
drm/msm/a6xx: Add A740 support
Konrad Dybcio
6
-38
/
+201
2023-10-09
drm/msm/a6xx: Add A730 support
Konrad Dybcio
4
-4
/
+203
2023-10-09
drm/msm/a6xx: Mostly implement A7xx gpu_state
Konrad Dybcio
2
-3
/
+110
2023-10-09
drm/msm/a6xx: Send ACD state to QMP at GMU resume
Konrad Dybcio
2
-0
/
+18
2023-10-09
drm/msm/a6xx: Add skeleton A7xx support
Konrad Dybcio
5
-81
/
+479
2023-10-09
drm/msm/a6xx: Add missing regs for A7XX
Konrad Dybcio
2
-0
/
+17
2023-10-09
drm/i915/guc: Annotate struct ct_incoming_msg with __counted_by
Kees Cook
1
-1
/
+1
2023-10-09
drm/msm/dp: support setting the DP subconnector type
Dmitry Baryshkov
3
-1
/
+14
2023-10-09
drm/msm/dp: Remove error message when downstream port not connected
Stephen Boyd
1
-1
/
+0
2023-10-09
drm/msm/dp: Inline dp_display_is_sink_count_zero()
Stephen Boyd
1
-9
/
+1
2023-10-09
drm/msm/dpu: move INTF tearing checks to dpu_encoder_phys_cmd_init
Dmitry Baryshkov
1
-16
/
+23
2023-10-09
drm/msm/dpu: drop useless check from dpu_encoder_phys_cmd_te_rd_ptr_irq()
Dmitry Baryshkov
1
-8
/
+0
2023-10-09
drm/msm/dpu: drop DPU_INTF_TE feature flag
Dmitry Baryshkov
3
-5
/
+3
2023-10-09
drm/msm/dpu: enable INTF TE operations only when supported by HW
Dmitry Baryshkov
1
-1
/
+4
2023-10-09
drm/msm/dpu: inline _setup_intf_ops()
Dmitry Baryshkov
1
-30
/
+26
2023-10-09
drm/msm/dpu: drop the DPU_PINGPONG_TE flag
Dmitry Baryshkov
2
-4
/
+2
2023-10-09
drm/msm/dpu: enable PINGPONG TE operations only when supported by HW
Dmitry Baryshkov
3
-4
/
+7
2023-10-09
drm/msm/dpu: inline _setup_pingpong_ops()
Dmitry Baryshkov
1
-22
/
+17
2023-10-09
drm/msm/dp: skip validity check for DP CTS EDID checksum
Jani Nikula
1
-19
/
+2
2023-10-09
drm/msm/dp: Remove dp_display_is_ds_bridge()
Stephen Boyd
1
-8
/
+1
2023-10-09
drm/msm/dp: Inline dp_link_parse_sink_count()
Stephen Boyd
1
-35
/
+3
2023-10-09
drm/msm/dp: Simplify with drm_dp_{max_link_rate, max_lane_count}()
Stephen Boyd
1
-2
/
+2
2023-10-09
drm/msm/dp: Remove aux_cfg_update_done and related code
Stephen Boyd
1
-15
/
+0
2023-10-09
drm/msm/dp: Remove dead code related to downstream cap info
Stephen Boyd
2
-28
/
+3
2023-10-09
drm/msm/dp: Use drm_dp_read_sink_count() helper
Stephen Boyd
1
-12
/
+7
2023-10-09
drm/msm/dp: Replace open-coded drm_dp_read_dpcd_caps()
Stephen Boyd
2
-40
/
+6
2023-10-09
drm/msm/dsi: Enable widebus for DSI
Jessica Zhang
3
-5
/
+29
2023-10-09
drm/msm/dsi: Add DATABUS_WIDEN MDP_CTRL2 bit
Jessica Zhang
1
-0
/
+1
2023-10-09
drm/msm/dpu: Enable widebus for DSI INTF
Jessica Zhang
6
-2
/
+25
2023-10-09
drm/msm/dpu: Move setting of dpu_enc::wide_bus_en to atomic enable()
Jessica Zhang
1
-4
/
+7
2023-10-09
drm/msm: Remove unnecessary NULL values
Ruan Jinjie
2
-2
/
+2
2023-10-09
drm/msm/dpu: shift IRQ indices by 1
Dmitry Baryshkov
22
-136
/
+39
2023-10-09
drm/panel-simple: allow LVDS format override
Johannes Zink
1
-0
/
+53
2023-10-09
drm/bridge: samsung-dsim: calculate porches in Hz
Michael Tretter
1
-4
/
+6
2023-10-09
drm/bridge: samsung-dsim: adjust porches by rounding up
Michael Tretter
1
-3
/
+3
2023-10-09
drm/bridge: samsung-dsim: update PLL reference clock
Michael Tretter
1
-2
/
+25
2023-10-09
drm/bridge: samsung-dsim: reread ref clock before configuring PLL
Michael Tretter
1
-7
/
+9
2023-10-09
drm/bridge: samsung-dsim: add more mipi-dsi device debug information
Marco Felsch
1
-1
/
+4
[prev]
[next]