summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2017-06-17drm/nouveau/disp/nv50-: avoid creating ORs that aren't present on HWBen Skeggs-10/+39
2017-06-16drm/i915/cfl: Introduce Coffee Lake workarounds.Rodrigo Vivi-23/+60
2017-06-16amdgpu: use drm sync objects for shared semaphores (v6)Dave Airlie-2/+91
2017-06-16amdgpu/cs: split out fence dependency checking (v2)Dave Airlie-42/+51
2017-06-16drm/amdgpu: don't check the default value for vm sizeAlex Deucher-0/+4
2017-06-16drm/i915: Store 9 bits of PCI Device ID for platforms with a LP PCHDhinakaran Pandiyan-2/+11
2017-06-16drm/i915: Stash a pointer to the obj's resv in the vmaChris Wilson-14/+15
2017-06-16drm/i915: Async GPU relocation processingChris Wilson-8/+220
2017-06-16drm/i915: Allow execbuffer to use the first object as the batchChris Wilson-1/+5
2017-06-16drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson-5/+31
2017-06-16drm/i915: First try the previous execbuffer locationChris Wilson-4/+15
2017-06-16drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson-10/+28
2017-06-16drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson-916/+1239
2017-06-16drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocationsChris Wilson-0/+10
2017-06-16drm/i915: Pass vma to relocate entryChris Wilson-60/+42
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson-112/+322
2017-06-16drm/i915: Fix retrieval of hangcheck statsChris Wilson-3/+0
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-16drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson-12/+17
2017-06-16drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson-56/+67
2017-06-16drm/i915: Make i915_vma_destroy() staticChris Wilson-2/+1
2017-06-16drm/i915: Actually attach the tv_format property to the SDVO connectorVille Syrjälä-1/+2
2017-06-16drm/arm: mali-dp: Use CMA helper for plane buffer address calculationLiviu Dudau-7/+5
2017-06-16drm/mali-dp: Check PM status when sharing interrupt linesLiviu Dudau-3/+16
2017-06-16drm/arm: malidp: Use crtc->mode_valid() callbackJose Abreu-6/+5
2017-06-16Merge tag 'gvt-next-2017-06-08' of https://github.com/01org/gvt-linux into dr...Jani Nikula-440/+604
2017-06-16drm/nouveau: use proper prototype in nouveau_pmops_runtime() definitionArnd Bergmann-1/+1
2017-06-16drm/nouveau: Skip vga_fini on non-PCI deviceMikko Perttunen-0/+4
2017-06-16drm/nouveau/tegra: Don't leave GPU in resetMikko Perttunen-3/+0
2017-06-16drm/nouveau/tegra: Skip manual unpowergating when not necessaryMikko Perttunen-4/+6
2017-06-16drm/nouveau/hwmon: Change permissions to numericOscar Salvador-5/+5
2017-06-16drm/nouveau/hwmon: expose the auto_point and pwm_min/max attrsOscar Salvador-1/+33
2017-06-16drm/nouveau/hwmon: Remove old code, add .write/.read operationsOscar Salvador-583/+261
2017-06-16drm/nouveau/hwmon: Add nouveau_hwmon_ops structure with .is_visible/.read_stringOscar Salvador-0/+163