summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-03334-6419/+12897
|\
| * drm/amd/display: Fix potential integer wraparound resulting in a hangAric Cyr2020-05-281-0/+2
| * drm/amd/display: drop cursor position check in atomic testSimon Ser2020-05-281-7/+0
| * drm/amdgpu: fix device attribute node create failed with multi gpuKevin Wang2020-05-263-41/+58
| * drm/amdgpu: Sync with VM root BO when switching VM to CPU update modeFelix Kuehling2020-05-221-2/+9
| * drm/amd/display: Handle GPU reset for DC blockBhawanpreet Lakha2020-05-222-1/+182
| * drm/amdgpu: add apu flags (v2)Alex Deucher2020-05-2215-31/+48
| * drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenchen gong2020-05-221-0/+9
| * drm/amdgpu: fix pm sysfs node handling (v2)Alex Deucher2020-05-221-4/+4
| * drm/amdgpu: move gpu_info parsing after common early initAlex Deucher2020-05-221-4/+4
| * drm/amdgpu: move discovery gfx config fetchingAlex Deucher2020-05-221-4/+3
| * drm/amdgpu: resize VRAM BAR for CPU access on gfx10Alan Swanson2020-05-221-4/+10
| * drm/amdgpu: drop navi pcie bw callbackAlex Deucher2020-05-221-8/+0
| * drm/amdgpu: improve error handling in pcie_bwAlex Deucher2020-05-221-1/+7
| * drm/amdkfd: fix restore worker race conditionPhilip Yang2020-05-211-3/+3
| * drm/amdgpu: off by one in amdgpu_device_attr_create_groups() error handlingDan Carpenter2020-05-211-2/+1
| * drm/amdgpu/smu10: Replace one-element array and use struct_size() helperGustavo A. R. Silva2020-05-212-5/+3
| * drm/amd/display: Set/Reset avmute when disable/enable streamJinze Xu2020-05-211-0/+8
| * drm/amd/display: Fix incorrectly pruned modes with deep colorStylon Wang2020-05-211-38/+64
| * drm/amd/display: correct rn NUM_VMIDDmytro Laktyushkin2020-05-214-9/+9
| * drm/amd/display: Avoid pipe split when plane is too smallNicholas Kazlauskas2020-05-212-2/+33
| * drm/amd/display: Defer cursor lock until after VUPDATENicholas Kazlauskas2020-05-216-1/+81
| * drm/amd/display: DP training to set properly SCRAMBLING_DISABLEVladimir Stempen2020-05-211-0/+27
| * drm/amd/display: Remove dml_common_def fileRodrigo Siqueira2020-05-2111-94/+18
| * drm/amd/display: fix and simplify pipe split logicDmytro Laktyushkin2020-05-214-91/+94
| * drm/amd/display: Minimize DSC resource re-assignmentNikola Cornij2020-05-213-10/+23
| * drm/amdgpu: add condition to set MP1 state on gpu resetLikun Gao2020-05-211-1/+2
| * drm/amdkfd: report the real PCI bus numberEvan Quan2020-05-211-1/+1
| * drm/amdgpu fix incorrect sysfs remove behavior for xgmiJack Zhang2020-05-211-7/+16
| * drm/amd/powerplay: unify the prompts on thermal interruptsEvan Quan2020-05-212-47/+17
| * drm/amd/display: Enable fp16 also on DCE-11.0 - DCE-12. (v2)Mario Kleiner2020-05-212-2/+2
| * drm/amd/display: Expose support for xBGR ordered fp16 formats.Mario Kleiner2020-05-211-0/+6
| * drm/amdgpu/vcn2.5: Remove old DPG workaroundJames Zhu2020-05-211-9/+0
| * drm/amdgpu/jpeg2.5: Remove JPEG_ENC_MASK from clock ungatingJames Zhu2020-05-211-1/+0
| * drm/amdgpu: resolve ras recovery vs smi race conditionJohn Clements2020-05-211-0/+6
| * drm/amdkfd: Fix boolreturn.cocci warningsAishwarya Ramakrishnan2020-05-211-2/+2
| * drm/amd/display: Respect PP_STUTTER_MODE but don't override DC_DISABLE_STUTTERHarry Wentland2020-05-211-3/+3
| * drm/amd/display: Fix disable_stutter debug optionHarry Wentland2020-05-212-2/+2
| * drm/amd/display: Add DC Debug mask to disable features for bringupHarry Wentland2020-05-214-0/+30
| * drm/amdgpu: cleanup unnecessary virt sriov check in amdgpu attributeKevin Wang2020-05-211-105/+0
| * drm/amdgpu: Add a UAPI flag for user to call mem_syncAndrey Grodzovsky2020-05-182-1/+5
| * drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute IBs too (v3)Marek Olšák2020-05-187-7/+46
| * drm/amdgpu: Add mem_sync implementation for all the ASICs.Andrey Grodzovsky2020-05-185-5/+94
| * drm/amdgpu: Add new ring callback to insert memory syncAndrey Grodzovsky2020-05-181-0/+1
| * drm/amdgpu: optimize amdgpu device attribute codeKevin Wang2020-05-182-278/+262
| * drm/amdgpu: add amdgpu_virt_get_vf_mode helper functionKevin Wang2020-05-182-0/+24
| * drm/amdgpu: Add autodump debugfs node for gpu reset v8Jiange Zhao2020-05-184-1/+87
| * drm/amdgpu: Updated XGMI power down control support checkJohn Clements2020-05-141-3/+3
| * drm/amdgpu: Update RAS XGMI error inject sequenceJohn Clements2020-05-141-1/+29
| * drm/amdgpu: Add DPM function for XGMI link power down controlJohn Clements2020-05-142-0/+12