aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
AgeCommit message (Expand)Author
2016-06-09drm/amdgpu: add pipeline sync while vmid switch in same ctxChunming Zhou
2016-05-13drm/amdgpu: create fence slab once when amdgpu module init.Rex Zhu
2016-05-11drm/amdgpu: fix and cleanup user fence handling v2Christian König
2016-05-11drm/amdgpu: move VM fields into jobChristian König
2016-05-11drm/amdgpu: move the context from the IBs into the jobChristian König
2016-05-11drm/amdgpu: move context switch handling into common code v2Christian König
2016-05-11drm/amdgpu: use fence_context to judge ctx switch v2Christian König
2016-05-11drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)Alex Deucher
2016-05-11drm/amdgpu: fetch cu_info once at initAlex Deucher
2016-05-11drm/amd: cleanup remaining spaces and tabs v2Christian König
2016-05-11drm/amdgpu: remove define for reserved client IDChristian König
2016-05-11drm/amdgpu: make the VMID owner always 64bitChristian König
2016-05-11drm/amdgpu: two minor 80 char fixesChristian König
2016-05-11drm/amdgpu: keep vm in job instead of ib (v2)Monk Liu
2016-05-11drm/amdgpu: add client id for every vmChunming Zhou
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie
2016-05-04drm/amd/amdgpu: Add debugfs entries for smc/didt/pcieTom St Denis
2016-05-04drm/amd/amdgpu: add power gating initialization support for GFX8.0Eric Huang
2016-05-04drm/amdgpu: group BOs by log2 of the size on the LRU v2Christian König
2016-05-04drm/amdgpu: only update last_flush when vmid doesn't have other new ownerChunming Zhou
2016-05-04drm/amdgpu: add a new set of rlc function pointersAlex Deucher
2016-05-04drm/amd: make a type-safe cgs_device struct. (v2)Dave Airlie
2016-05-04drm/amdgpu: handle more than 10 UVD sessions (v2)Arindam Nath
2016-05-04drm/amdgpu: Mark all instances of struct drm_info_list as constNils Wallménius
2016-05-04drm/amd/scheduler: Mark amdgpu_sched_ops constNils Wallménius
2016-05-04drm/amd: Mark some tables as constNils Wallménius
2016-05-04drm/amdgpu: add a fence after the VM flushChristian König
2016-05-04drm/amdgpu: use a sync object for VMID fences v2Christian König
2016-05-04drm/amdgpu: merge VM manager and VM context ID structureChristian König
2016-05-02drm/amdgpu: optionally enable GART debugfs fileChristian König
2016-05-02drm/amdgpu: remove GART page addr arrayChristian König
2016-05-02drm/amdgpu: use ref to keep job aliveMonk Liu
2016-05-02drm/amdgpu: rework TDR in scheduler (v2)Monk Liu
2016-05-02drm/amdgpu: delay job free to when it's finished (v2)Monk Liu
2016-05-02drm/amdgpu: patch cond exec for SDMAMonk Liu
2016-05-02drm/amdgpu: support cond execMonk Liu
2016-05-02drm/amdgpu: do not store bios_header_start in amdgpu_deviceNils Wallménius
2016-05-02drm/amdgpu: delete unused struct member suspend from amdgpu_deviceNils Wallménius
2016-04-21amdgpu/uvd: add uvd fw version for amdgpuSonny Jiang
2016-04-06drm/amdgpu: add invisible pin size statisticChunming Zhou
2016-04-04drm/amdgpu: save and restore UVD context with suspend and resumeLeo Liu
2016-03-18Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2016-03-17drm/amdgpu: move ib.fence to job.fenceMonk Liu
2016-03-17drm/amdgpu: give a fence param to ib_freeMonk Liu
2016-03-17Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2016-03-16drm/amdgpu: switch back to 32bit hw fences v2Christian König
2016-03-16drm/amdgpu: signal fences directly in amdgpu_fence_processChristian König
2016-03-16drm/amdgpu: keep all fences in an RCU protected array v2Christian König
2016-03-16drm/amdgpu: add number of hardware submissions to amdgpu_fence_driver_init_ringChristian König
2016-03-14drm/amdgpu: move fence structure into amdgpu_fence.cChristian König