aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/disp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard31-280/+437
2019-10-02drm/msm: use drm_debug_enabled() to check for debug categoriesJani Nikula1-2/+2
2019-09-04drm/msm: remove unlikely() from WARN_ON() conditionsDenis Efremov2-3/+3
2019-09-03drm/msm/dpu: async commit supportRob Clark4-38/+33
2019-09-03drm/msm: split power control from prepare/complete_commitRob Clark3-14/+42
2019-09-03drm/msm: add kms->flush_commit()Rob Clark3-0/+18
2019-09-03drm/msm: convert kms->complete_commit() to crtc_maskRob Clark5-34/+9
2019-09-03drm/msm: add kms->wait_flush()Rob Clark3-15/+30
2019-09-03drm/msm/dpu: handle_frame_done() from vblank irqRob Clark2-23/+9
2019-09-03drm/msm/dpu: add real wait_for_commit_done()Rob Clark1-1/+21
2019-09-03drm/msm/dpu: unwind async commit handlingRob Clark5-55/+36
2019-09-03drm/msm/dpu: remove unused argRob Clark3-4/+3
2019-09-03drm/msm/dpu: remove some impossible error checkingRob Clark6-45/+0
2019-09-03drm/msm/dpu: add rotation propertyRob Clark1-0/+20
2019-09-03drm/msm/dpu: remove stray "\n"Rob Clark1-1/+1
2019-09-03drm/msm/dpu: fix "frame done" timeoutsRob Clark4-33/+38
2019-09-03drm/msm/mdp5: Find correct node for creating gem address spaceJeffrey Hugo1-1/+6
2019-09-03drm/msm/mdp5: Add msm8998 supportJeffrey Hugo1-5/+127
2019-09-03drm/msm/dpu: remove dpu_mdss:hwversionRob Clark1-5/+0
2019-09-03drm/msm/dpu: Drop unused GPIO codeLinus Walleij3-9/+5
2019-09-03drm/msm/mdp4: Drop unused GPIO includeLinus Walleij1-2/+0
2019-09-03drm/msm: drop use of drmP.hSam Ravnborg17-7/+38
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-6/+2
2019-08-01drm/msm: add support for per-CRTC max_vblank_count on mdp5Brian Masney2-2/+16
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard42-708/+236
2019-07-22drm/msm/dpu: Correct dpu encoder spinlock initializationShubhashree Dhar1-2/+1
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds18-349/+239
2019-06-28Merge tag 'drm-msm-next-2019-06-25' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie16-300/+202
2019-06-28drm/msm: Use drm_gem_fb_prepare_fbDaniel Vetter1-6/+2
2019-06-25drm/msm: add dirty framebuffer helperBrian Masney3-0/+9
2019-06-20drm/msm/dpu: Avoid calling _dpu_kms_mmu_destroy() on init failureSean Paul1-9/+4
2019-06-20drm/msm/dpu: Remove call to drm_mode_set_crtcinfoSean Paul1-3/+0
2019-06-20drm/msm/mdp5: Use the interconnect APIGeorgi Djakov1-0/+38
2019-06-20drm/msm/dpu: add icc voting in dpu_mdss_initAbhinav Kumar1-4/+14
2019-06-20drm/msm/dpu: Integrate interconnect API in MDSSJayant Shekhar1-4/+45
2019-06-20drm/msm/dpu: clean up references of DPU custom bus scalingJayant Shekhar4-131/+80
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner34-408/+34
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter47-418/+50
2019-06-18drm/msm/mdp5: Fix mdp5_cfg_init error returnJeffrey Hugo1-1/+1
2019-06-18drm/msm/dpu: Avoid a null de-ref while recovering from kms init failJordan Crouse1-3/+6
2019-06-18drm/msm/dpu: Fix error recovery after failing to enable clocksJordan Crouse1-3/+3
2019-06-18msm: dpu1: no need to check return value of debugfs_create functionsGreg Kroah-Hartman7-27/+4
2019-06-18drm/msm/dpu: Fix Wunused-const-variableNathan Huckleberry1-110/+0
2019-06-18drm/msm/dpu: Remove bogus commentSean Paul1-1/+0
2019-06-18drm/msm/dpu: Remove _dpu_debugfs_initSean Paul1-8/+2
2019-06-18drm/msm/dpu: Use provided drm_minor to initialize debugfsSean Paul1-3/+3
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds46-418/+46
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner46-418/+46
2019-06-04drm/msm: fix fb references in async updateHelen Koike1-0/+4
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul1-3/+1