summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2019-11-01Merge tag 'drm-misc-fixes-2019-10-30-1' of git://anongit.freedesktop.org/drm/...Dave Airlie4-9/+14
2019-11-01Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie3-7/+20
2019-10-29drm/panfrost: Don't dereference bogus MMU pointersRobin Murphy1-3/+3
2019-10-29drm/panfrost: fix -Wmissing-prototypes warningsYi Wang2-4/+6
2019-10-29drm/etnaviv: fix dumping of iommuv2Christian Gmeiner1-2/+4
2019-10-29drm/etnaviv: reinstate MMUv1 command buffer window checkLucas Stach1-3/+14
2019-10-29drm/etnaviv: fix deadlock in GPU coredumpLucas Stach1-2/+2
2019-10-25Merge tag 'drm-fixes-5.4-2019-10-23' of git://people.freedesktop.org/~agd5f/l...drm-fixes-2019-10-25Dave Airlie8-46/+92
2019-10-25Merge tag 'drm-misc-fixes-2019-10-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-3/+4
2019-10-23drm/v3d: Fix memory leak in v3d_submit_cl_ioctlNavid Emamdoost1-1/+4
2019-10-23panfrost: Properly undo pm_runtime_enable when deferring a probeTomeu Vizoso1-1/+1
2019-10-21drm/komeda: Fix typos in komeda_splitter_validateMihail Atanassov1-2/+2
2019-10-21drm/komeda: Don't flush inactive pipesMihail Atanassov1-1/+2
2019-10-17drm/amdgpu/vce: fix allocation size in enc ring testAlex Deucher2-5/+16
2019-10-17drm/amdgpu: fix error handling in amdgpu_bo_list_createChristian König1-1/+6
2019-10-17drm/amdgpu: fix potential VM faultsChristian König1-1/+2
2019-10-17drm/amdgpu: user pages array memory leak fixPhilip Yang1-6/+2
2019-10-17drm/amdgpu/vcn: fix allocation size in enc ring testAlex Deucher1-12/+23
2019-10-17drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)Alex Deucher1-11/+22
2019-10-17drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)Alex Deucher1-10/+21
2019-10-18Merge tag 'drm-misc-fixes-2019-10-17' of git://anongit.freedesktop.org/drm/dr...drm-fixes-2019-10-18Dave Airlie7-21/+33
2019-10-18Merge tag 'drm-fixes-5.4-2019-10-16' of git://people.freedesktop.org/~agd5f/l...Dave Airlie6-46/+38
2019-10-16drm/i915: Fixup preempt-to-busy vs resubmission of a virtual requestChris Wilson1-6/+26
2019-10-16drm/i915/userptr: Never allow userptr into the mappable GGTTChris Wilson5-1/+19
2019-10-16drm/i915: Favor last VBT child device with conflicting AUX ch/DDC pinVille Syrjälä1-6/+16
2019-10-16drm/i915/execlists: Refactor -EIO markup of hung requestsChris Wilson1-14/+17
2019-10-15drm/panfrost: Handle resetting on timeout betterSteven Price1-5/+11
2019-10-14drm/panfrost: Add missing GPU feature registersSteven Price1-0/+3
2019-10-14drm/ttm: fix handling in ttm_bo_add_mem_to_lruChristian König1-2/+3
2019-10-14drm/ttm: Restore ttm prefaultingThomas Hellstrom1-9/+7
2019-10-14drm/ttm: fix busy reference in ttm_mem_evict_firstChristian König1-2/+2
2019-10-12Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+2
2019-10-11drm/amdgpu/sdma5: fix mask value of POLL_REGMEM packet for pipe syncXiaojie Yuan1-1/+1
2019-10-11drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1Hans de Goede2-35/+35
2019-10-11Revert "drm/radeon: Fix EEH during kexec"Alex Deucher1-8/+0
2019-10-11drm/msm/dsi: Implement reset correctlyJeffrey Hugo1-2/+4
2019-10-11Merge tag 'drm-intel-fixes-2019-10-10' of git://anongit.freedesktop.org/drm/d...drm-fixes-2019-10-11Dave Airlie17-82/+188
2019-10-11Merge tag 'drm-fixes-5.4-2019-10-09' of git://people.freedesktop.org/~agd5f/l...Dave Airlie1-7/+7
2019-10-11Merge tag 'drm-misc-fixes-2019-10-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie6-7/+39
2019-10-10xen: Stop abusing DT of_dma_configure APIRob Herring1-10/+2
2019-10-10drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50Kai-Heng Feng1-0/+3
2019-10-10drm/tiny: Kconfig: Remove always-y THERMAL dep. from TINYDRM_REPAPERUlf Magnusson1-1/+0
2019-10-10drm/bridge: tc358767: fix max_tu_symbol valueTomi Valkeinen1-1/+6
2019-10-09drm/i915/gt: execlists->active is serialised by the taskletChris Wilson3-9/+27
2019-10-09drm/i915/execlists: Protect peeking at execlists->activeChris Wilson1-2/+5
2019-10-09drm/i915: Fixup preempt-to-busy vs reset of a virtual requestChris Wilson2-4/+6
2019-10-09drm/i915: Only enqueue already completed requestsChris Wilson3-38/+74
2019-10-09drm/i915/execlists: Drop redundant list_del_init(&rq->sched.link)Chris Wilson1-1/+0
2019-10-09drm/i915/cml: Add second PCH ID for CMPMatt Roper2-0/+2
2019-10-09drm/amdgpu/powerplay: fix typo in mvdd table setupAlex Deucher2-2/+2