index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Lines
2023-04-07
drm/msm/dpu: split MSM8998 catalog entry to the separate file
Dmitry Baryshkov
-188
/
+190
2023-04-07
drm/msm/dpu: split SM8150 catalog entry to the separate file
Dmitry Baryshkov
-185
/
+194
2023-04-07
drm/msm/dpu: split SC8180X catalog entry to the separate file
Dmitry Baryshkov
-104
/
+108
2023-04-07
drm/msm/dpu: split SM8250 catalog entry to the separate file
Dmitry Baryshkov
-130
/
+131
2023-04-07
drm/msm/dpu: split SC7180 catalog entry to the separate file
Dmitry Baryshkov
-142
/
+148
2023-04-07
drm/msm/dpu: split QCM2290 catalog entry to the separate file
Dmitry Baryshkov
-106
/
+116
2023-04-07
drm/msm/dpu: split SM6115 catalog entry to the separate file
Dmitry Baryshkov
-87
/
+97
2023-04-07
drm/msm/dpu: split SM8350 catalog entry to the separate file
Dmitry Baryshkov
-173
/
+175
2023-04-07
drm/msm/dpu: split SC7280 catalog entry to the separate file
Dmitry Baryshkov
-142
/
+150
2023-04-07
drm/msm/dpu: split SC8280XP catalog entry to the separate file
Dmitry Baryshkov
-186
/
+195
2023-04-07
drm/msm/dpu: split SM8550 catalog entry to the separate file
Dmitry Baryshkov
-379
/
+383
2023-04-07
drm/msm/dpu: move UBWC/memory configuration to separate struct
Dmitry Baryshkov
-46
/
+107
2023-04-07
drm/msm/dpu: mark remaining pp data as const
Dmitry Baryshkov
-3
/
+3
2023-04-07
drm/msm/dpu: constify DSC data structures
Dmitry Baryshkov
-5
/
+5
2023-04-07
drm/msm/dpu: Allow variable INTF_BLK size
Konrad Dybcio
-48
/
+48
2023-04-07
drm/msm/dpu: Allow variable SSPP_BLK size
Konrad Dybcio
-73
/
+73
2023-04-06
drm/scheduler: Fix UAF race in drm_sched_entity_push_job()
Asahi Lina
-2
/
+9
2023-04-06
drm/scheduler: Fix UAF race in drm_sched_entity_push_job()
Asahi Lina
-2
/
+9
2023-04-06
Merge branches 'msm-next-lumag-dp', 'msm-next-lumag-dsi', 'msm-next-lumag-mdp...
Dmitry Baryshkov
-187
/
+129
2023-04-06
Merge branch 'msm-next-lumag-dpu' into msm-next-lumag
Dmitry Baryshkov
-962
/
+868
2023-04-06
drm/msm/mdp4: Remove empty prepare_commit() function
Jessica Zhang
-5
/
+0
2023-04-06
drm/msm/mdp5: set varaiable msm8x76_config storage-class-specifier to static
Tom Rix
-1
/
+1
2023-04-06
drm/msm/dsi: Remove custom DSI config handling
Konrad Dybcio
-6
/
+2
2023-04-06
drm/msm/dsi: Switch the QCM2290-specific compatible to index autodetection
Konrad Dybcio
-23
/
+5
2023-04-06
drm/msm/dp: Fix spelling mistake "Capabiity" -> "Capability"
Colin Ian King
-1
/
+1
2023-04-06
drm/msm/dsi: dsi_cfg: Merge SC7180 config into SDM845
Konrad Dybcio
-13
/
+2
2023-04-06
drm/msm/dsi: dsi_cfg: Deduplicate identical structs
Konrad Dybcio
-63
/
+30
2023-04-06
drm/msm/dp: Return IRQ_NONE for unhandled interrupts
Douglas Anderson
-12
/
+22
2023-04-06
drm/msm/dsi: Fix DSI index detection when version clash occurs
Konrad Dybcio
-19
/
+48
2023-04-06
drm/msm/dp: Clean up handling of DP AUX interrupts
Douglas Anderson
-48
/
+36
2023-04-06
drm/msm/dsi: Get rid of msm_dsi_config::num_dsi
Konrad Dybcio
-15
/
+1
2023-04-06
msm/disp/dpu: allow atomic_check in PSR usecase
Vinod Polimera
-1
/
+1
2023-04-06
drm/msm/dpu: set dirty_fb flag while in self refresh mode
Vinod Polimera
-0
/
+3
2023-04-06
drm/msm/dpu: manage DPU resources if CTM is requested
Kalyan Thota
-1
/
+20
2023-04-06
drm/msm/dpu: avoid unnecessary check in DPU reservations
Kalyan Thota
-13
/
+10
2023-04-06
drm/msm/dpu: add DSPPs into reservation upon a CTM request
Kalyan Thota
-9
/
+6
2023-04-06
drm/msm/dpu: Fix bit-shifting UB in DPU_HW_VER() macro
Geert Uytterhoeven
-2
/
+3
2023-04-06
drm/msm/dpu: remove unused dpu_plane_validate_multirect_v2 function
Abhinav Kumar
-135
/
+0
2023-04-06
drm/msm/dpu: log the multirect_index in _dpu_crtc_blend_setup_pipe
Abhinav Kumar
-2
/
+3
2023-04-06
drm/msm/dpu: drop smart_dma_rev from dpu_caps
Dmitry Baryshkov
-15
/
+0
2023-04-06
drm/msm/dpu: populate SmartDMA features in hw catalog
Dmitry Baryshkov
-20
/
+35
2023-04-06
drm/msm/dpu: add support for wide planes
Dmitry Baryshkov
-17
/
+142
2023-04-06
drm/msm/dpu: split pipe handling from _dpu_crtc_blend_setup_mixer
Dmitry Baryshkov
-29
/
+50
2023-04-06
drm/msm/dpu: rework static color fill code
Dmitry Baryshkov
-29
/
+40
2023-04-06
drm/msm/dpu: rework plane CSC setting
Dmitry Baryshkov
-20
/
+27
2023-04-06
drm/msm/dpu: rework dpu_plane_atomic_check()
Dmitry Baryshkov
-36
/
+55
2023-04-06
drm/msm/dpu: rework dpu_plane_sspp_atomic_update()
Dmitry Baryshkov
-50
/
+63
2023-04-06
drm/msm/dpu: simplify dpu_plane_validate_src()
Dmitry Baryshkov
-20
/
+10
2023-04-06
drm/msm/dpu: add dpu_hw_sspp_cfg to dpu_plane_state
Dmitry Baryshkov
-36
/
+32
2023-04-06
drm/msm/dpu: make _dpu_plane_calc_clk accept mode directly
Dmitry Baryshkov
-22
/
+17
[prev]
[next]