summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: remove the experimental flag for renoirAlex Deucher2020-01-231-1/+1
* drm/amd/display: Reorder detect_edp_sink_caps before link settings read.Mario Kleiner2020-01-151-1/+1
* drm/amdgpu: update goldensetting for renoirAaron Liu2020-01-151-1/+1
* drm/amdgpu: add DRIVER_SYNCOBJ_TIMELINE to amdgpuChunming Zhou2020-01-071-1/+2
* drm/amd/display: Reduce HDMI pixel encoding if max clock is exceededThomas Anderson2020-01-071-22/+23
* Revert "drm/amdgpu: Set no-retry as default."Alex Deucher2020-01-071-2/+2
* drm/amdgpu: correct RLC firmwares loading sequenceEvan Quan2020-01-012-2/+2
* drm/amdgpu: enable gfxoff for raven1 refreshchangzhu2019-12-291-11/+4
* drm/amdgpu/smu: add metrics table lock for vega20 (v2)Alex Deucher2019-12-291-0/+3
* drm/amdgpu/smu: add metrics table lock for navi (v2)Alex Deucher2019-12-291-0/+3
* drm/amdgpu/smu: add metrics table lock for arcturus (v2)Alex Deucher2019-12-291-0/+3
* drm/amdgpu/smu: add metrics table lockAlex Deucher2019-12-292-0/+2
* Revert "drm/amdgpu: simplify ATPX detection"Alex Deucher2019-12-291-1/+11
* Merge tag 'drm-fixes-5.5-2019-12-12' of git://people.freedesktop.org/~agd5f/l...Dave Airlie2019-12-1327-118/+299
|\
| * drm/amdgpu: add invalidate semaphore limit for SRIOV in gmc10changzhu2019-12-121-8/+21
| * drm/amdgpu: add invalidate semaphore limit for SRIOV and picasso in gmc9changzhu2019-12-121-20/+24
| * drm/amdgpu: avoid using invalidate semaphore for picassochangzhu2019-12-121-8/+20
| * Revert "drm/amdgpu: dont schedule jobs while in reset"Alex Deucher2019-12-121-4/+1
| * drm/amdgpu: fix license on Kconfig and MakefilesAlex Deucher2019-12-117-4/+7
| * drm/amdgpu/gfx10: update gfx golden settings for navi14Tianci.Yin2019-12-111-0/+2
| * drm/amdgpu/gfx10: update gfx golden settingsTianci.Yin2019-12-111-0/+2
| * drm/amdgpu/gfx10: update gfx golden settings for navi14Tianci.Yin2019-12-111-0/+1
| * drm/amdgpu/gfx10: update gfx golden settingsTianci.Yin2019-12-111-0/+1
| * drm/amd/display: include linux/slab.h where neededArnd Bergmann2019-12-101-0/+2
| * drm/amd/display: fix undefined struct member referenceArnd Bergmann2019-12-101-0/+2
| * drm/amd/display: Compare clock state member to determine optimization.Yongqiang Sun2019-12-051-1/+17
| * drm/amdgpu/display: add fallthrough commentAlex Deucher2019-12-051-0/+1
| * drm/amd/display: Increase the number of retries after AUX DEFERGeorge Shen2019-12-051-10/+22
| * drm/amd/display: update dispclk and dppclk vco frequencyEric Yang2019-12-051-1/+1
| * drm/amd/display: Fix screen tearing on vrr testsAmanda Liu2019-12-052-20/+13
| * drm/amd/display: Reset steer fifo before unblanking the streamNikola Cornij2019-12-051-2/+10
| * drm/amd/display: fixed that I2C over AUX didn't read data issueBrandon Syu2019-12-052-2/+2
| * drm/amd/display: Change the delay time before enabling FECLeo (Hanghong) Ma2019-12-051-1/+8
| * drm/amd/display: have two different sr and pstate latency tables for renoirJoseph Gravenor2019-12-051-34/+80
| * drm/amd/display: Fixed kernel panic when booting with DP-to-HDMI dongleDavid Galiffi2019-12-051-1/+1
| * drm/amd/display: populate bios integrated info for renoirJoseph Gravenor2019-12-052-4/+7
| * drm/amd/display: fix DalDramClockChangeLatencyNs overrideJoseph Gravenor2019-12-051-1/+4
| * drm/amd/display: Map DSC resources 1-to-1 if numbers of OPPs and DSCs are equalNikola Cornij2019-12-051-3/+10
| * drm/amd/display: update sr and pstate latencies for RenoirEric Yang2019-12-053-7/+26
| * drm/amdgpu: add cache flush workaround to gfx8 emit_fencePierre-Eric Pelloux-Prayer2019-12-051-3/+19
| * drm/amdgpu: add header line for power profile on ArcturusAlex Deucher2019-12-051-0/+5
| * drm/amdgpu: add check before enabling/disabling broadcast modeGuchun Chen2019-12-051-16/+22
* | Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-12-0628-298/+231
|\|
| * drm/amdgpu: fix GFX10 missing CSIB set(v3)Monk Liu2019-12-031-28/+5
| * drm/amdgpu: should stop GFX ring in hw_finiMonk Liu2019-12-031-1/+1
| * drm/amdgpu: do autoload right after MEC loaded for SRIOV VFMonk Liu2019-12-031-2/+2
| * drm/amdgpu: skip rlc ucode loading for SRIOV gfx10Monk Liu2019-12-031-39/+41
| * drm/amdgpu: fix calltrace during kmd unload(v3)Monk Liu2019-12-035-144/+6
| * drm/amdgpu/gfx10: unlock srbm_mutex after queue programming finishXiaojie Yuan2019-12-031-2/+3
| * drm/amdgpu: Added ASIC specific checks in gfxhub V1.1 get XGMI infoJohn Clements2019-12-031-2/+17