summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-06-14drm/amdkfd: NULL dereference involving create_process()Dan Carpenter1-1/+2
2017-06-21Merge tag 'drm-misc-next-2017-06-19_0' of git://anongit.freedesktop.org/git/d...Dave Airlie6-31/+189
2017-06-21drm/i915: remove rate_to_index, messed up merge.Dave Airlie1-11/+0
2017-06-21Merge tag 'drm-intel-next-2017-06-19' of git://anongit.freedesktop.org/git/dr...Dave Airlie106-3289/+36759
2017-06-21Merge tag 'drm-msm-next-2017-06-20' of git://people.freedesktop.org/~robclark...Dave Airlie50-674/+2816
2017-06-20Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie5-77/+204
2017-06-20Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie3-16/+26
2017-06-20Merge branch 'linux-4.13' of git://github.com/skeggsb/linux into drm-nextDave Airlie91-4018/+4531
2017-06-20Merge tag 'drm/tegra/for-4.13-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie19-199/+569
2017-06-20drm/msm: Fix potential buffer overflow issueKasin Li1-3/+6
2017-06-20drm/amdgpu: Optimize mutex usage (v4)Alex Xie2-12/+30
2017-06-20drm/amdgpu: Optimization of AMDGPU_BO_LIST_OP_CREATE (v2)Alex Xie1-23/+30
2017-06-19drm/i915: Update DRIVER_DATE to 20170619Daniel Vetter1-2/+2
2017-06-17drm/msm: Separate locking of buffer resources from struct_mutexSushmita Susheelendra17-144/+238
2017-06-17drm/nouveau/disp/nv50-: avoid creating ORs that aren't present on HWBen Skeggs14-10/+39
2017-06-17drm/i915/cfl: Introduce Coffee Lake workarounds.Rodrigo Vivi2-23/+60
2017-06-16amdgpu: use drm sync objects for shared semaphores (v6)Dave Airlie3-2/+91
2017-06-16amdgpu/cs: split out fence dependency checking (v2)Dave Airlie1-42/+51
2017-06-16drm/amdgpu: don't check the default value for vm sizeAlex Deucher1-0/+4
2017-06-16drm/i915: Store 9 bits of PCI Device ID for platforms with a LP PCHDhinakaran Pandiyan1-2/+11
2017-06-16drm/i915: Stash a pointer to the obj's resv in the vmaChris Wilson3-14/+15
2017-06-16drm/i915: Async GPU relocation processingChris Wilson2-8/+220
2017-06-16drm/i915: Allow execbuffer to use the first object as the batchChris Wilson2-1/+5
2017-06-16drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson5-5/+31
2017-06-16drm/i915: First try the previous execbuffer locationChris Wilson3-4/+15
2017-06-16drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson3-10/+28
2017-06-16drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson7-916/+1239
2017-06-16drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocationsChris Wilson1-0/+10
2017-06-16drm/i915: Pass vma to relocate entryChris Wilson1-60/+42
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson11-112/+322
2017-06-16drm/i915: Fix retrieval of hangcheck statsChris Wilson1-3/+0
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-16drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson8-12/+17
2017-06-16drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson6-56/+67