summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-04Merge branch 'drm-next-4.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie29-164/+360
2015-09-02drm/amdgpu: set MEC doorbell range for FijiJammy Zhou1-1/+2
2015-09-02drm/amdgpu: implement burst NOP for SDMAJammy Zhou3-15/+86
2015-09-02drm/amdgpu: add insert_nop ring func and default implementationJammy Zhou12-3/+36
2015-09-02drm/amdgpu: add amdgpu_get_sdma_instance helper functionJammy Zhou1-0/+15
2015-09-02drm/amdgpu: add AMDGPU_MAX_SDMA_INSTANCESJammy Zhou1-1/+4
2015-09-02drm/amdgpu: add burst_nop flag for sdmaJammy Zhou4-0/+7
2015-09-02drm/amdgpu: add count field for the SDMA NOP packet v2Jammy Zhou3-0/+11
2015-09-02drm/amdgpu: use PT for VM sync on unmapChristian König1-13/+6
2015-09-02drm/amdgpu: make wait_event uninterruptible in push_jobChunming Zhou1-4/+3
2015-09-02drm/amdgpu: fix amdgpu_bo_unreserve order in GEM_OP IOCTL v2Christian König1-1/+4
2015-09-02drm/amdgpu: partially revert "modify amdgpu_fence_wait_any() to amdgpu_fence_...Christian König3-43/+16
2015-09-02Add radeon suspend/resume quirk for HP Compaq dc5750.Jeffery Miller1-0/+8
2015-09-02drm/amdgpu: re-work sync_resvChunming Zhou1-6/+18
2015-09-02drm/amdgpu/atom: Send out the full AUX addressAlex Deucher1-1/+2
2015-08-31drm/radeon/native: Send out the full AUX addressAlex Deucher1-2/+2
2015-08-31drm/radeon/atom: Send out the full AUX addressVille Syrjälä1-2/+3
2015-08-31Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie14-153/+452
2015-08-31Merge tag 'drm-intel-next-fixes-2015-08-28' of git://anongit.freedesktop.org/...Dave Airlie10-94/+165
2015-08-31Merge tag 'drm-amdkfd-next-fixes-2015-08-30' of git://people.freedesktop.org/...Dave Airlie2-2/+2
2015-08-30drm/exynos: fix build warning to exynos_drm_gem.cInki Dae1-1/+1
2015-08-30drm/exynos: Properly report supported formats for each deviceMarek Szyprowski7-14/+73
2015-08-30drm/exynos: add render node supportJoonyoung Shim1-19/+19
2015-08-30drm/exynos: implement atomic_{begin/flush} of DECONHyungwon Hwang2-13/+51
2015-08-30drm/exynos: remove legacy ->suspend()/resume()Gustavo Padovan1-2/+0
2015-08-30drm/exynos: Enable atomic modesetting featureGustavo Padovan1-1/+2
2015-08-30drm/exynos: remove wait queue for pending page flipGustavo Padovan2-11/+1
2015-08-30drm/exynos: wait all planes updates to finishGustavo Padovan4-6/+61
2015-08-30drm/exynos: add atomic asynchronous commitGustavo Padovan3-35/+124
2015-08-30drm/exynos: fimd: only finish update if START == START_SGustavo Padovan1-2/+6
2015-08-30drm/exynos: add macro to get the address of START_S regGustavo Padovan1-0/+1
2015-08-30drm/exynos: check for pending fb before finish updateGustavo Padovan9-9/+54
2015-08-30drm/exynos: fimd: move window protect code to prepare/cleanup_planeGustavo Padovan1-23/+34
2015-08-30drm/exynos: add prepare and cleanup phases for planesGustavo Padovan2-0/+25
2015-08-30drm/exynos: fimd: unify call to exynos_drm_crtc_finish_pageflip()Gustavo Padovan1-5/+5
2015-08-30drm/exynos: don't track enabled state at exynos_crtcGustavo Padovan2-17/+0
2015-08-30amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>Christoph Hellwig2-2/+2
2015-08-28drm/amdgpu: use IB for fill_buffer instead of direct commandChunming Zhou4-20/+20
2015-08-28drm/amdgpu: stop trying to suspend UVD sessions v2Christian König2-24/+19
2015-08-28drm/amdgpu: add scheduler dependency callback v2Christian König5-0/+55
2015-08-28drm/amdgpu: let the scheduler work more with jobs v2Christian König1-24/+37
2015-08-28drm/radeon: fix HDMI quantization_range for pre-DCE5 asicsAlex Deucher1-7/+9
2015-08-28drm/nouveau/dispnv04: fix build on powerpcDave Airlie1-1/+1
2015-08-28nouveau: fix powerpc buildDave Airlie1-2/+2
2015-08-28Merge branch 'linux-4.3' of git://anongit.freedesktop.org/git/nouveau/linux-2...Dave Airlie728-37930/+43062
2015-08-28drm/nouveau: bump driver version for releaseBen Skeggs1-2/+5
2015-08-28drm/nouveau/tegra: merge platform setup from nouveau drmBen Skeggs9-285/+221
2015-08-28drm/nouveau/pci: merge agp handling from nouveau drmBen Skeggs18-239/+271
2015-08-28drm/nouveau/device: remove pci/platform_device from common structBen Skeggs27-108/+106
2015-08-28drm/nouveau/device: import pciid list and integrate quirks with itBen Skeggs5-26/+1577