summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c
Commit message (Expand)AuthorAgeFilesLines
* drm/msm/dpu: Fix PP_BLK_DIPHER -> DITHER typoMarijn Suijten2023-04-261-1/+1
* drm/msm/dpu: tweak msm8998 hw catalog valuesArnaud Vrac2023-04-261-10/+5
* drm/msm/dpu: fetch DPU configuration from match dataDmitry Baryshkov2023-04-071-34/+0
* drm/msm/dpu: inline IRQ_n_MASK definesDmitry Baryshkov2023-04-071-73/+0
* drm/msm/dpu: drop duplicate vig_sblk instancesDmitry Baryshkov2023-04-071-18/+0
* drm/msm/dpu: expand sm6115 catalogDmitry Baryshkov2023-04-071-1/+1
* drm/msm/dpu: duplicate sdm845 catalog entriesDmitry Baryshkov2023-04-071-2/+2
* drm/msm/dpu: split SDM845 catalog entry to the separate fileDmitry Baryshkov2023-04-071-206/+1
* drm/msm/dpu: split MSM8998 catalog entry to the separate fileDmitry Baryshkov2023-04-071-188/+2
* drm/msm/dpu: split SM8150 catalog entry to the separate fileDmitry Baryshkov2023-04-071-185/+1
* drm/msm/dpu: split SC8180X catalog entry to the separate fileDmitry Baryshkov2023-04-071-104/+1
* drm/msm/dpu: split SM8250 catalog entry to the separate fileDmitry Baryshkov2023-04-071-130/+1
* drm/msm/dpu: split SC7180 catalog entry to the separate fileDmitry Baryshkov2023-04-071-142/+1
* drm/msm/dpu: split QCM2290 catalog entry to the separate fileDmitry Baryshkov2023-04-071-106/+1
* drm/msm/dpu: split SM6115 catalog entry to the separate fileDmitry Baryshkov2023-04-071-87/+2
* drm/msm/dpu: split SM8350 catalog entry to the separate fileDmitry Baryshkov2023-04-071-173/+1
* drm/msm/dpu: split SC7280 catalog entry to the separate fileDmitry Baryshkov2023-04-071-142/+2
* drm/msm/dpu: split SC8280XP catalog entry to the separate fileDmitry Baryshkov2023-04-071-186/+1
* drm/msm/dpu: split SM8550 catalog entry to the separate fileDmitry Baryshkov2023-04-071-379/+4
* drm/msm/dpu: move UBWC/memory configuration to separate structDmitry Baryshkov2023-04-071-30/+82
* drm/msm/dpu: mark remaining pp data as constDmitry Baryshkov2023-04-071-3/+3
* drm/msm/dpu: constify DSC data structuresDmitry Baryshkov2023-04-071-2/+2
* drm/msm/dpu: Allow variable INTF_BLK sizeKonrad Dybcio2023-04-071-48/+48
* drm/msm/dpu: Allow variable SSPP_BLK sizeKonrad Dybcio2023-04-071-73/+73
* drm/msm/dpu: drop smart_dma_rev from dpu_capsDmitry Baryshkov2023-04-061-13/+0
* drm/msm/dpu: populate SmartDMA features in hw catalogDmitry Baryshkov2023-04-061-20/+35
* drm/msm/dpu: Add support for AR30 formatLeonard Lausen2023-04-061-0/+2
* drm/msm/disp/dpu1: add support for dspp sub block flush in sc7280Kalyan Thota2023-04-061-1/+4
* Merge remote-tracking branch 'drm/drm-next' into msm-nextRob Clark2023-03-201-84/+82
|\
| * drm/msm/disp/dpu: fix sc7280_pp base offsetKuogee Hsieh2023-03-031-1/+1
| * drm/msm/dpu: don't use DPU_CLK_CTRL_CURSORn for DMA SSPP clocksDmitry Baryshkov2023-03-031-32/+32
| * drm/msm/dpu: fix clocks settings for msm8998 SSPP blocksDmitry Baryshkov2023-03-031-2/+2
| * drm/msm/dpu: drop DPU_DIM_LAYER from MIXER_MSM8998_MASKDmitry Baryshkov2023-03-031-1/+1
| * drm/msm/dpu: correct sm6115 scalerDmitry Baryshkov2023-03-031-6/+3
| * drm/msm/dpu: correct sm8250 and sm8350 scalerDmitry Baryshkov2023-03-031-10/+10
| * drm/msm/dpu: correct sm8450 scalerDmitry Baryshkov2023-03-031-4/+4
| * drm/msm/dpu: correct sc8280xp scalerDmitry Baryshkov2023-03-031-9/+9
| * drm/msm/dpu: correct sm8550 scalerDmitry Baryshkov2023-03-031-5/+5
| * drm/msm/dpu: fix sm6115 and qcm2290 mixer width limitsDmitry Baryshkov2023-03-031-3/+3
| * drm/msm/dpu: fix len of sc7180 ctl blocksDmitry Baryshkov2023-03-031-3/+3
| * drm/msm/dpu: fix typo in in sm8550's dma_sblk_5Dmitry Baryshkov2023-03-031-2/+2
| * drm/msm/dpu: disable features unsupported by QCM2290Dmitry Baryshkov2023-02-281-6/+7
| * drm/msm/dpu: set DPU_MDP_PERIPH_0_REMOVED for sc8280xpDmitry Baryshkov2023-02-281-1/+1
* | drm/msm/disp/dpu: get timing engine status from intf status registerVinod Polimera2023-03-131-1/+2
|/
* drm/msm/dpu: correct the UBWC version on sm6115Dmitry Baryshkov2023-01-261-1/+1
* drm/msm/dpu: fix sm8450 CTL configurationDmitry Baryshkov2023-01-241-5/+5
* drm/msm/dpu: add missing ubwc_swizzle setting to catalogDmitry Baryshkov2023-01-241-0/+5
* drm/msm/dpu: sc7180: add missing WB2 clock controlDmitry Baryshkov2023-01-241-0/+2
* drm/msm/dpu: use sm8350_regdma on SM8350 platformDmitry Baryshkov2023-01-211-1/+1
* drm/msm/dpu: point sc8280xp_dpu_cfg to sc8280xp_regdmaDmitry Baryshkov2023-01-211-0/+2