summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: fix warning on older gcc releasesArnd Bergmann2017-02-161-2/+2
* drm/amd/amdgpu: Fix flow control in uvd_v4_2_stop()Tom St Denis2017-02-161-3/+6
* drm/amd/powerplay: add didt config table for polaris kickerHuang Rui2017-02-161-1/+149
* drm/amd/powerplay: modify VddcPhase value for polaris kickerHuang Rui2017-02-161-1/+5
* drm/amd/powerplay: add kicker flag into smumgrHuang Rui2017-02-164-8/+16
* drm/amdgpu: Initialize pipe priority order on graphic initializationozeng2017-02-132-0/+16
* drm/amdgpu: read hw register to check pg status.Rex Zhu2017-02-1312-14/+22
* drm/amdgpu: Add to initialization of mmVCE_VCPU_CNTL registerAlan Harrison2017-02-131-0/+2
* drm/amdgpu/pm: check for headless before calling compute_clocksAlex Deucher2017-02-111-1/+2
* drm/amdgpu: use amdgpu_gem_va_check() in amdgpu_gem_va_update_vm()Samuel Pitoiset2017-02-101-7/+1Star
* drm/amdgpu: add more cases to DCE11 possible crtc mask setupAlex Deucher2017-02-101-0/+6
* Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-02-1025-629/+680
|\
| * drm/amdgpu: report the number of bytes moved at buffer creationSamuel Pitoiset2017-02-093-2/+8
| * drm/amdgpu: fix a potential deadlock in amdgpu_bo_create_restricted()Samuel Pitoiset2017-02-091-1/+4
| * drm/amdgpu: add support for new smc firmware on polarisAlex Deucher2017-02-092-6/+29
| * drm/amd/powerplay: refine code to avoid potential bug that the memory not cle...Rex Zhu2017-02-091-10/+7Star
| * drm/amdgpu: shut up #warning for compile testingArnd Bergmann2017-02-091-0/+2
| * drm/amdgpu/virt: fix double kfree on bo_vaColin Ian King2017-02-091-1/+0Star
| * drm/amd/powerplay: set fan speed to max in profile peak mode only.Rex Zhu2017-02-081-2/+3
| * drm/amd/gfx6: update gb_addr_configFlora Cui2017-02-081-0/+3
| * drm/amdgpu: update HAINAN_GB_ADDR_CONFIG_GOLDENFlora Cui2017-02-081-1/+1
| * drm/amdgpu: update VERDE_GB_ADDR_CONFIG_GOLDENFlora Cui2017-02-081-1/+1
| * drm/amdgpu: refine si_read_registerFlora Cui2017-02-081-17/+73
| * drm/amdgpu/gfx6: clean up spi configurationFlora Cui2017-02-081-8/+4Star
| * drm/amdgpu/gfx6: clean up cu configurationFlora Cui2017-02-081-62/+38Star
| * drm/amdgpu/gfx6: clean up rb configurationFlora Cui2017-02-081-59/+42Star
| * drm/amdgpu: refine vce3.0 code and related powerplay pg code.Rex Zhu2017-02-083-51/+36Star
| * drm/amdgpu: move subfunctions to the front of vce_v2_0.c.Rex Zhu2017-02-081-177/+171Star
| * drm/amdgpu: enable vce pg feature on Kv.Rex Zhu2017-02-081-2/+2
| * drm/amdgpu: refine code for VCE2.0 and related dpm code.Rex Zhu2017-02-084-112/+111Star
| * drm/amdgpu: when dpm disabled, also need to stop/start vce.Rex Zhu2017-02-081-0/+9
| * drm/amdgpu: refine uvd5.0/6.0 code.Rex Zhu2017-02-084-42/+30Star
| * drm/amdgpu: fix uvd can't initialized when dpm disabled on Ci.Rex Zhu2017-02-081-6/+14
| * drm/amdgpu: refine uvd4.2 init/stop code.Rex Zhu2017-02-081-41/+70
| * drm/amdgpu: refine uvd pg code in kv_dpm.cRex Zhu2017-02-081-21/+8Star
| * drm/amdgpu: power down/up uvd4 when smu disabled.Rex Zhu2017-02-081-1/+16
| * drm/amdgpu: add current_pg_status register define for smu7.1Rex Zhu2017-02-081-0/+1
| * drm/amdgpu: when dpm disabled, also can enable uvd cg/pg.Rex Zhu2017-02-081-0/+9
| * drm/amdgpu: stop reserving a shared fence for VA updatesChristian König2017-02-021-4/+3Star
| * drm/amdgpu: fix race in GEM VA map IOCTL v2Christian König2017-02-021-32/+15Star
* | drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-032-21/+15Star
* | drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-1/+0Star
|/
* Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-01-31116-5946/+4706Star
|\
| * drm/amdgpu: fix amdgpu_bo_va_mapping flagsChristian König2017-01-273-3/+3
| * drm/amdgpu: access stolen VRAM directly on CZ (v2)Christian König2017-01-271-1/+8
| * drm/amdgpu: access stolen VRAM directly on KV/KB (v2)Christian König2017-01-271-1/+8
| * drm/amdgpu: fix kernel panic when dpm disabled on Kv.Rex Zhu2017-01-271-0/+3
| * drm/amdgpu: fix dpm bug on Kv.Rex Zhu2017-01-271-3/+41
| * drm/amd/powerplay: fix regresstion issue can't set manual dpm mode.Rex Zhu2017-01-271-0/+3
| * drm/amdgpu: handle vfct with multiple vbios imagesAlex Deucher2017-01-271-32/+34