summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter1-2/+4
2019-10-11drm/msm/dsi: Implement reset correctlyJeffrey Hugo1-2/+4
2019-10-10drm/msm/mdp5: make config variables staticBen Dooks1-8/+8
2019-10-10drm/msm: make a5xx_show and a5xx_gpu_state_put staticBen Dooks1-3/+3
2019-10-10drm/msm/mdp5: Remove set but not used variable 'hw_cfg' in modeset_initzhengbin1-3/+0
2019-10-10drm/msm/dsi: Remove set but not used variable 'lp'zhengbin1-2/+1
2019-10-10drm/msm/dsi: Remove set but not used variable 'lpx'zhengbin1-4/+2
2019-10-10drm/msm/mdp5: Remove set but not used variable 'hw_cfg' in blend_setupzhengbin1-3/+0
2019-10-10drm/msm/mdp5: Remove set but not used variable 'fmt'zhengbin1-2/+0
2019-10-10drm/msm: Sanitize the modeset_is_locked checks in dpuSean Paul2-1/+9
2019-10-07drm/msm/dpu: Remove set but not used variables 'mode', 'dpu_kms', 'priv'zhengbin1-3/+0
2019-10-07drm/msm/dpu: Remove set but not used variables 'cmd_enc', 'priv'zhengbin1-11/+0
2019-10-07drm/msm/dpu: Remove set but not used variables 'dpu_cstate', 'priv'zhengbin1-4/+0
2019-10-07drm/msm/dpu: Remove set but not used variable 'priv' in dpu_core_irq.czhengbin1-6/+0
2019-10-07drm/msm/dpu: Remove set but not used variable 'priv' in dpu_encoder_phys_vid.czhengbin1-2/+0
2019-10-07drm/msm/dpu: Remove set but not used variable 'priv' in dpu_kms.czhengbin1-4/+0
2019-10-07drm/msm: include linux/sched/task.hArnd Bergmann1-0/+1
2019-10-07drm/msm/dsi: Move static keyword to the front of declarationsKrzysztof Wilczynski1-3/+3
2019-10-07drm/msm: Remove unused function argumentsDrew Davenport7-37/+14
2019-10-07drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport3-41/+1
2019-10-07drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport7-45/+19
2019-10-07drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport2-8/+3
2019-10-07drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport7-36/+14
2019-10-07drm/msm/dpu: Remove unused macroDrew Davenport1-4/+0
2019-10-07drm/msm/dpu: Remove unused variablesDrew Davenport2-12/+0
2019-10-07drm/msm/gpu: add ocmem init/cleanup functionsBrian Masney7-44/+66
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard69-460/+1034
2019-10-02drm/msm: use drm_debug_enabled() to check for debug categoriesJani Nikula1-2/+2
2019-09-04drm/msm: Use the correct dma_sync calls harderRob Clark1-2/+2
2019-09-04drm/msm: remove unlikely() from WARN_ON() conditionsDenis Efremov2-3/+3
2019-09-04drm/msm/dsi: Fix return value check for clk_get_parentSean Paul1-4/+4
2019-09-04drm/msm: add atomic tracesRob Clark5-4/+136
2019-09-04drm/msm/dpu: async commit supportRob Clark6-45/+34
2019-09-04drm/msm: async commit supportRob Clark4-1/+210
2019-09-04drm/msm: split power control from prepare/complete_commitRob Clark5-14/+54
2019-09-04drm/msm: add kms->flush_commit()Rob Clark5-4/+63
2019-09-04drm/msm: convert kms->complete_commit() to crtc_maskRob Clark7-36/+11
2019-09-04drm/msm: add kms->wait_flush()Rob Clark5-42/+54
2019-09-04drm/msm/dpu: handle_frame_done() from vblank irqRob Clark2-23/+9
2019-09-04drm/msm/dpu: add real wait_for_commit_done()Rob Clark1-1/+21
2019-09-04drm/msm/dpu: unwind async commit handlingRob Clark6-57/+37
2019-09-04drm/msm/dpu: remove unused argRob Clark3-4/+3
2019-09-04drm/msm/dpu: remove some impossible error checkingRob Clark6-45/+0
2019-09-04drm/msm/dpu: add rotation propertyRob Clark1-0/+20
2019-09-04drm/msm: Remove Kconfig defaultJordan Crouse1-1/+1
2019-09-04drm/msm/dpu: remove stray "\n"Rob Clark1-1/+1
2019-09-04drm/msm/dpu: fix "frame done" timeoutsRob Clark4-33/+38
2019-09-04drm/msm: Use struct_size() helperGustavo A. R. Silva1-2/+2
2019-09-04drm/msm: Use generic bulk clock functionJordan Crouse4-43/+2
2019-09-04drm/msm/mdp5: Find correct node for creating gem address spaceJeffrey Hugo1-1/+6