summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/amdgpu: initialize bo_va_list when add gws to processxinhui pan2020-01-271-0/+1
| * drm/amdgpu/vcn: use inst_idx relacing instJames Zhu2020-01-271-12/+12
| * drm/amdgpu/vcn: fix typo errorJames Zhu2020-01-271-1/+1
| * drm/amdgpu/vcn: fix vcn2.5 instance issueJames Zhu2020-01-271-44/+44
| * drm/amdgpu/vcn2.5: fix a bug for the 2nd vcn instance (v2)James Zhu2020-01-271-5/+8
| * drm/amdgpu/vcn: Share vcn_v2_0_dec_ring_test_ring to vcn2.5James Zhu2020-01-273-2/+3
| * drm/amdgpu: Use the correct flush_type in flush_gpu_tlb_pasidFelix Kuehling2020-01-272-4/+4
| * drm/amdgpu: Fix TLB invalidation request when using semaphoreFelix Kuehling2020-01-272-6/+7
| * drm/amd/display: use odm combine for YCbCr420 timing with h_active greater th...Wenjing Liu2020-01-223-22/+45
| * drm/amd/display: init hw i2c speedLewis Huang2020-01-222-9/+1
| * drm/amd/display: changed max_downscale_src_width to 4096.Isabel Zhang2020-01-221-1/+1
| * drm/amd/display: support VSC SDP update on video test pattern requestWenjing Liu2020-01-221-8/+3
| * drm/amd/display: Check hw_init state when determining if DMCUB is initializedNicholas Kazlauskas2020-01-221-0/+3
| * drm/amd/display: Reset inbox rptr/wptr when resetting DMCUBNicholas Kazlauskas2020-01-221-2/+2
| * drm/amd/display: Call ATOM_INIT instead of ATOM_ENABLE for DMCUBNicholas Kazlauskas2020-01-221-0/+4
| * drm/amd/display: Add hardware reset interface for DMUB serviceNicholas Kazlauskas2020-01-222-0/+31
| * drm/amd/display: Fix update type for multiple planesRoman Li2020-01-221-30/+34
| * drm/amd/display: fix rotation_angle to use enum valuesBrandon Syu2020-01-221-6/+6
| * drm/amd/display: 3.2.69Aric Cyr2020-01-221-1/+1
| * drm/amd/display: Refine i2c frequency calculating sequenceLewis Huang2020-01-221-49/+19
| * drm/amd/display: Refactor to remove diags specific rgam funcAnthony Koo2020-01-222-182/+129
| * drm/amd/display: Fix DML dummyinteger types mismatchJerry (Fangzhi) Zuo2020-01-221-2/+2
| * drm/amd/display: Do DMCUB hw_init before DCNicholas Kazlauskas2020-01-221-2/+2
| * drm/amd/display: Fixed comment stylingHaiyi Zhou2020-01-221-1/+1
| * drm/amd/display: check pipe_ctx is split pipe or notPaul Hsieh2020-01-221-2/+15
| * drm/amd/display: Fallback to DMCUB when command table is missingNicholas Kazlauskas2020-01-221-4/+70
| * drm/amd/display: Get fb base and fb offset for DMUB from registersNicholas Kazlauskas2020-01-223-4/+27
| * drm/amd/display: Add debug option to disable DSC supportWenjing Liu2020-01-222-1/+3
| * drm/amd/display: Do not send training pattern if VS DifferentSung Lee2020-01-221-1/+1
| * drm/amd/display: update MSA and VSC SDP on video test pattern requestWenjing Liu2020-01-221-1/+36
| * drm/amdgpu: individualize fence allocation per entityNirmoy Das2020-01-222-18/+27
| * Revert "drm/amdgpu: fix modprobe failure of the secondary GPU when GDDR6 trai...Tianci.Yin2020-01-222-31/+1
| * drm/amdgpu: fix VRAM partially encroached issue in GDDR6 memory training(V2)Tianci.Yin2020-01-222-3/+35
| * drm/amdgpu: remove unnecessary conversion to boolNirmoy Das2020-01-2225-50/+50
| * drm/amdgpu: add RAS support for the gfx block of ArcturusDennis Li2020-01-224-1/+1039
| * drm/amdgpu: add EDC counter registers of gc for ArcturusDennis Li2020-01-222-0/+1012
| * drm/amdgpu: abstract EDC counter clear to a separated functionDennis Li2020-01-221-35/+77
| * drm/amdgpu: refine the security check for RAS functionsDennis Li2020-01-221-2/+2
| * drm/amdgpu: enable RAS feature for more mmhub sub-blocks of AcrturusDennis Li2020-01-221-6/+695
| * drm/amdgpu: update mmhub 9.4.1 header files for AcrturusDennis Li2020-01-221-0/+128
| * drm/amdgpu: read gfx register using RREG32_KIQ macrochen gong2020-01-221-5/+5
| * drm/amdgpu: add kiq version interface for RREG32/WREG32chen gong2020-01-222-2/+6
| * drm/amdgpu: provide a generic function interface for reading/writing register...chen gong2020-01-228-104/+108
| * drm/amdgpu: added support to get mGPU DRAM baseJohn Clements2020-01-225-1/+92
| * drm/amdgpu: modify packet size for pm4 flush tlbsAlex Sierra2020-01-224-4/+6
* | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-30472-9336/+28630
|\|
| * drm/amdgpu: add the lost mutex_init backPan, Xinhui2020-01-171-0/+1
| * drm/amd/display: skip opp blank or unblank if test pattern enabledWenjing Liu2020-01-161-0/+3
| * drm/amd/display: 3.2.68Aric Cyr2020-01-161-1/+1
| * drm/amd/display: reallocate MST payload when link lossPaul Hsieh2020-01-163-5/+36
OpenPOWER on IntegriCloud