summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-09-03drm/amdgpu/gfx10: refine mgcg settingJiansong Chen1-4/+2
2020-09-03drm/amdgpu: Fix buffer overflow in INFO ioctlAlex Deucher1-0/+4
2020-09-03drm/amd/display: Switch to immediate mode for updating infopacketsAnthony Koo2-8/+22
2020-09-03drm/amd/powerplay: correct UVD/VCE PG state on custom pptable uploadingEvan Quan1-6/+0
2020-09-03drm/amd/powerplay: correct Vega20 cached smu feature stateEvan Quan1-19/+19
2020-09-03drm/msm/adreno: fix updating ring fenceRob Clark1-1/+1
2020-09-03drm/amd/display: Fix dmesg warning from setting abm levelStylon Wang1-0/+23
2020-09-03drm/amd/display: Add additional config guards for DCNAurabindo Pillai1-2/+4
2020-09-03drm/amd/display: Trigger modesets on MST DSC connectorsMikita Lipski1-0/+33
2020-09-03drm/ingenic: Fix incorrect assumption about plane->indexPaul Cercueil1-1/+1
2020-09-03gpu/drm: ingenic: Use the plane's src_[x,y] to configure DMA lengthPaul Cercueil1-2/+2
2020-09-03drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko3-7/+7
2020-09-03drm/xen: fix passing zero to 'PTR_ERR' warningDing Xiang1-1/+1
2020-09-03drm/nouveau: Fix reference count leak in nouveau_connector_detectAditya Pakki1-1/+3
2020-09-03drm/nouveau: fix reference count leak in nv50_disp_atomic_commitAditya Pakki1-1/+3
2020-09-03drm/nouveau/drm/noveau: fix reference count leak in nouveau_fbcon_openAditya Pakki1-1/+3
2020-09-03drm/amdgpu/display: fix ref count leak when pm_runtime_get_sync failsNavid Emamdoost1-4/+12
2020-09-03drm/amdgpu: fix ref count leak in amdgpu_display_crtc_set_configNavid Emamdoost1-2/+3
2020-09-03drm/amd/display: fix ref count leak in amdgpu_drm_ioctlNavid Emamdoost1-1/+2
2020-09-03drm/amdgpu: fix ref count leak in amdgpu_driver_open_kmsNavid Emamdoost1-1/+2
2020-09-03drm/radeon: fix multiple reference count leakAditya Pakki1-5/+15
2020-09-03drm/amdkfd: Fix reference count leaks.Qiushi Wu1-5/+15
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-21gpu: ipu-v3: image-convert: Wait for all EOFs before completing a tileSteve Longerbeam1-27/+82
2020-08-21gpu: ipu-v3: image-convert: Combine rotate/no-rotate irq handlersSteve Longerbeam1-38/+20
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-19gpu: ipu-v3: Restore RGB32, BGR32Steve Longerbeam1-0/+2
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