summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2020-08-26drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_accessFelix Kuehling1-1/+3
2020-08-26drm/amd/display: fix pow() crashing when given base 0Krunoslav Kovac1-0/+3
2020-08-26drm/amd/display: Fix EDID parsing after resume from suspendStylon Wang1-0/+1
2020-08-26drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internalDaniel Kolesa1-1/+1
2020-08-26drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()Chris Wilson1-27/+0
2020-08-21drm/amd/display: dchubbub p-state warning during surface planes switchhersen wu1-2/+67
2020-08-21drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resumeSandeep Raghuraman1-1/+4
2020-08-21drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpiXin Xiong1-3/+4
2020-08-21drm: Added orientation quirk for ASUS tablet model T103HAFMarius Iacob1-0/+6
2020-08-21drm/panfrost: Use kvfree() to free bo->sgtsDenis Efremov2-2/+2
2020-08-21drm/vmwgfx: Fix two list_for_each loop exit testsDan Carpenter1-4/+4
2020-08-21drm/vmwgfx: Use correct vmw_legacy_display_unit pointerDan Carpenter1-3/+2
2020-08-21drm/imx: imx-ldb: Disable both channels for split mode in enc->disable()Liu Ying1-3/+4
2020-08-19drm/ttm/nouveau: don't call tt destroy callback on alloc failure.Dave Airlie2-9/+3
2020-08-19drm/imx: tve: fix regulator_disable error pathMarco Felsch1-10/+10
2020-08-19drm/imx: fix use after freePhilipp Zabel6-32/+52
2020-08-19drm/bridge: sil_sii8620: initialize return of sii8620_readbTom Rix1-1/+1
2020-08-19drm: panel: simple: Fix bpc for LG LB070WV8 panelLaurent Pinchart1-1/+1
2020-08-19drm/stm: repair runtime power managementMarek Vasut1-0/+3
2020-08-19drm/radeon: fix array out-of-bounds read and write issuesColin Ian King1-1/+1
2020-08-19drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanlineEmil Velikov1-3/+3
2020-08-19drm/arm: fix unintentional integer overflow on left shiftColin Ian King1-1/+1
2020-08-19drm/etnaviv: Fix error path on failure to enable bus clkLubomir Rintel1-1/+4
2020-08-19drm/bridge: ti-sn65dsi86: Clear old error bits before AUX transfersDouglas Anderson1-0/+6
2020-08-19drm/gem: Fix a leak in drm_gem_objects_lookup()Dan Carpenter1-2/+2
2020-08-19drm/msm: ratelimit crtc event overflow errorRob Clark1-1/+1
2020-08-19drm/amd/powerplay: fix compile error with ARCH=arcEvan Quan1-1/+2
2020-08-19drm/amdgpu/display bail early in dm_pp_get_static_clocksAlex Deucher1-0/+2
2020-08-19drm/radeon: disable AGP by defaultChristian König1-5/+0
2020-08-19drm/debugfs: fix plain echo to connector "force" attributeMichael Tretter1-4/+4
2020-08-19drm/msm: Fix a null pointer access in msm_gem_shrinker_count()Akhil P Oommen1-15/+21
2020-08-19drm: msm: a6xx: fix gpu failure after system resumeAkhil P Oommen1-8/+10
2020-08-19drm/nouveau: fix multiple instances of reference count leaksAditya Pakki2-3/+9
2020-08-19drm/nouveau: fix reference count leak in nouveau_debugfs_strap_peekAditya Pakki1-1/+3
2020-08-19drm/etnaviv: fix ref count leak via pm_runtime_get_syncNavid Emamdoost1-4/+10
2020-08-19drm/nouveau/kms/nv50-: Fix disabling ditheringLyude Paul1-11/+13
2020-08-19drm/radeon: Fix reference count leaks caused by pm_runtime_get_syncAditya Pakki3-3/+9
2020-08-19drm/amdgpu: avoid dereferencing a NULL pointerJack Xiao1-7/+12
2020-08-19drm/tilcdc: fix leak & null ref in panel_connector_get_modesTomi Valkeinen1-1/+5
2020-08-11drm/drm_fb_helper: fix fbdev with sparc64Sam Ravnborg2-1/+6
2020-08-11drm/nouveau/fbcon: zero-initialise the mode_cmd2 structureBen Skeggs1-1/+1
2020-08-11drm/nouveau/fbcon: fix module unload when fbcon init has failed for some reasonBen Skeggs1-0/+1
2020-08-05drm: hold gem reference until object is no longer accessedSteve Cohen1-6/+4
2020-08-05drm/dbi: Fix SPI Type 1 (9-bit) transferPaul Cercueil1-1/+1
2020-08-05drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()Peilin Ye1-1/+2
2020-08-05drm/amd/display: Clear dm_state for fast updatesMazin Rezk1-9/+27
2020-08-05Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"Alex Deucher1-3/+6
2020-07-29drm/amd/powerplay: fix a crash when overclocking Vega MQiu Wenbo1-4/+6
2020-07-29drm/amdgpu: Fix NULL dereference in dpm sysfs handlersPaweł Gronowski1-6/+3
2020-07-29drm/amdgpu: fix preemption unit testJack Xiao1-5/+15