summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/pp: Add cases for getting phys and disp clks for SMU10Mikita Lipski2018-05-291-0/+6
* drm/amd/display: Fix wrong latency assignment for VEGA clock levelsHarry Wentland2018-05-291-2/+1Star
* drm/scheduler: fix a corner case in dependency optimizationNayan Deshmukh2018-05-251-2/+7
* drm/amdgpu: vcn_v1_0_is_idle() can be statickbuild test robot2018-05-251-2/+2
* drm/amd/display: Implement dm_pp_get_clock_levels_by_type_with_latencyHarry Wentland2018-05-251-2/+44
* Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-05-25139-2829/+6965
|\
| * drm/amd/display: Remove use of division operator for long longsDavid Francis2018-05-241-1/+1
| * drm/amdgpu: Update GFX info structure to match what vega20 usedShaoyun Liu2018-05-242-6/+5Star
| * drm/amdgpu/pp: remove duplicate assignmentAlex Deucher2018-05-241-1/+0Star
| * drm/sched: add rcu_barrier after entity finiEmily Deng2018-05-241-1/+1
| * drm/amdgpu: move VM BOs on LRU againChristian König2018-05-242-5/+26
| * drm/amdgpu: consistenly use VM moved flagChristian König2018-05-241-13/+15
| * drm/amdgpu: kmap PDs/PTs in amdgpu_vm_update_directoriesChristian König2018-05-241-7/+8
| * drm/amdgpu: further optimize amdgpu_vm_handle_movedChristian König2018-05-241-13/+14
| * drm/amdgpu: cleanup amdgpu_vm_validate_pt_bos v2Christian König2018-05-241-12/+7Star
| * drm/amdgpu: rework VM state machine lock handling v2Christian König2018-05-242-49/+21Star
| * drm/amdgpu: Add runtime VCN PG supportRex Zhu2018-05-242-18/+30
| * drm/amdgpu: Enable VCN static PG by default on RVRex Zhu2018-05-241-1/+2
| * drm/amdgpu: Add VCN static PG support on RVRex Zhu2018-05-242-1/+102
| * drm/amdgpu: Enable VCN CG by default on RVRex Zhu2018-05-241-1/+2
| * drm/amdgpu: Add static CG control for VCN on RVRex Zhu2018-05-241-11/+39
| * drm/amdgpu: Add SOC15_WAIT_ON_RREG macro defineRex Zhu2018-05-241-0/+15
| * drm/amdgpu: Add CG/PG flags for VCNRex Zhu2018-05-241-1/+2
| * drm/amd/pp: Add smu support for VCN powergating on RVRex Zhu2018-05-241-1/+18
| * drm/amdgpu: skip CG for VCN when late_init/finiRex Zhu2018-05-241-0/+2
| * drm/amd/pp: fix a couple locking issuesRex Zhu2018-05-241-12/+19
| * drm/amd/pp: Fix static checker warningRex Zhu2018-05-243-19/+14Star
| * drm/amdgpu/gmc9: disable partial wr rmw if ECC is not enabledAlex Deucher2018-05-241-0/+1
| * drm/amdgpu: add a df 1.7 implementation of enable_ecc_force_par_wr_rmwAlex Deucher2018-05-241-0/+8
| * drm/amdgpu: add new DF callback for ECC setupAlex Deucher2018-05-241-0/+2
| * drm/amdgpu: add new DF 1.7 register defsAlex Deucher2018-05-242-0/+8
| * Remove calls to suspend/resume atomic helpers from amdgpu_device_gpu_recover....Andrey Grodzovsky2018-05-241-9/+1Star
| * drm/amdgpu: fix insert nop for UVD4.2 ringLeo Liu2018-05-181-2/+13
| * drm/amdgpu: fix insert nop for UVD5 ringLeo Liu2018-05-181-2/+13
| * drm/amdgpu: fix insert nop for UVD6 ringLeo Liu2018-05-181-2/+13
| * drm/amdgpu: fix insert nop for UVD7 ringLeo Liu2018-05-181-4/+6
| * drm/amdgpu: fix insert nop for VCN decode ringLeo Liu2018-05-181-6/+8
| * drm/amd/pp: Fix build warning in vegamRex Zhu2018-05-182-2/+4
| * drm/amd/display: Clear connector's edid pointerMikita Lipski2018-05-181-0/+1
| * drm/amd/display: fix memory leaksAnthony Koo2018-05-181-8/+16
| * drm/amd/display: DCN1 link encoderEric Bernstein2018-05-185-23/+1716
| * drm/amd/display: Clear underflow status for debug purposesNikola Cornij2018-05-181-0/+6
| * drm/amd/display: fix bug with index checkAnthony Koo2018-05-181-1/+1
| * drm/amd/display: Add fullscreen transitions to logAnthony Koo2018-05-182-27/+114
| * drm/amd/display: constify a few dc_surface_update fieldsJun Lei2018-05-181-7/+7
| * drm/amd/display: Only limit VSR downscaling when actually downscalingXingyue Tao2018-05-181-11/+10Star
| * drm/amd/display: don't create new dc_sink if nothing changed at detectionSamson Tam2018-05-181-18/+77
| * drm/amd/display: use macro for logsAnthony Koo2018-05-182-13/+15
| * drm/amd/display: Fix up dm logging functionalityAnthony Koo2018-05-185-18/+17Star
| * drm/amd/display: update dml to allow sync with DVDmytro Laktyushkin2018-05-183-470/+515