summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König1-1/+2
2018-10-24Merge drm/drm-next into drm-misc-nextSean Paul60-3240/+1906
2018-10-23drm: msm: adreno: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) +PTR_ERRMamta Shukla1-4/+1
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-05drm/msm: Use drm_atomic_helper_shutdownDaniel Vetter4-4/+1
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
2018-10-03drm/msm: dpu: Don't store/deref pointers in trace ringbufferSean Paul1-43/+55
2018-10-03drm/msm: dpu: Add extra_flush_bits to trigger_flush traceSean Paul2-6/+11
2018-10-03drm/msm: dpu: Clear frame_busy_mask bit after traceSean Paul1-1/+1
2018-10-03drm/msm: dpu: Don't continue after error in atomic_checkSean Paul1-6/+6
2018-10-03drm/msm: dpu: Make dpu_plane_sspp_atomic_update() voidSean Paul1-57/+14
2018-10-03drm/msm: dpu: Remove dpu_plane_enabled()Sean Paul1-7/+2
2018-10-03drm/msm: dpu: Remove dpu_plane_sspp_enabled()Sean Paul1-6/+1
2018-10-03drm/msm: dpu: Consolidate atomic_check functions()Sean Paul1-13/+2
2018-10-03drm/msm: dpu: Move atomic_check_plane_state() call to atomic_checkSean Paul1-40/+17
2018-10-03drm/msm: dpu: Remove impossible checksSean Paul1-18/+1
2018-10-03drm/msm/dpu: Remove an unused enumJordan Crouse1-6/+0
2018-10-03drm/msm/dpu: remove RM topology definitionJeykumar Sankaran7-124/+52
2018-10-03drm/msm/dpu: relax parameter validation in encodersJeykumar Sankaran3-26/+0
2018-10-03drm/msm/dpu: remove RM dependency on connector stateJeykumar Sankaran7-71/+26
2018-10-03drm/msm/dpu: remove display H_TILE from encoderJeykumar Sankaran3-9/+0