summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-21drm/msm: dpu: Allow planes to extend past active displaySean Paul4-16/+24
2018-11-21drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type'Stephen Boyd1-1/+1
2018-11-21drm/msm/gpu: fix parameters in function msm_gpu_crashstate_captureAnders Roxell1-2/+2
2018-10-06treewide: Replace more open-coded allocation size multiplicationsKees Cook1-2/+2
2018-08-11drm/msm: a6xx: fix spelling mistake: "initalization" -> "initialization"Colin Ian King1-2/+2
2018-08-11drm/msm: Add A6XX device supportJordan Crouse10-1/+2828
2018-08-11drm/msm: update generated headersRob Clark17-248/+6209
2018-08-11drm/msm/adreno: Load the firmware before bringing up the hardwareJordan Crouse3-3/+24
2018-08-11drm/msm: Add a helper function to parse clock namesJordan Crouse4-51/+72
2018-08-11drm/msm/disp/dpu: fix early dereference of physical encoderJeykumar Sankaran1-1/+3
2018-08-05drm/msm/adreno: Remove VLA usageKees Cook2-11/+24
2018-08-03gpu: drm: msm: Change return type to vm_fault_tSouptick Joarder2-24/+11