summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorLines
2017-06-19drm/msm: Fix potential buffer overflow issueKasin Li-3/+6
2017-06-17drm/msm: Separate locking of buffer resources from struct_mutexSushmita Susheelendra-144/+238
2017-06-16drm/msm/hdmi: Fix HDMI pink strip issue seen on 8x96Archit Taneja-3/+67
2017-06-16drm/msm/hdmi: 8996 PLL: Populate unprepareArchit Taneja-0/+5
2017-06-16drm/msm/hdmi: Use bitwise operators when building register valuesLiviu Dudau-3/+3
2017-06-16drm/msm: update generated headersRob Clark-337/+2059
2017-06-16drm/msm: remove address-space idRob Clark-46/+0
2017-06-16drm/msm: support for an arbitrary number of address spacesRob Clark-43/+99
2017-06-16drm/msm: refactor how we handle vram carveout buffersRob Clark-21/+27
2017-06-16drm/msm: pass address-space to _get_iova() and friendsRob Clark-58/+78
2017-06-16drm/msm/mdp4+5: move aspace/id to base classRob Clark-40/+56
2017-06-16drm/msm/mdp5: kill pipe_lockRob Clark-10/+0
2017-06-16drm/msm: fix locking inconsistency for gpu->hw_init()Rob Clark-16/+17
2017-06-16drm/msm: Remove memptrs->wptrJordan Crouse-4/+0
2017-06-16drm/msm: Add a struct to pass configuration to msm_gpu_init()Jordan Crouse-10/+26
2017-06-16drm/msm: Add hint to DRM_IOCTL_MSM_GEM_INFO to return an object IOVAJordan Crouse-2/+21
2017-06-16drm/msm: Remove idle function hookJordan Crouse-11/+10
2017-06-16drm/msm: Remove DRM_MSM_NUM_IOCTLSJordan Crouse-1/+1
2017-06-16drm/msm: gpu: Enable zap shader for A5XXJordan Crouse-2/+183
2017-06-16BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie-20/+35
2017-05-27drm/msm: Fix the check for the command sizeJordan Crouse-2/+3
2017-05-27drm/msm: Take the mutex before calling msm_gem_new_implJordan Crouse-0/+6
2017-05-27drm/msm: for array in-fences, check if all backing fences are from our own co...Philipp Zabel-5/+4
2017-05-27drm/msm: constify irq_domain_opsTobias Klauser-1/+1
2017-05-27drm/msm/mdp5: release hwpipe(s) for unused planesRob Clark-0/+4
2017-05-27drm/msm: Reuse dma_fence_release.Eric Anholt-8/+2
2017-05-27drm/msm: Expose our reservation object when exporting a dmabuf.Eric Anholt-0/+9
2017-05-27drm/msm/gpu: check legacy clk names in get_clocks()Rob Clark-2/+2
2017-05-27drm/msm/mdp5: use __drm_atomic_helper_plane_duplicate_state()Rob Clark-2/+3
2017-05-27drm/msm: select PM_OPPRob Clark-0/+1
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss-15/+15
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko-5/+5
2017-05-17drm/msm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada-42/+43
2017-05-10drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter-37/+8
2017-05-10drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter-2/+2
2017-05-10drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter-6/+6
2017-04-11Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie-622/+1568
2017-04-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie-28/+2
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie-24/+32
2017-04-08msm/drm: gpu: Dynamically locate the clocks from the device treeJordan Crouse-24/+58
2017-04-08drm/msm: gpu: Use OPP tables if we canJordan Crouse-19/+66
2017-04-08drm/msm: Hard code the GPU "slow frequency"Jordan Crouse-11/+11
2017-04-08drm/msm: Add MSM_PARAM_GMEM_BASEJordan Crouse-0/+3
2017-04-08drm/msm: Reference count address spacesJordan Crouse-13/+33
2017-04-08drm/msm: Make sure to detach the MMU during GPU cleanupJordan Crouse-13/+19
2017-04-08drm/msm/mdp5: Enable 3D mux in mdp5_ctlArchit Taneja-2/+7
2017-04-08drm/msm/mdp5: Reset CTL blend registers before configuring themArchit Taneja-0/+18
2017-04-08drm/msm/mdp5: Assign 'right' mixer to CRTC stateArchit Taneja-22/+129
2017-04-08drm/msm/mdp5: Stage border out on base stage if CRTC has 2 LMsArchit Taneja-10/+35
2017-04-08drm/msm/mdp5: Stage right side hwpipes on Right-side Layer MixerArchit Taneja-4/+20