summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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 branch 'linux-5.6' of git://github.com/skeggsb/linux into drm-nextDave Airlie2020-02-075-10/+50
| |\ \ \ \
| | * | | | drm/nouveau/kms/gv100-: avoid sending a core update until the first modesetBen Skeggs2020-02-032-6/+2
| | * | | | drm/nouveau/kms/gv100-: move window ownership setup into modesetting pathBen Skeggs2020-02-034-6/+44
| | * | | | drm/nouveau/disp/gv100-: halt NV_PDISP_FE_RM_INTR_STAT_CTRL_DISP_ERROR stormsBen Skeggs2020-02-031-0/+6
| * | | | | Merge tag 'drm/tegra/for-5.6-rc1-fixes' of git://anongit.freedesktop.org/tegr...Dave Airlie2020-02-074-59/+93
| |\ \ \ \ \
| | * | | | | drm/tegra: Reuse IOVA mapping where possibleThierry Reding2020-02-062-20/+34
| | * | | | | drm/tegra: Relax IOMMU usage criteria on old TegraThierry Reding2020-02-061-17/+32
| | * | | | | drm/tegra: sor: Initialize runtime PM before useThierry Reding2020-01-311-15/+17
| | * | | | | drm/tegra: sor: Disable runtime PM on probe failureThierry Reding2020-01-311-6/+8
| | * | | | | drm/tegra: sor: Suspend on clock registration failureThierry Reding2020-01-311-6/+7
* | | | | | | Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-02-041-7/+15
|\| | | | | |