aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/disp (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-11drm/msm/dpu: Fix clock issue after bind failureJayant Shekhar1-0/+1
2018-12-11drm/msm/dpu: Clean up dpu_media_info.h static inline functionsJordan Crouse1-107/+57
2018-12-11drm/msm/dpu: Further cleanups for static inline functionsJordan Crouse10-71/+13
2018-12-11drm/msm/dpu: Cleanup the debugfs functionsJordan Crouse12-361/+93
2018-12-11drm/msm/dpu: Remove dpu_irq and unused functionsJordan Crouse7-147/+28
2018-12-11drm/msm/dpu: Cleanup callers of dpu_hw_blk_initJordan Crouse8-100/+14
2018-12-11drm/msm/dpu: Remove unused functionsJordan Crouse4-40/+0
2018-12-11drm/msm/dpu: Remove dpu_crtc_is_enabled()Jordan Crouse2-20/+6
2018-12-11drm/msm/dpu: Remove dpu_crtc_get_mixer_heightJordan Crouse2-15/+1
2018-12-11drm/msm/dpu: Remove dpu_dbgJordan Crouse14-2529/+3
2018-12-11drm/msm: dpu: Remove crtc_lockSean Paul2-14/+0
2018-12-11drm/msm: dpu: Remove vblank_requested flag from dpu_crtcSean Paul3-18/+4
2018-12-11drm/msm: dpu: Separate crtc assignment from vblank enableSean Paul3-55/+59
2018-12-11drm/msm: dpu: Don't bother checking ->enabled in dpu_crtc_vblankSean Paul1-3/+1
2018-12-11drm/msm: dpu: Use atomic_disable for dpu_crtc_disableSean Paul1-2/+3
2018-12-11drm/msm: dpu: Remove vblank_callback from encoderSean Paul4-23/+26
2018-12-11drm/msm: dpu: Remove crtc_lock from setup_mixersSean Paul1-9/+3
2018-12-11drm/msm: dpu: Move pm_runtime_(get|put) from vblank_enableSean Paul1-4/+4
2018-12-11drm/msm: dpu: Add modeset lock checks where applicableSean Paul2-0/+3
2018-12-11drm/msm: dpu: Stop using encoder->crtc pointerSean Paul2-36/+29
2018-12-11drm/msm: dpu: Grab the modeset locks in frame_eventSean Paul1-1/+14
2018-12-11drm/msm: dpu: Don't drop locks in crtc_vblank_enableSean Paul1-6/+0
2018-12-11drm/msm: dpu: Move crtc runtime resume to encoderSean Paul5-49/+15
2018-12-11drm/msm: dpu: Add ->enabled to dpu_encoder_virtSean Paul1-5/+22
2018-12-11drm/msm: dpu: Fix typo in dpu_encoderSean Paul1-1/+1
2018-12-11drm/msm: dpu: Remove dpu_power_handleSean Paul4-263/+0
2018-12-11drm/msm: dpu: Move DPU_POWER_HANDLE_DBUS_ID to core_perfSean Paul4-34/+34
2018-12-11drm/msm: dpu: Include dpu_io_util.h directly in dpu_kms.hSean Paul1-0/+1
2018-12-11drm/msm: dpu: Remove power_handle from core_perfSean Paul3-9/+0
2018-12-11drm/msm: dpu: Handle crtc pm_runtime_resume() directlySean Paul4-25/+20
2018-12-11drm/msm: dpu: Don't use power_event for vbif_init_memtypesSean Paul2-22/+3
2018-12-11drm/msm: dpu: Remove dpu_power_clientSean Paul4-199/+6
2018-12-11drm/msm: dpu: Remove unused trace_dpu_perf_update_bus()Sean Paul1-21/+0
2018-12-11drm/msm: dpu: Remove dpu_power_handle_get_dbus_name()Sean Paul3-25/+2
2018-12-11drm/msm: dpu: Allocate proper amount for dpu_crtc_stateSean Paul1-1/+13
2018-12-11drm/msm/mdp4: add lcdc-align-lsb flag to control lane alignmentJonathan Marek1-8/+13
2018-12-11drm/msm: dpu: Make legacy cursor updates asynchronousSean Paul5-33/+47
2018-12-11drm/msm: dpu: Only check flush register against pending flushesSean Paul1-1/+1
2018-12-11drm/msm/dpu: Correct dpu destroy and disable orderJayant Shekhar1-4/+1
2018-12-11drm/msm/mdp5: add config for msm8917Jonathan Marek1-0/+86
2018-12-11drm/msm/mdp4: allocate blank_cursor_no with MSM_BO_SCANOUT flagJonathan Marek1-1/+1
2018-12-11drm/msm/mdp4: only use lut_clk on mdp4.2+Jonathan Marek1-9/+13
2018-12-11drm/msm: Count how many times iova memory is pinnedJordan Crouse3-3/+3
2018-12-11drm/msm: Add msm_gem_get_and_pin_iova()Jordan Crouse3-4/+4
2018-12-11drm/msm/dpu: set geometry for iommu domainJeykumar Sankaran1-0/+3
2018-12-11drm: msm: Use DRM_DEV_* instead of dev_*Mamta Shukla15-106/+108
2018-12-11drm/msm: dpu: Remove checks from dpu_plane_destroy_state()Sean Paul1-12/+1
2018-12-11drm/msm: dpu: Clean up _dpu_core_video_mode_intf_connected()Sean Paul1-7/+2
2018-12-11drm/msm: dpu: Remove empty/useless labelsSean Paul7-28/+15
2018-12-11drm/msm: dpu: Remove 'inline' from several functionsSean Paul9-47/+29