summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/msm/dsi: Add DSI PLL clock driver supportHai Li2015-06-118-7/+926
* drm/msm: use IS_ERR() to check regulator_get() returnFabian Frederick2015-06-111-1/+1
* drm/msm: use IS_ERR() to check msm_ioremap() returnFabian Frederick2015-06-111-2/+2
* drm/msm/mdp5: Wait for PP_DONE irq for command mode CRTC atomic commitHai Li2015-06-112-20/+66
* drm/msm: Use customized function to wait for atomic commit doneHai Li2015-06-1110-11/+146
* drm/msm: drop redundant debug outputNicholas Mc Guire2015-06-111-2/+1
* drm/msm: wait_for_completion_timeout return is never negativeNicholas Mc Guire2015-06-111-1/+1
* drm/msm: match wait_for_completion_timeout return typeNicholas Mc Guire2015-06-111-5/+5
* drm/msm: dsi: Provide option to force continuous HS clockArchit Taneja2015-06-111-0/+5
* drm/msm: Call drm_prime_gem_destroy to clean up imported GEM objectjilai wang2015-06-111-0/+1
* drm/msm/edp: fix build warning - missing prototypeRob Clark2015-06-111-1/+2
* drm/msm: drop redundant output in debug messageNicholas Mc Guire2015-06-111-1/+1
* drm/msm: fix HZ dependency of timeoutNicholas Mc Guire2015-06-111-1/+2
* drm/msm: fixup wait_for_completion_timeout handlingNicholas Mc Guire2015-06-111-3/+5
* drm/msm/mdp5: fix for crash in disable pathRob Clark2015-06-111-3/+2
* drm/msm: workaround for missing irq on a306/8x16Rob Clark2015-06-111-0/+11
* drm/msm: adreno a306 supportRob Clark2015-06-115-4/+25
* drm/msm: clarify downstream bus scalingRob Clark2015-06-1110-11/+11
* drm/msm/mdp4: Support NV12MT format in mdp4Rob Clark2015-06-113-0/+42
* drm/msm: update generated headersRob Clark2015-06-1117-143/+1359
* drm/msm: add missing DRIVER_ATOMIC flagRob Clark2015-06-111-0/+1
* drm/msm/adreno: dump scratch regs and other info on hangRob Clark2015-06-114-3/+25
* drm/virtio: remove some dead codeDan Carpenter2015-06-111-2/+0
* drm/virtio: checking for NULL instead of IS_ERRDan Carpenter2015-06-111-2/+2
* drm/amdgpu: fix a amdgpu_dpm=0 bugSonny Jiang2015-06-101-3/+5
* drm/amdgpu: don't enable/disable display twice on suspend/resumeAlex Deucher2015-06-103-54/+0
* drm/amdgpu: fix UVD/VCE VM emulationChristian König2015-06-101-3/+15
* drm/amdgpu: enable vce powergatingSonny Jiang2015-06-104-14/+148
* drm/amdgpu/iceland: don't call smu_init on resumeAlex Deucher2015-06-101-6/+19
* drm/amdgpu/tonga: don't call smu_init on resumeAlex Deucher2015-06-101-6/+19
* drm/amdgpu/cz: don't call smu_init on resumeAlex Deucher2015-06-101-7/+8
* drm/amdgpu: update to latest gfx8 golden register settingsAlex Deucher2015-06-101-0/+7
* drm/amdgpu: whitespace cleanup in gmc8 golden regsAlex Deucher2015-06-101-1/+1
* drm/admgpu: move XDMA golden registers to dce codeAlex Deucher2015-06-103-4/+18
* drm/amdgpu: fix the build on big endianAlex Deucher2015-06-102-3/+5
* drm/amdgpu: remove the VI hardware semaphore in ring syncDavid Zhang2015-06-101-5/+4
* drm/amdgpu: set the gfx config properly for all CZ variants (v2)Alex Deucher2015-06-081-2/+36
* drm/amdgpu: also print the pci revision when printing the pci idsAlex Deucher2015-06-081-3/+3
* drm/amdgpu: cleanup VA IOCTLChristian König2015-06-081-43/+21
* drm/amdgpu: fix saddr handling in amdgpu_vm_bo_unmapChristian König2015-06-081-0/+2
* drm/amdgpu: fix amdgpu_vm_bo_mapChristian König2015-06-081-0/+2
* drm/amdgpu: disable user fence interrupt (v2)Chunming Zhou2015-06-0513-26/+46
* drm/amdgpu: fix user ptr race conditionChristian König2015-06-052-1/+1
* drm/amdgpu: add zero timeout check in amdgpu_fence_wait_seq_timeoutJack Xiao2015-06-051-0/+4
* Merge branch 'drm-next-4.2-amdgpu' of git://people.freedesktop.org/~agd5f/lin...Dave Airlie2015-06-05232-0/+424168
|\
| * drm/amdgpu: only support IBs in the buffer list (v2)Marek Olšák2015-06-032-72/+24
| * drm/amdgpu: add vram_type and vram_bit_width for interface query (v2)Ken Wang2015-06-037-27/+76
| * drm/amdgpu: add ib_size/start_alignment interface queryKen Wang2015-06-031-0/+14
| * drm/amdgpu: add me/ce/pfp_feature_version interface queryKen Wang2015-06-034-3/+12
| * drm/amdgpu add ce_ram_size for interface queryKen Wang2015-06-034-0/+7