aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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_wait_multiple()" v2Christian 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-31drm/exynos: fix build warning to exynos_drm_gem.cInki Dae1-1/+1
2015-08-31drm/exynos: Properly report supported formats for each deviceMarek Szyprowski7-14/+73
2015-08-31drm/exynos: add render node supportJoonyoung Shim1-19/+19
2015-08-31drm/exynos: implement atomic_{begin/flush} of DECONHyungwon Hwang2-13/+51
2015-08-31drm/exynos: remove legacy ->suspend()/resume()Gustavo Padovan1-2/+0
2015-08-31drm/exynos: Enable atomic modesetting featureGustavo Padovan1-1/+2
2015-08-31drm/exynos: remove wait queue for pending page flipGustavo Padovan2-11/+1
2015-08-31drm/exynos: wait all planes updates to finishGustavo Padovan4-6/+61
2015-08-31drm/exynos: add atomic asynchronous commitGustavo Padovan3-35/+124
2015-08-31drm/exynos: fimd: only finish update if START == START_SGustavo Padovan1-2/+6
2015-08-31drm/exynos: add macro to get the address of START_S regGustavo Padovan1-0/+1
2015-08-31drm/exynos: check for pending fb before finish updateGustavo Padovan9-9/+54
2015-08-31drm/exynos: fimd: move window protect code to prepare/cleanup_planeGustavo Padovan1-23/+34
2015-08-31drm/exynos: add prepare and cleanup phases for planesGustavo Padovan2-0/+25
2015-08-31drm/exynos: fimd: unify call to exynos_drm_crtc_finish_pageflip()Gustavo Padovan1-5/+5
2015-08-31drm/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-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
2015-08-28drm/nouveau/device: cleaner abstraction for device resource functionsBen Skeggs18-62/+71
2015-08-28drm/nouveau/mc: move device irq handling to platform-specific codeBen Skeggs19-324/+182
2015-08-28drm/nouveau/mc/gf100-: handle second interrupt treeBen Skeggs4-9/+38
2015-08-28drm/nouveau/mc: abstract interface to master intr registersBen Skeggs13-11/+84
2015-08-28drm/nouveau/pci: new subdevBen Skeggs15-39/+491
2015-08-28drm/nouveau/object: merge with handleBen Skeggs18-442/+219