summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2020-04-17drm/i915/icl+: Don't enable DDI IO power on a TypeC port in TBT modeImre Deak1-1/+5
2020-04-17drm/amdgpu: fix gfx hang during suspend with video playback (v2)Prike Liang1-2/+3
2020-04-17drm/dp_mst: Fix clearing payload state on topology disableLyude Paul1-1/+6
2020-04-17Revert "drm/dp_mst: Remove VCPI while disabling topology mgr"Sasha Levin1-12/+0
2020-04-17drm/amdgpu: unify fw_write_wait for new gfx9 asicsAaron Liu1-0/+2
2020-04-17drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLKYuxian Dai2-1/+7
2020-04-17drm: Remove PageReserved manipulation from drm_pci_allocChris Wilson1-21/+2
2020-04-17drm/etnaviv: rework perfmon query infrastructureChristian Gmeiner1-7/+52
2020-04-17drm/i915/gem: Flush all the reloc_gpu batchChris Wilson1-3/+5
2020-04-17drm/scheduler: fix rare NULL ptr raceYintian Tao1-0/+2
2020-04-13drm/i915: Fix ref->mutex deadlock in i915_active_wait()Sultan Alsawaf2-12/+21
2020-04-08drm/amdgpu: fix typo for vcn1 idle checkJames Zhu1-1/+1
2020-04-08drm/bochs: downgrade pci_request_region failure from error to warningGerd Hoffmann1-4/+2
2020-04-08drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017Mario Kleiner1-0/+11
2020-04-01drm/exynos: Fix cleanup of IOMMU related objectsMarek Szyprowski11-29/+53
2020-04-01drm/amdgpu: correct ROM_INDEX/DATA offset for VEGA20Hawking Zhang1-2/+23
2020-04-01drm/amd/display: update soc bb for nv14Martin Leung1-0/+114
2020-03-25drm/bridge: dw-hdmi: fix AVI frame colorimetryJernej Skrabec1-20/+26
2020-03-25drm/lease: fix WARNING in idr_destroyQiujun Huang1-1/+2
2020-03-25drm/amd/amdgpu: Fix GPR read from debugfs (v2)Tom St Denis1-3/+3
2020-03-25Revert "drm/fbdev: Fallback to non tiled mode if all tiles not present"Sasha Levin1-72/+0
2020-03-25drm/amd/display: fix dcc swath size calculations on dcn1Josip Pavic1-2/+2
2020-03-25drm/amd/display: Clear link settings on MST disable connectorBhawanpreet Lakha1-0/+1
2020-03-25drm/amdgpu: clean wptr on wb when gpu recoveryYintian Tao2-0/+2
2020-03-25drm/exynos: hdmi: don't leak enable HDMI_EN regulator if probe failsMarek Szyprowski1-10/+12
2020-03-25drm/exynos: dsi: fix workaround for the legacy clock nameMarek Szyprowski1-3/+4
2020-03-25drm/exynos: dsi: propagate error value and silence meaningless warningMarek Szyprowski1-2/+3
2020-03-25drm/mediatek: Find the cursor plane instead of hard coding itEvan Benn1-6/+12
2020-03-21drm/amdgpu: fix memory leak during TDR test(v2)Monk Liu1-1/+5
2020-03-21drm/amdgpu: Fix TLB invalidation request when using semaphoreFelix Kuehling2-6/+7
2020-03-18drm/i915/gvt: Fix unnecessary schedule timer when no vGPU exitsZhenyu Wang1-3/+9
2020-03-18drm/i915/gvt: Fix dma-buf display blur issue on CFLTina Zhang1-1/+2
2020-03-18drm/i915: Defer semaphore priority bumping to a workqueueChris Wilson2-5/+19
2020-03-18drm/i915: be more solid in checking the alignmentMatthew Auld2-1/+7
2020-03-18drm/amd/display: remove duplicated assignment to grph_obj_typeColin Ian King1-2/+1
2020-03-12drm/virtio: module_param_named() requires linux/moduleparam.hStephen Rothwell1-0/+2
2020-03-12drm/i915/selftests: Fix return in assert_mmap_offset()Dan Carpenter1-1/+1
2020-03-12drm/i915: Program MBUS with rmw during initializationMatt Roper1-5/+11
2020-03-12drm/sun4i: de2/de3: Remove unsupported VI layer formatsJernej Skrabec2-14/+0
2020-03-12drm/sun4i: Fix DE2 VI layer format supportJernej Skrabec2-11/+67
2020-03-12drm/sun4i: Add separate DE3 VI layer formatsJernej Skrabec3-3/+102
2020-03-12drm: kirin: Revert "Fix for hikey620 display offset problem"John Stultz2-21/+0
2020-03-12drm/panfrost: Don't try to map on error faultsTomeu Vizoso1-25/+19
2020-03-12drm/virtio: fix resource id creation raceJohn Bates1-2/+2
2020-03-12drm/virtio: make resource id workaround runtime switchable.Gerd Hoffmann1-20/+24
2020-03-12drm/msm/dsi/pll: call vco set rate explicitlyHarigovindan P1-0/+6
2020-03-12drm/msm/dsi: save pll state before dsi host is powered offHarigovindan P2-4/+5
2020-03-12drm/modes: Allow DRM_MODE_ROTATE_0 when applying video mode parametersStephan Gerhold1-1/+2
2020-03-12drm/modes: Make sure to parse valid rotation value from cmdlineStephan Gerhold3-2/+21
2020-03-12drm: msm: Fix return type of dsi_mgr_connector_mode_valid for kCFIJohn Stultz1-1/+1