summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2020-05-22Merge tag 'amd-drm-fixes-5.7-2020-05-21' of git://people.freedesktop.org/~agd...Dave Airlie-95/+126
2020-05-22Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie-2/+4
2020-05-20drm/amd/display: Defer cursor lock until after VUPDATENicholas Kazlauskas-1/+81
2020-05-20drm/amd/display: Remove dml_common_def fileRodrigo Siqueira-94/+18
2020-05-20drm/amd/display: DP training to set properly SCRAMBLING_DISABLEVladimir Stempen-0/+27
2020-05-20drm/edid: Add Oculus Rift S to non-desktop listJan Schmidt-1/+2
2020-05-20Merge branch 'vmwgfx-fixes-5.7' of git://people.freedesktop.org/~sroland/linu...Dave Airlie-3/+3
2020-05-19drm/etnaviv: Fix a leak in submit_pin_objects()Dan Carpenter-1/+3
2020-05-19drm/etnaviv: fix perfmon domain interationChristian Gmeiner-1/+1
2020-05-16drm/vmwgfx: Return true in function vmw_fence_obj_signaled()Jason Yan-1/+1
2020-05-16drm/vmwgfx: remove redundant assignment to variable retColin Ian King-1/+1
2020-05-16drm/vmwgfx: Fix parameter name in vmw_bo_initGuixiong Wei-1/+1
2020-05-15Merge tag 'drm-misc-fixes-2020-05-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-3/+1
2020-05-15Merge tag 'drm-intel-fixes-2020-05-13-1' of git://anongit.freedesktop.org/drm...Dave Airlie-27/+79
2020-05-14Merge tag 'amd-drm-fixes-5.7-2020-05-13' of git://people.freedesktop.org/~agd...Dave Airlie-115/+119
2020-05-14Merge tag 'drm/tegra/for-5.7-fixes' of git://anongit.freedesktop.org/tegra/li...Dave Airlie-5/+57
2020-05-14Merge tag 'drm-intel-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/d...Dave Airlie-124/+180
2020-05-13drm/i915: Handle idling during i915_gem_evict_something busy loopsChris Wilson-14/+12
2020-05-13drm/meson: pm resume add return errno branchBernard Zhao-3/+1
2020-05-12drm/amd/amdgpu: Update update_config() logicLeo (Hanghong) Ma-5/+5
2020-05-12drm/amd/amdgpu: add raven1 part to the gfxoff quirk listTom St Denis-0/+2
2020-05-11Merge tag 'gvt-fixes-2020-05-12' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi-6/+49
2020-05-11drm/i915: Mark concurrent submissions with a weak-dependencyChris Wilson-6/+15
2020-05-11drm/i915: Propagate error from completed fencesChris Wilson-1/+3
2020-05-11drm/i915/gvt: Fix kernel oops for 3-level ppgtt guestZhenyu Wang-1/+5
2020-05-09drm/i915/gvt: Init DPLL/DDI vreg for virtual display instead of inheritance.Colin Xu-5/+44
2020-05-08drm/amd/display: add basic atomic check for cursor planeSimon Ser-2/+24
2020-05-08drm/amd/display: Fix vblank and pageflip event handling for FreeSyncNicholas Kazlauskas-82/+55
2020-05-08drm/amdgpu: implement soft_recovery for gfx10Alex Deucher-0/+14
2020-05-08drm/amdgpu: enable hibernate support on Navi1XEvan Quan-1/+4
2020-05-08drm/amdgpu: Use GEM obj reference for KFD BOsFelix Kuehling-2/+3
2020-05-08drm/amdgpu: force fbdev into vramAlex Deucher-2/+1
2020-05-08drm/amd/powerplay: perform PG ungate prior to CG ungateEvan Quan-6/+6
2020-05-08drm/amdgpu: drop unnecessary cancel_delayed_work_sync on PG ungateEvan Quan-14/+4
2020-05-08drm/amdgpu: disable MGCG/MGLS also on gfx CG ungateEvan Quan-1/+1
2020-05-08Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-4/+14
2020-05-06drm/i915/execlists: Track inflight CCIDChris Wilson-12/+25
2020-05-06drm/i915/execlists: Avoid reusing the same logical CCIDChris Wilson-35/+37
2020-05-06drm/i915/gem: Remove object_is_locked assertion from unpin_from_display_planeChris Wilson-6/+1
2020-05-06drm/i915/gt: Yield the timeslice if caught waiting on a user semaphoreChris Wilson-24/+82
2020-05-06drm/i915: Check current i915_vma.pin_count status first on unbindChris Wilson-16/+9
2020-05-06drm/i915/tgl+: Fix interrupt handling for DP AUX transactionsImre Deak-13/+3
2020-05-05drm/amd/display: Prevent dpcd reads with passive donglesAurabindo Pillai-6/+11
2020-05-05drm/amd/display: fix counter in wait_for_no_pipes_pendingRoman Li-3/+2
2020-05-05drm/amd/display: Update DCN2.1 DV Code RevisionSung Lee-4/+4
2020-05-05drm: Fix HDCP failures when SRM fw is missingSean Paul-1/+7
2020-05-04Make the "Reducing compressed framebufer size" message be DRM_INFO_ONCE()Peter Jones-2/+1
2020-05-04drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC is disabledSultan Alsawaf-1/+1
2020-05-04drm/i915/gt: Make timeslicing an explicit engine propertyChris Wilson-14/+18
2020-05-04drm/i915: Avoid dereferencing a dead contextChris Wilson-5/+7