summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2020-12-30drm/msm/dsi_pll_10nm: restore VCO rate during restore_stateDmitry Baryshkov1-0/+8
2020-10-01drm/msm/a5xx: Always set an OPP supported hardware valueJordan Crouse1-7/+20
2020-10-01drm/msm: fix leaks if initialization failsPavel Machek1-2/+4
2020-09-17drm/msm: Disable preemption on all 5xx targetsJordan Crouse1-1/+2
2020-09-09drm/msm/a6xx: fix gmu start on newer firmwareDmitry Baryshkov1-1/+11
2020-09-09drm/msm: add shutdown support for display platform_driverKrishna Manikandan1-0/+8
2020-09-03drm/msm/adreno: fix updating ring fenceRob Clark1-1/+1
2020-08-19drm/msm: ratelimit crtc event overflow errorRob Clark1-1/+1
2020-07-22drm/msm: fix potential memleak in error branchBernard Zhao1-1/+3
2020-07-09drm/msm/dpu: fix error return code in dpu_encoder_initChen Tao1-1/+1
2020-06-25drm/msm/mdp5: Fix mdp5_init error path for failed mdp5_kms allocationRoy Spliet1-1/+2
2020-04-29drm/msm: Use the correct dma_sync calls harderRob Clark1-2/+2
2020-04-13drm/msm: Use the correct dma_sync calls in msm_gemRob Clark1-5/+42
2020-04-13drm/msm: stop abusing dma_map/unmap for cacheRob Clark1-2/+2
2020-03-11drm/msm/dsi/pll: call vco set rate explicitlyHarigovindan P1-0/+6
2020-03-11drm/msm/dsi: save pll state before dsi host is powered offHarigovindan P2-4/+5
2020-03-11drm: msm: Fix return type of dsi_mgr_connector_mode_valid for kCFIJohn Stultz1-1/+1
2020-03-11drm/msm/mdp5: rate limit pp done timeout warningsBrian Masney1-2/+2
2020-03-05drm/msm: Set dma maximum segment size for mdssSean Paul1-0/+8
2020-02-11drm: msm: mdp4: Adjust indentation in mdp4_dsi_encoder_enableNathan Chancellor1-1/+1
2020-01-27drm/msm/dsi: Implement reset correctlyJeffrey Hugo1-2/+4
2020-01-27drm/msm/a3xx: remove TPL1 regs from snapshotRob Clark1-13/+11
2020-01-27drm/msm/mdp5: Fix mdp5_cfg_init error returnJeffrey Hugo1-1/+1
2020-01-27drm/msm: fix unsigned comparison with less than zeroColin Ian King1-1/+1
2020-01-09drm/msm: include linux/sched/task.hArnd Bergmann1-0/+1
2019-12-13drm/msm: fix memleak on releaseJohan Hovold1-5/+1
2019-11-24msm/gpu/a6xx: Force of_dma_configure to setup DMA for GMUJordan Crouse1-1/+1
2019-11-06drm/msm/dpu: handle failures while initializing displaysJeykumar Sankaran1-13/+18
2019-10-11drm/msm/dsi: Fix return value check for clk_get_parentSean Paul1-4/+4
2019-08-25drm: msm: Fix add_gpu_componentsJeffrey Hugo1-1/+2
2019-07-31drm/msm: Depopulate platform on probe failureSean Paul1-3/+11
2019-06-11drm/msm: fix fb references in async updateHelen Koike1-0/+4
2019-05-31drm/msm: a5xx: fix possible object reference leakWen Yang1-4/+6
2019-03-05drm/msm: Fix A6XX support for opp-levelDouglas Anderson1-1/+1
2019-03-05drm/msm: Unblock writer if reader closes fileKristian H. Kristensen1-1/+6
2019-02-12drm/msm: dpu: Only check flush register against pending flushesSean Paul1-1/+1
2019-02-12drm/msm/dsi: fix dsi clock names in DSI 10nm PLL driverAbhinav Kumar1-4/+4
2019-02-06drm/msm/gpu: fix building without debugfsArnd Bergmann1-1/+1
2018-12-21drm/msm: Fix error return checkingWen Yang1-1/+1
2018-12-21drm/msm: dpu: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing1-2/+0
2018-12-21drm/msm: dpu: Don't set legacy plane->crtc pointerSean Paul1-1/+0
2018-12-21drm/msm/hdmi: Enable HPD after HDMI IRQ is set upTodor Tomov3-8/+9
2018-12-21drm/msm: Grab a vblank reference when waiting for commit_doneSean Paul1-0/+5
2018-12-21drm/msm/dsi: configure VCO rate for 10nm PLL driverAbhinav Kumar1-1/+3
2018-12-21drm/msm: fix handling of cmdstream offsetRob Clark1-1/+4
2018-12-21drm/msm/gpu: Fix a couple memory leaks in debugfsDan Carpenter1-4/+11
2018-12-21drm/msm: Fix task dump in gpu recoverySharat Masetty1-5/+4
2018-12-19drm/msm: fix address space warningArnd Bergmann1-4/+4
2018-12-13drm/msm: Move fence put to where failure occursRobert Foss1-7/+8
2018-11-21drm/msm: fix OF child-node lookupJohan Hovold1-2/+3