aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-11drm/msm/dsi: Separate PHY to another platform deviceHai Li4-77/+284
2015-06-11drm/msm/dsi: Enable PLL driver in MSM DSIHai Li5-35/+229
2015-06-11drm/msm/dsi: Add DSI PLL clock driver supportHai Li8-7/+926
2015-06-11drm/msm: use IS_ERR() to check regulator_get() returnFabian Frederick1-1/+1
2015-06-11drm/msm: use IS_ERR() to check msm_ioremap() returnFabian Frederick1-2/+2
2015-06-11drm/msm/mdp5: Wait for PP_DONE irq for command mode CRTC atomic commitHai Li2-20/+66
2015-06-11drm/msm: Use customized function to wait for atomic commit doneHai Li10-11/+146
2015-06-11drm/msm: drop redundant debug outputNicholas Mc Guire1-2/+1
2015-06-11drm/msm: wait_for_completion_timeout return is never negativeNicholas Mc Guire1-1/+1
2015-06-11drm/msm: match wait_for_completion_timeout return typeNicholas Mc Guire1-5/+5
2015-06-11drm/msm: dsi: Provide option to force continuous HS clockArchit Taneja1-0/+5
2015-06-11drm/msm: Call drm_prime_gem_destroy to clean up imported GEM objectjilai wang1-0/+1
2015-06-11drm/msm/edp: fix build warning - missing prototypeRob Clark1-1/+2
2015-06-11drm/msm: drop redundant output in debug messageNicholas Mc Guire1-1/+1
2015-06-11drm/msm: fix HZ dependency of timeoutNicholas Mc Guire1-1/+2
2015-06-11drm/msm: fixup wait_for_completion_timeout handlingNicholas Mc Guire1-3/+5
2015-06-11drm/msm/mdp5: fix for crash in disable pathRob Clark1-3/+2
2015-06-11drm/msm: workaround for missing irq on a306/8x16Rob Clark1-0/+11
2015-06-11drm/msm: adreno a306 supportRob Clark5-4/+25
2015-06-11drm/msm: clarify downstream bus scalingRob Clark10-11/+11
2015-06-11drm/msm/mdp4: Support NV12MT format in mdp4Rob Clark3-0/+42
2015-06-11drm/msm: update generated headersRob Clark17-143/+1359
2015-06-11drm/msm: add missing DRIVER_ATOMIC flagRob Clark1-0/+1
2015-06-11drm/msm/adreno: dump scratch regs and other info on hangRob Clark4-3/+25
2015-06-11drm/virtio: remove some dead codeDan Carpenter1-2/+0
2015-06-11drm/virtio: checking for NULL instead of IS_ERRDan Carpenter1-2/+2
2015-06-10drm/amdgpu: fix a amdgpu_dpm=0 bugSonny Jiang1-3/+5
2015-06-10drm/amdgpu: don't enable/disable display twice on suspend/resumeAlex Deucher3-54/+0
2015-06-10drm/amdgpu: fix UVD/VCE VM emulationChristian König1-3/+15
2015-06-10drm/amdgpu: enable vce powergatingSonny Jiang4-14/+148
2015-06-10drm/amdgpu/iceland: don't call smu_init on resumeAlex Deucher1-6/+19
2015-06-10drm/amdgpu/tonga: don't call smu_init on resumeAlex Deucher1-6/+19
2015-06-10drm/amdgpu/cz: don't call smu_init on resumeAlex Deucher1-7/+8
2015-06-10drm/amdgpu: update to latest gfx8 golden register settingsAlex Deucher1-0/+7
2015-06-10drm/amdgpu: whitespace cleanup in gmc8 golden regsAlex Deucher1-1/+1
2015-06-10drm/admgpu: move XDMA golden registers to dce codeAlex Deucher3-4/+18
2015-06-10drm/amdgpu: fix the build on big endianAlex Deucher2-3/+5
2015-06-10drm/amdgpu: remove the VI hardware semaphore in ring syncDavid Zhang1-5/+4
2015-06-08drm/amdgpu: set the gfx config properly for all CZ variants (v2)Alex Deucher1-2/+36
2015-06-08drm/amdgpu: also print the pci revision when printing the pci idsAlex Deucher1-3/+3
2015-06-08drm/amdgpu: cleanup VA IOCTLChristian König1-43/+21
2015-06-08drm/amdgpu: fix saddr handling in amdgpu_vm_bo_unmapChristian König1-0/+2
2015-06-08drm/amdgpu: fix amdgpu_vm_bo_mapChristian König1-0/+2
2015-06-05drm/amdgpu: disable user fence interrupt (v2)Chunming Zhou13-26/+46
2015-06-05drm/amdgpu: fix user ptr race conditionChristian König2-1/+1
2015-06-05drm/amdgpu: add zero timeout check in amdgpu_fence_wait_seq_timeoutJack Xiao1-0/+4
2015-06-05Merge branch 'drm-next-4.2-amdgpu' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie232-0/+424168
2015-06-05drm/qxl: Propagate correctly errors from qxlhw_handle_to_boFrediano Ziglio1-19/+14
2015-06-05drm/qxl: Simplify cleaning qxl processing commandFrediano Ziglio1-10/+3
2015-06-05drm/qxl: Move main reference counter to GEM object instead of TTM onesFrediano Ziglio2-9/+12