aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-03drm/msm: Fix error return checkingWen Yang1-1/+1
2018-12-03drm/msm/dpu: Ignore alpha for XBGR8888 formatJayant Shekhar1-1/+1
2018-12-03drm/msm: dpu: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing1-2/+0
2018-12-03drm/msm/hdmi: Drop pointless static qualifier in msm_hdmi_bind()YueHaibing1-1/+1
2018-12-03drm/msm: Move fence put to where failure occursRobert Foss1-7/+8
2018-12-03drm/msm: dpu: Don't set legacy plane->crtc pointerSean Paul1-1/+0
2018-12-03drm/msm/gpu: Don't map command buffers with nr_relocs equal to 0Jordan Crouse1-0/+3
2018-12-03drm/msm/hdmi: Enable HPD after HDMI IRQ is set upTodor Tomov3-8/+9
2018-12-03drm/msm: validate display and event threadsJeykumar Sankaran1-33/+16
2018-11-30drm/msm: Grab a vblank reference when waiting for commit_doneSean Paul1-0/+5
2018-11-30drm/msm/dsi: configure VCO rate for 10nm PLL driverAbhinav Kumar1-1/+3
2018-11-30drm/msm: fix handling of cmdstream offsetRob Clark1-1/+4
2018-11-30drm/msm/gpu: Fix a couple memory leaks in debugfsDan Carpenter1-4/+11
2018-11-30drm/msm: Fix task dump in gpu recoverySharat Masetty1-5/+4
2018-11-30drm/msm: Check if target supports crash dump captureSharat Masetty1-0/+4
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds62-3248/+1910
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+3
2018-10-23drm/msm: fix OF child-node lookupJohan Hovold1-2/+3
2018-10-08drm/msm: a6xx: Fix improper u64 divisionSean Paul1-4/+7
2018-10-08drm/msm: a5xx: Remove unneeded parensSean Paul1-2/+2
2018-10-07drm/msm/a6xx: Remove CP perfcounter selects from the protected listJordan Crouse1-3/+1
2018-10-07drm/msm: dpu: Fix memory leak caused by dropped referenceSean Paul1-3/+1
2018-10-07drm/msm: a5xx: Fix improper u64 divisionSean Paul1-5/+7
2018-10-07drm/msm: update generated headersRob Clark8-342/+1149
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-2/+2
2018-10-04drm/msm/a6xx: Add devfreq support for a6xxSharat Masetty4-5/+67
2018-10-04drm/msm: re-factor devfreq codeSharat Masetty3-23/+41
2018-10-04drm/msm/a6xx: Add gmu_read64() register read opSharat Masetty1-0/+10
2018-10-04drm/msm: suspend devfreq on initSharat Masetty1-0/+2
2018-10-03drm/msm/a6xx: Add inactive_period for a6xxJordan Crouse1-0/+1
2018-10-03drm/msm: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-4/+4
2018-10-03drm/msm: Replace drm_gem_object_{un/reference} with put, get functionsThomas Zimmermann6-8/+8
2018-10-03drm/msm: Replace drm_framebuffer_{un/reference} with put, get functionsThomas Zimmermann1-2/+2
2018-10-03drm/msm/a6xx: Poll for HFI responsesJordan Crouse3-120/+57
2018-10-03msm/gpu/a6xx: Force of_dma_configure to setup DMA for GMUJordan Crouse1-1/+1
2018-10-03drm/msm/a5xx: Skip hardware preemption init if no preemptionSharat Masetty1-3/+7
2018-10-03drm/msm: fix unsigned comparison with less than zeroColin Ian King1-1/+1
2018-10-03drm/msm/a6xx: Fix PDC register overlapJordan Crouse3-69/+78
2018-10-03drm/msm/a6xx: Rename gmu phandle to qcom,gmuJordan Crouse1-1/+1
2018-10-03drm/msm/gpu: fix parameters in function msm_gpu_crashstate_captureAnders Roxell1-2/+2
2018-10-03drm/msm/a6xx: Send the right perf index value to GMUSharat Masetty1-1/+1
2018-10-03drm/msm/rd: fix crash with long process cmdlinesRob Clark1-3/+3
2018-10-03drm/msm: dpu: Don't reset dpu_enc->cur_master on .disable()Sean Paul1-2/+2
2018-10-03drm/msm/dpu: Revise _dpu_plane_get_aspaceBruce Wang1-29/+6
2018-10-03drm/msm/dpu: Make dpu_plane_danger_signal_ctrl voidBruce Wang1-22/+4
2018-10-03drm/msm/dpu: Change _dpu_crtc_vblank_enable_no_lock to voidBruce Wang1-35/+7
2018-10-03drm/msm/dpu: Remove _dpu_crtc_power_enableBruce Wang1-39/+2
2018-10-03drm/msm/dpu: Remove unneeded checks in dpu_crtc.cBruce Wang1-145/+22
2018-10-03drm/msm/dpu: Clean up plane atomic disable/updateBruce Wang1-24/+7
2018-10-03drm/msm/dpu: Remove unneeded checks in dpu_plane.cBruce Wang1-188/+16