summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2023-04-07drm/msm/dpu: split MSM8998 catalog entry to the separate fileDmitry Baryshkov-188/+190
2023-04-07drm/msm/dpu: split SM8150 catalog entry to the separate fileDmitry Baryshkov-185/+194
2023-04-07drm/msm/dpu: split SC8180X catalog entry to the separate fileDmitry Baryshkov-104/+108
2023-04-07drm/msm/dpu: split SM8250 catalog entry to the separate fileDmitry Baryshkov-130/+131
2023-04-07drm/msm/dpu: split SC7180 catalog entry to the separate fileDmitry Baryshkov-142/+148
2023-04-07drm/msm/dpu: split QCM2290 catalog entry to the separate fileDmitry Baryshkov-106/+116
2023-04-07drm/msm/dpu: split SM6115 catalog entry to the separate fileDmitry Baryshkov-87/+97
2023-04-07drm/msm/dpu: split SM8350 catalog entry to the separate fileDmitry Baryshkov-173/+175
2023-04-07drm/msm/dpu: split SC7280 catalog entry to the separate fileDmitry Baryshkov-142/+150
2023-04-07drm/msm/dpu: split SC8280XP catalog entry to the separate fileDmitry Baryshkov-186/+195
2023-04-07drm/msm/dpu: split SM8550 catalog entry to the separate fileDmitry Baryshkov-379/+383
2023-04-07drm/msm/dpu: move UBWC/memory configuration to separate structDmitry Baryshkov-46/+107
2023-04-07drm/msm/dpu: mark remaining pp data as constDmitry Baryshkov-3/+3
2023-04-07drm/msm/dpu: constify DSC data structuresDmitry Baryshkov-5/+5
2023-04-07drm/msm/dpu: Allow variable INTF_BLK sizeKonrad Dybcio-48/+48
2023-04-07drm/msm/dpu: Allow variable SSPP_BLK sizeKonrad Dybcio-73/+73
2023-04-06drm/scheduler: Fix UAF race in drm_sched_entity_push_job()Asahi Lina-2/+9
2023-04-06drm/scheduler: Fix UAF race in drm_sched_entity_push_job()Asahi Lina-2/+9
2023-04-06Merge branches 'msm-next-lumag-dp', 'msm-next-lumag-dsi', 'msm-next-lumag-mdp...Dmitry Baryshkov-187/+129
2023-04-06Merge branch 'msm-next-lumag-dpu' into msm-next-lumagDmitry Baryshkov-962/+868
2023-04-06drm/msm/mdp4: Remove empty prepare_commit() functionJessica Zhang-5/+0
2023-04-06drm/msm/mdp5: set varaiable msm8x76_config storage-class-specifier to staticTom Rix-1/+1
2023-04-06drm/msm/dsi: Remove custom DSI config handlingKonrad Dybcio-6/+2
2023-04-06drm/msm/dsi: Switch the QCM2290-specific compatible to index autodetectionKonrad Dybcio-23/+5
2023-04-06drm/msm/dp: Fix spelling mistake "Capabiity" -> "Capability"Colin Ian King-1/+1
2023-04-06drm/msm/dsi: dsi_cfg: Merge SC7180 config into SDM845Konrad Dybcio-13/+2
2023-04-06drm/msm/dsi: dsi_cfg: Deduplicate identical structsKonrad Dybcio-63/+30
2023-04-06drm/msm/dp: Return IRQ_NONE for unhandled interruptsDouglas Anderson-12/+22
2023-04-06drm/msm/dsi: Fix DSI index detection when version clash occursKonrad Dybcio-19/+48
2023-04-06drm/msm/dp: Clean up handling of DP AUX interruptsDouglas Anderson-48/+36
2023-04-06drm/msm/dsi: Get rid of msm_dsi_config::num_dsiKonrad Dybcio-15/+1
2023-04-06msm/disp/dpu: allow atomic_check in PSR usecaseVinod Polimera-1/+1
2023-04-06drm/msm/dpu: set dirty_fb flag while in self refresh modeVinod Polimera-0/+3
2023-04-06drm/msm/dpu: manage DPU resources if CTM is requestedKalyan Thota-1/+20
2023-04-06drm/msm/dpu: avoid unnecessary check in DPU reservationsKalyan Thota-13/+10
2023-04-06drm/msm/dpu: add DSPPs into reservation upon a CTM requestKalyan Thota-9/+6
2023-04-06drm/msm/dpu: Fix bit-shifting UB in DPU_HW_VER() macroGeert Uytterhoeven-2/+3
2023-04-06drm/msm/dpu: remove unused dpu_plane_validate_multirect_v2 functionAbhinav Kumar-135/+0
2023-04-06drm/msm/dpu: log the multirect_index in _dpu_crtc_blend_setup_pipeAbhinav Kumar-2/+3
2023-04-06drm/msm/dpu: drop smart_dma_rev from dpu_capsDmitry Baryshkov-15/+0
2023-04-06drm/msm/dpu: populate SmartDMA features in hw catalogDmitry Baryshkov-20/+35
2023-04-06drm/msm/dpu: add support for wide planesDmitry Baryshkov-17/+142
2023-04-06drm/msm/dpu: split pipe handling from _dpu_crtc_blend_setup_mixerDmitry Baryshkov-29/+50
2023-04-06drm/msm/dpu: rework static color fill codeDmitry Baryshkov-29/+40
2023-04-06drm/msm/dpu: rework plane CSC settingDmitry Baryshkov-20/+27
2023-04-06drm/msm/dpu: rework dpu_plane_atomic_check()Dmitry Baryshkov-36/+55
2023-04-06drm/msm/dpu: rework dpu_plane_sspp_atomic_update()Dmitry Baryshkov-50/+63
2023-04-06drm/msm/dpu: simplify dpu_plane_validate_src()Dmitry Baryshkov-20/+10
2023-04-06drm/msm/dpu: add dpu_hw_sspp_cfg to dpu_plane_stateDmitry Baryshkov-36/+32
2023-04-06drm/msm/dpu: make _dpu_plane_calc_clk accept mode directlyDmitry Baryshkov-22/+17