summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2016-07-27drm/amdkfd: destroy dbgmgr in notifier releaseOded Gabbay1-2/+8
2016-07-27drm/amdkfd: unbind only existing processesOded Gabbay1-25/+35
2016-07-27drm/amdgpu/gfx7: fix broken condition checkAlex Deucher1-1/+1
2016-06-08drm/amdgpu: Fix hdmi deep color support.Mario Kleiner1-5/+5
2016-06-08drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefreshAlex Deucher1-1/+1
2016-05-11drm/amdgpu: set metadata pointer to NULL after freeing.Dave Airlie1-0/+1
2016-05-11drm/amdgpu: make sure vertical front porch is at least 1Alex Deucher1-0/+4
2016-05-05drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()Dan Carpenter1-1/+1
2016-05-05drm/amdgpu: fix regression on CIK (v2)Grigori Goronzy1-1/+1
2016-05-05amdgpu/uvd: add uvd fw version for amdgpuSonny Jiang3-1/+5
2016-05-05drm/amdgpu: bump the afmt limit for CZ, ST, PolarisAlex Deucher1-1/+1
2016-05-05drm/amdgpu: use defines for CRTCs and AMFT blocksAlex Deucher1-2/+2
2016-05-05drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay work.Rex Zhu2-0/+3
2016-05-05Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power control"Alex Deucher2-11/+5
2016-04-20drm/amdgpu/gmc: use proper register for vram type on FijiAlex Deucher1-1/+8
2016-04-20drm/amdgpu/gmc: move vram type fetching into sw_initAlex Deucher2-16/+16
2016-04-12drm/amdgpu: include the right version of gmc header files for icelandKen Wang1-2/+2
2016-04-12drm/amdgpu: disable runtime pm on PX laptops without dGPU power controlAlex Deucher2-5/+11
2016-03-16drm/amdgpu: Fix error handling in amdgpu_flip_work_func.Mario Kleiner1-2/+2
2016-03-10drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stableAlex Deucher1-6/+6
2016-03-10drm/amdgpu: Use drm_calloc_large for VM page_tables arrayMichel Dänzer1-4/+3
2016-03-10drm/amdgpu: return from atombios_dp_get_dpcd only when errorArindam Nath1-1/+1
2016-03-10drm/amdgpu/gfx8: specify which engine to wait before vm flushChunming Zhou1-1/+2
2016-03-10drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as wellChristian König1-0/+13
2016-03-10drm/amdgpu/pm: update current crtc info after setting the powerstateAlex Deucher1-3/+3
2016-03-10drm/amdgpu: mask out WC from BO on unsupported archesOded Gabbay1-0/+8
2016-03-04drm/amdgpu/pm: adjust display configuration after powerstateAlex Deucher1-2/+3
2016-03-04drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.Mario Kleiner1-3/+15
2016-03-04drm/amdgpu: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-03-04drm/amdgpu: fix issue with overlapping userptrsChristian König3-1/+23
2016-03-04drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)Nicolai Hähnle1-1/+4
2016-03-04drm/amdgpu: remove unnecessary forward declarationNicolai Hähnle1-2/+0
2016-03-04drm/amdgpu: fix s4 resumeFlora Cui1-4/+9
2016-03-04drm/amdgpu: remove exp hardware support from icelandAlex Deucher1-5/+5
2016-03-04drm/amdgpu: don't load MEC2 on topazAlex Deucher2-11/+5
2016-03-04drm/amdgpu: drop topaz support from gmc8 moduleAlex Deucher1-27/+1
2016-03-04drm/amdgpu: pull topaz gmc bits into gmc_v7Alex Deucher1-2/+33
2016-03-04drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 aboveKen Wang1-1/+1
2016-03-04drm/amdgpu: iceland use CI based MC IPKen Wang2-4/+13
2016-03-04drm/amdgpu: move gmc7 support out of CIK dependencyAlex Deucher1-1/+2
2016-03-04drm/amdgpu: no need to load MC firmware on fijiAlex Deucher1-4/+2
2016-03-04drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2Christian König1-1/+2
2016-03-04drm/amdgpu: fix tonga smu resumeAlex Deucher1-15/+2
2016-03-04drm/amdgpu: fix lost sync_to if scheduler is enabled.Chunming Zhou1-2/+3
2016-03-04drm/amdgpu: call hpd_irq_event on resumeAlex Deucher1-0/+1
2016-03-04drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_mapFelix Kuehling1-5/+5
2015-12-17drm/amdgpu: fix user fence handlingChristian König2-22/+44
2015-12-09drm/amdgpu: fix the lost duplicates checkingChunming Zhou1-0/+8
2015-12-04drm/amdgpu: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v3)Alex Deucher6-30/+140
2015-12-04drm/amdgpu: add spin lock to protect freed list in vm (v2)jimqu2-3/+15