summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/disp
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-21Merge tag 'drm-msm-next-2018-03-20' of git://people.freedesktop.org/~robclark...Dave Airlie34-0/+14466
2018-03-19drm/msm/mdp5: don't pre-reserve LM's if no dual-dsiRob Clark1-1/+5
2018-03-19drm/msm/mdp5: add missing LM flush bitsRob Clark1-0/+2
2018-03-19drm/msm/mdp5: print a bit more of the atomic stateRob Clark1-0/+5
2018-03-19drm/msm/mdp5: rework CTL START signal handlingRob Clark7-44/+35
2018-03-19drm/msm: rename mdp->dispRob Clark34-0/+14474