summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/disp
AgeCommit message (Expand)AuthorFilesLines
2020-08-19drm/msm: ratelimit crtc event overflow errorRob Clark1-1/+1
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-03-11drm/msm/mdp5: rate limit pp done timeout warningsBrian Masney1-2/+2
2020-02-11drm: msm: mdp4: Adjust indentation in mdp4_dsi_encoder_enableNathan Chancellor1-1/+1
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
2019-11-06drm/msm/dpu: handle failures while initializing displaysJeykumar Sankaran1-13/+18
2019-06-11drm/msm: fix fb references in async updateHelen Koike1-0/+4
2019-02-12drm/msm: dpu: Only check flush register against pending flushesSean Paul1-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-19drm/msm: fix address space warningArnd Bergmann1-4/+4
2018-11-21drm/msm: dpu: Allow planes to extend past active displaySean Paul3-16/+22
2018-11-21drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type'Stephen Boyd1-1/+1
2018-10-06treewide: Replace more open-coded allocation size multiplicationsKees Cook1-2/+2
2018-08-11drm/msm: update generated headersRob Clark3-39/+39
2018-08-11drm/msm/disp/dpu: fix early dereference of physical encoderJeykumar Sankaran1-1/+3
2018-07-31drm/msm/disp/dpu: fix two spelling mistakesColin Ian King2-2/+2
2018-07-30drm/msm/disp/dpu: Mark a handful of functions as staticJordan Crouse11-47/+13
2018-07-30drm/msm/disp/dpu: Remove unused functions from dpu_formats.cJordan Crouse4-166/+0
2018-07-30drm/msm/disp/dpu: Remove dpu_kms_utilsJordan Crouse2-265/+0
2018-07-30drm/msm/disp/dpu: Remove unused code from drm_crtc.cJordan Crouse2-442/+2
2018-07-30drm/msm/disp/dpu: Remove unused code from drm_encoder.cJordan Crouse3-97/+0
2018-07-30drm/msm: Replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva1-1/+1
2018-07-30drm/msm: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-07-30drm/msm/dpu: fix mismatch in function argument.zhong jiang1-1/+1
2018-07-30drm/msm: dpu: Use clock-names instead of assigned-clock-namesSean Paul1-3/+2
2018-07-30drm/msm: dpu: Use 'vsync' instead of 'vsync_clk' in cmdmode encoderSean Paul1-1/+1
2018-07-26drm/msm: rework vblank event handling in dpu_crtcRajesh Yadav1-1/+14
2018-07-26drm/msm: Add SDM845 DPU supportJeykumar Sankaran60-0/+31672
2018-07-26drm/msm/mdp5: subclass msm_mdss for mdp5Rajesh Yadav1-73/+81
2018-07-26drm/msm: Move wait_for_vblanks into mdp complete_commit() hooksSean Paul2-0/+4
2018-07-25drm/msm/mdp5: negative x/y in cursor moveCarsten Behling1-8/+43
2018-07-25drm/msm/mdp5: fix missing CTL flushRob Clark1-1/+11
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-10drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon2-3/+6
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King2-2/+2
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan8-92/+131
2018-06-11drm/msm: Stop updating plane->fb/crtcVille Syrjälä4-6/+0
2018-06-04drm/msm: Issue queued events when disabling crtcSean Paul1-0/+9
2018-06-04drm/msm: Move implicit sync handling to prepare_fbSean Paul2-31/+2
2018-06-03drm/msm: Don't subclass drm_atomic_state anymoreArchit Taneja2-68/+0
2018-06-03drm/msm/mdp5: Use the new private_obj stateArchit Taneja4-22/+37
2018-06-03drm/msm/mdp5: Add global state as a private atomic objectArchit Taneja2-0/+112
2018-06-03drm/msm: Add modifier to mdp_get_format argumentsJeykumar Sankaran2-2/+3
2018-06-03drm/msm: Mark the crtc->state->event consumedSean Paul2-0/+2
2018-05-25drm/msm: Stop consulting plane->fb/crtcVille Syrjälä2-2/+2
2018-04-19drm/msm: Add modifier to mdp_get_format argumentsJeykumar Sankaran2-2/+3
2018-04-19drm/msm: Mark the crtc->state->event consumedSean Paul2-0/+2