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
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/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/msm/dpu: stop using raw IRQ indices in the kernel traces
Dmitry Baryshkov
3
-37
/
+49
2023-10-09
drm/msm/dpu: stop using raw IRQ indices in the kernel output
Dmitry Baryshkov
3
-33
/
+46
2023-10-09
drm/msm/dpu: make the irq table size static
Dmitry Baryshkov
2
-18
/
+14
2023-10-09
drm/msm/dpu: add helper to get IRQ-related data
Dmitry Baryshkov
2
-19
/
+41
2023-10-09
drm/msm/dpu: extract dpu_core_irq_is_valid() helper
Dmitry Baryshkov
1
-11
/
+11
2023-10-09
drm/msm/dpu: remove irq_idx argument from IRQ callbacks
Dmitry Baryshkov
8
-24
/
+18
2023-10-05
drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limits
Abhinav Kumar
1
-3
/
+12
2023-10-05
drm/msm/dpu: Annotate struct dpu_hw_intr with __counted_by
Kees Cook
1
-1
/
+1
2023-10-04
drm/msm: dynamically allocate the drm-msm_gem shrinker
Qi Zheng
3
-16
/
+25
2023-09-22
Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
10
-38
/
+20
2023-09-20
drm/msm/dp: Add newlines to debug printks
Stephen Boyd
1
-2
/
+2
2023-09-20
drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow
Abhinav Kumar
1
-6
/
+6
2023-09-20
drm/msm/dsi: fix irq_of_parse_and_map() error checking
Dan Carpenter
1
-4
/
+3
[prev]
[next]