summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2022-05-02drm/msm/dpu: drop obsolete INTF_EDP commentDmitry Baryshkov1-11/+0
2022-05-02drm/msm/dpu: drop INTF_TYPE_MAX symbolDmitry Baryshkov1-1/+0
2022-05-02drm/msm/dpu: document INTF_EDP/INTF_DP differenceDmitry Baryshkov1-0/+8
2022-05-02drm/msm/dpu: pass irq to dpu_encoder_helper_wait_for_irq()Dmitry Baryshkov5-28/+29
2022-05-02drm/msm/dpu: remove struct dpu_encoder_irqDmitry Baryshkov4-107/+58
2022-05-02drm/msm/dpu: get rid of dpu_encoder_helper_(un)register_irqDmitry Baryshkov6-118/+48
2022-05-02drm/msm/dpu: allow just single IRQ callbackDmitry Baryshkov9-147/+84
2022-05-02drm/msm/dpu: remove always-true argument of dpu_core_irq_read()Dmitry Baryshkov3-7/+4
2022-05-02drm/msm/dpu: remove extra wrappers around dpu_core_irqDmitry Baryshkov3-33/+15
2022-04-27drm/msm: change msm_sched_ops from global to staticTom Rix1-1/+1
2022-04-27drm/msm: remove unused hotplug and edid macros from msm_drv.hAbhinav Kumar1-4/+0
2022-04-26drm/msm/dsi: Add support for DSC configurationVinod Koul1-1/+97
2022-04-26drm/msm: Update generated headersVinod Koul1-0/+80
2022-04-26drm/msm/dsi: add mode valid callback for dsi_mgrVinod Koul3-0/+40
2022-04-26drm/msm/disp/dpu1: Add DSC support in RMVinod Koul3-0/+58
2022-04-26drm/msm/disp/dpu1: Add support for DSC in topologyVinod Koul2-0/+15
2022-04-26drm/msm: Add missing num_dspp field documentationVinod Koul1-0/+1
2022-04-26drm/msm/dpu: don't use merge_3d if DSC merge topology is usedDmitry Baryshkov3-1/+25
2022-04-26drm/msm/disp/dpu1: Add support for DSC in encoderVinod Koul2-1/+135
2022-04-26drm/msm/disp/dpu1: Add DSC support in hw_ctlVinod Koul2-1/+12
2022-04-26drm/msm/disp/dpu1: Add DSC for SDM845 to hw_catalogVinod Koul1-0/+20
2022-04-26drm/msm/disp/dpu1: Add support for DSC in pingpong blockVinod Koul2-0/+46
2022-04-26drm/msm/disp/dpu1: Add support for DSCVinod Koul5-0/+322
2022-04-26drm/msm/dsi: Pass DSC params to drm_panelVinod Koul6-0/+38
2022-04-26drm/msm/dsi: add support for dsc dataVinod Koul2-0/+136
2022-04-26drm/msm/dp: enable widebus feature for display portKuogee Hsieh8-5/+71
2022-04-26drm/msm/dpu: revise timing engine programming to support widebus featureKuogee Hsieh5-14/+67
2022-04-26drm/msm/dpu: replace BIT(x) with correspond marco define stringKuogee Hsieh1-3/+9
2022-04-26drm/msm/dpu: adjust display_v_end for eDP and DPKuogee Hsieh1-0/+1
2022-04-26drm/msm: remove unused plane_property field from msm_drm_privateDmitry Baryshkov1-10/+0
2022-04-26drm/msm: don't store created planes, connectors and encodersDmitry Baryshkov7-34/+13
2022-04-26drm/msm: loop over encoders using drm_for_each_encoder()Dmitry Baryshkov2-6/+5
2022-04-26drm/msm/dpu: remove manual destruction of DRM objectsDmitry Baryshkov1-30/+3
2022-04-26drm/msm: properly add and remove internal bridgesDmitry Baryshkov4-0/+13
2022-04-26drm/msm: make mdp5/dpu devices master componentsDmitry Baryshkov7-183/+79
2022-04-26drm/msm: allow compile time selection of driver componentsDmitry Baryshkov6-11/+115
2022-04-26drm/msm: stop using device's match data pointerDmitry Baryshkov7-69/+42
2022-04-26drm/msm: split the main platform driverDmitry Baryshkov5-205/+288
2022-04-26drm/msm: remove extra indirection for msm_mdssDmitry Baryshkov3-102/+83
2022-04-26drm/msm: unify MDSS driversDmitry Baryshkov5-325/+93
2022-04-22drm/msm: return the average load over the polling periodChia-I Wu2-1/+62
2022-04-22drm/msm: simplify gpu_busy callbackChia-I Wu4-34/+41
2022-04-22drm/msm: remove explicit devfreq status resetChia-I Wu1-7/+0
2022-04-22drm/msm: Add a way for userspace to allocate GPU iovaRob Clark5-0/+89
2022-04-22drm/msm/gem: Add fenced vma unpinRob Clark7-17/+66
2022-04-22drm/msm/gem: Split vma lookup and pinRob Clark3-42/+44
2022-04-22drm/msm/gem: Rework vma lookup and pinRob Clark1-24/+26
2022-04-22drm/msm: Drop msm_gem_iova()Rob Clark3-24/+14
2022-04-22drm/msm/gem: Drop PAGE_SHIFT for address space mmRob Clark4-14/+13
2022-04-22drm/msm/gem: Split out inuse helperRob Clark3-3/+9