summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2015-12-14drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobsChunming Zhou2-10/+20
2015-12-14drm/amdgpu: handle error case for ctxChunming Zhou1-2/+5
2015-12-11drm/amdgpu: add more debugging output for driver failuresAlex Deucher1-16/+57
2015-12-11drm/amdgpu: update rev id register for VIFlora Cui1-6/+3
2015-12-11drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP onlyFlora Cui1-1/+1
2015-12-11drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3Flora Cui1-0/+5
2015-12-04drm/amdgpu: add spin lock to protect freed list in vm (v2)jimqu2-3/+15
2015-12-04amdgpu/gfxv8: Remove magic numbers from function gfx_v8_0_tiling_mode_table_i...Tom St Denis1-2/+2
2015-12-04drm/amdgpu: add err check for pin userptrChunming Zhou1-3/+7
2015-12-04amdgpu/gfxv8: Simplification in gfx_v8_0_enable_gui_idle_interrupt()Tom St Denis1-11/+5
2015-12-04amdgpu/gfxv8: Simplification of gfx_v8_0_create_bitmask()Tom St Denis1-7/+1
2015-12-04amdgpu/gfxv8: Cleanup of gfx_v8_0_tiling_mode_table_init() (v2)Tom St Denis1-1388/+898
2015-12-02amdgpu/gfxv8: Add missing break to switch statement from states init codeTom St Denis1-0/+1
2015-12-02drm/amd: abstract kernel rq and normal rq to priority of run queueChunming Zhou3-8/+7
2015-12-02drm/amdgpu: add EDC support for CZ (v3)Alex Deucher1-1/+330
2015-12-02drm/amdgpu: Use unlocked gem unreferencingDaniel Vetter1-1/+1
2015-12-02drm/amdgpu: Use new read bios from rom callbackmonk.liu1-8/+50
2015-12-02drm/amdgpu: add read_bios_from_rom callback for VI partsAlex Deucher1-0/+33
2015-12-02drm/amdgpu: add read_bios_from_rom callback for CI partsAlex Deucher1-0/+32
2015-12-02drm/amdgpu: add a callback for reading the bios from the rom directlyAlex Deucher1-0/+3
2015-12-02drm/amdgpu: use $(src) in Makefile (v2)Jammy Zhou1-4/+6
2015-12-02drm/amdgpu: call hpd_irq_event on resumeAlex Deucher1-0/+1
2015-12-01Merge tag 'topic/drm-misc-2015-11-26' of git://anongit.freedesktop.org/drm-in...Dave Airlie3-4/+3
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2-3/+3
2015-11-24drm: Remove unused fbdev_list membersLukas Wunner1-1/+0
2015-11-20drm/amdgpu: remove vm->mutexChunming Zhou4-20/+2
2015-11-20drm/amdgpu: add mutex for ba_va->valids/invalidsChunming Zhou2-6/+12
2015-11-20drm/amdgpu: adapt vce session create interface changesLeo Liu1-1/+10
2015-11-20drm/amdgpu: vce use multiple cache surface starting from stoneyLeo Liu1-5/+14
2015-11-20drm/amdgpu: reset vce trap interrupt flagLeo Liu1-0/+5
2015-11-18drm/amdgpu: reserve/unreserve objects out of map/unmap operationsChunming Zhou2-25/+25
2015-11-18drm/amdgpu: move bo_reserve out of amdgpu_vm_clear_boChunming Zhou1-15/+18
2015-11-18drm/amdgpu: add lock for interval tree in vmChunming Zhou2-2/+15
2015-11-18drm/amdgpu: keep the owner for VMIDsChristian König2-17/+24
2015-11-18drm/amdgpu: move VM manager clean into the VM code againChristian König4-12/+20
2015-11-18drm/amdgpu: cleanup VM coding styleChristian König1-50/+48
2015-11-18drm/amdgpu: remove unused VM manager fieldChristian König1-2/+0
2015-11-18drm/amdgpu: cleanup scheduler command submissionChristian König2-39/+25
2015-11-18drm/amdgpu: fix typo in firmware nameChristian König1-1/+1
2015-11-16drm/amdgpu: remove the unnecessary parameter adev for amdgpu_sa_bo_new()Junwei Zhang4-8/+6
2015-11-16drm/amdgpu: wait interruptible when semaphores are disabled v2Christian König1-2/+8
2015-11-16drm/amdgpu: update pd while updating vm as wellChunming Zhou1-0/+3
2015-11-16drm/amdgpu: fix handling order in scheduler CSChristian König1-5/+5
2015-11-16drm/amdgpu: fix incorrect mutex usage v3Christian König3-37/+35
2015-11-16drm/amdgpu: cleanup scheduler fence get/put danceChristian König1-1/+0
2015-11-16drm/amdgpu: add command submission workflow tracepointChunming Zhou3-1/+54
2015-11-16drm/amdgpu: update Fiji's tiling mode tableFlora Cui1-1/+291
2015-11-16drm/amdgpu: fix bug that can't enter thermal interrupt for bonaire.Rex Zhu1-4/+4
2015-11-16drm/amdgpu: fix seq_printf format stringArnd Bergmann1-3/+3
2015-11-16drm/amdgpu: Fix default page access routingJay Cornwall2-0/+2