summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
Commit message (Expand)AuthorAgeFilesLines
* BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-1610-20/+35
|\
| * drm/msm: Fix the check for the command sizeJordan Crouse2017-05-271-2/+3
| * drm/msm: Take the mutex before calling msm_gem_new_implJordan Crouse2017-05-271-0/+6
| * drm/msm: for array in-fences, check if all backing fences are from our own co...Philipp Zabel2017-05-271-5/+4
| * drm/msm: constify irq_domain_opsTobias Klauser2017-05-271-1/+1
| * drm/msm/mdp5: release hwpipe(s) for unused planesRob Clark2017-05-271-0/+4
| * drm/msm: Reuse dma_fence_release.Eric Anholt2017-05-271-8/+2
| * drm/msm: Expose our reservation object when exporting a dmabuf.Eric Anholt2017-05-273-0/+9
| * drm/msm/gpu: check legacy clk names in get_clocks()Rob Clark2017-05-271-2/+2
| * drm/msm/mdp5: use __drm_atomic_helper_plane_duplicate_state()Rob Clark2017-05-271-2/+3
| * drm/msm: select PM_OPPRob Clark2017-05-271-0/+1
* | drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-15/+15
* | drm: drop drm_[cm]alloc* helpersMichal Hocko2017-05-181-5/+5
* | drm/msm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-1714-42/+43
* | drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter2017-05-101-37/+8
* | drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter2017-05-101-2/+2
* | drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter2017-05-101-6/+6
|/
* Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie2017-04-1134-622/+1568
|\
| * msm/drm: gpu: Dynamically locate the clocks from the device treeJordan Crouse2017-04-082-24/+58
| * drm/msm: gpu: Use OPP tables if we canJordan Crouse2017-04-081-19/+66
| * drm/msm: Hard code the GPU "slow frequency"Jordan Crouse2017-04-085-11/+11
| * drm/msm: Add MSM_PARAM_GMEM_BASEJordan Crouse2017-04-081-0/+3
| * drm/msm: Reference count address spacesJordan Crouse2017-04-086-13/+33
| * drm/msm: Make sure to detach the MMU during GPU cleanupJordan Crouse2017-04-082-13/+19
| * drm/msm/mdp5: Enable 3D mux in mdp5_ctlArchit Taneja2017-04-081-2/+7
| * drm/msm/mdp5: Reset CTL blend registers before configuring themArchit Taneja2017-04-081-0/+18
| * drm/msm/mdp5: Assign 'right' mixer to CRTC stateArchit Taneja2017-04-083-22/+129
| * drm/msm/mdp5: Stage border out on base stage if CRTC has 2 LMsArchit Taneja2017-04-081-10/+35
| * drm/msm/mdp5: Stage right side hwpipes on Right-side Layer MixerArchit Taneja2017-04-082-4/+20
| * drm/msm/mdp5: Prepare Layer Mixers for source splitArchit Taneja2017-04-081-7/+32
| * drm/msm/mdp5: Configure 'right' hwpipeArchit Taneja2017-04-082-1/+46
| * drm/msm/mdp5: Assign a 'right hwpipe' to plane stateArchit Taneja2017-04-082-1/+57
| * drm/msm/mdp5: Create mdp5_hwpipe_mode_setArchit Taneja2017-04-081-97/+130
| * drm/msm/mdp5: Add optional 'right' Layer Mixer in CRTC stateArchit Taneja2017-04-084-11/+103
| * drm/msm/mdp5: Add a CAP for Source SplitArchit Taneja2017-04-082-6/+17
| * drm/msm/mdp5: Remove mixer/intf pointers from mdp5_ctlArchit Taneja2017-04-087-63/+88
| * drm/msm/mdp5: Start using parameters from CRTC stateArchit Taneja2017-04-083-66/+64
| * drm/msm/mdp5: Add more stuff to CRTC stateArchit Taneja2017-04-082-0/+26
| * drm/msm/mdp5: Assign INTF and CTL in encoder's atomic_check()Archit Taneja2017-04-081-0/+16
| * drm/msm/mdp5: Prepare for dynamic assignment of mixersArchit Taneja2017-04-085-0/+97
| * drm/msm/mdp5: subclass CRTC stateArchit Taneja2017-04-082-6/+80
| * drm/msm/mdp5: Remove the pipeline stuff in mdp5_ctlArchit Taneja2017-04-081-25/+17
| * drm/msm/mdp5: Clean up interface assignmentArchit Taneja2017-04-085-64/+93
| * drm/msm/mdp5: Simplify LM <-> PP mappingArchit Taneja2017-04-084-12/+11
| * drm/msm/mdp5: Start using mdp5_hw_mixerArchit Taneja2017-04-088-43/+66
| * drm/msm/mdp5: Add structs for hw Layer MixersArchit Taneja2017-04-085-0/+119
| * drm/msm/mdp5: describe LM instances in mdp5_cfgArchit Taneja2017-04-083-0/+84
| * drm/msm/mdp5: Bring back pipe_lock to mdp5_plane structArchit Taneja2017-04-083-5/+7
| * drm/msm/hdmi: redefinitions of macros not requiredVinay Simha BN2017-04-081-7/+0
| * drm/msm/mdp5: Update SSPP_MAX valueArchit Taneja2017-04-081-1/+2
OpenPOWER on IntegriCloud