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