summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: fixup bad vram size on gmc v8Zongmin Zhou2022-01-271-3/+10
* drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Zhou Qingyang2022-01-271-0/+6
* drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORELe Ma2021-12-221-2/+2
* drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...hongao2021-11-261-0/+1
* drm/amdgpu: fix warning for overflow checkArnd Bergmann2021-11-262-2/+2
* drm/amdgpu: Fix BUG_ON assertAndrey Grodzovsky2021-09-221-1/+1
* gpu: drm: amd: amdgpu: amdgpu_i2c: fix possible uninitialized-variable access...Tuo Li2021-09-221-1/+1
* drm/amd/amdgpu/sriov disable all ip hw status by defaultJack Zhang2021-07-201-1/+1
* drm/amdgpu: Fix a use-after-freexinhui pan2021-06-031-0/+1
* drm/amd/amdgpu: fix refcount leakJingwen Chen2021-06-031-0/+3
* drm/amdgpu: fix NULL pointer dereferenceGuchun Chen2021-05-221-1/+1
* amdgpu: avoid incorrect %hu format stringArnd Bergmann2021-05-221-1/+1
* drm/amdgpu : Fix asic reset regression issue introduce by 8f211fe8ac7c4fshaoyunl2021-05-221-1/+1
* drm/amdgpu: check alignment on CPU page for bo mapXℹ Ruoyao2021-04-071-4/+4
* drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()Nirmoy Das2021-04-071-1/+1
* drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcieKevin Wang2021-03-111-2/+2
* drm/amdgpu: Prevent shift wrapping in amdgpu_read_mask()Dan Carpenter2021-03-041-3/+3
* drm/amdgpu: Fix macro name _AMDGPU_TRACE_H_ in preprocessor if conditionChenyang Li2021-03-041-1/+1
* drm/amdgpu: perform srbm soft reset always on SDMA resumeEvan Quan2020-11-181-15/+12
* drm/amdgpu: don't map BO in reserved regionMadhav Chauhan2020-11-051-0/+10
* drm/amdgpu: prevent double kfree ttm->sgPhilip Yang2020-10-141-0/+1
* drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_configJean Delvare2020-10-071-1/+1
* PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski2020-10-011-13/+18
* drm/amdgpu: increase atombios cmd timeoutJohn Clements2020-10-011-2/+2
* drm/amdgpu: Fix buffer overflow in INFO ioctlAlex Deucher2020-09-031-0/+4
* drm/amdgpu/display: fix ref count leak when pm_runtime_get_sync failsNavid Emamdoost2020-09-031-4/+12
* drm/amdgpu: fix ref count leak in amdgpu_display_crtc_set_configNavid Emamdoost2020-09-031-2/+3
* drm/amd/display: fix ref count leak in amdgpu_drm_ioctlNavid Emamdoost2020-09-031-1/+2
* drm/amdgpu: fix ref count leak in amdgpu_driver_open_kmsNavid Emamdoost2020-09-031-1/+2
* drm/amdgpu: avoid dereferencing a NULL pointerJack Xiao2020-08-191-7/+12
* drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()Peilin Ye2020-08-051-1/+2
* Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"Alex Deucher2020-08-051-3/+6
* drm/amdgpu: fix multiple memory leaks in acp_hw_initNavid Emamdoost2020-08-051-12/+22
* drm/amdgpu: Fix NULL dereference in dpm sysfs handlersPaweł Gronowski2020-07-291-6/+3
* drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventAaron Ma2020-05-101-1/+2
* drm/amdgpu: fix typo for vcn1 idle checkJames Zhu2020-04-131-1/+1
* drm/amd/amdgpu: Fix GPR read from debugfs (v2)Tom St Denis2020-03-251-3/+3
* drm/amd/display: remove duplicated assignment to grph_obj_typeColin Ian King2020-03-181-2/+1
* amdgpu/gmc_v9: save/restore sdpif regs during S3Shirish S2020-03-052-1/+37
* drm/amdgpu/soc15: fix xclk for ravenAlex Deucher2020-02-281-1/+6
* drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREGNathan Chancellor2020-02-241-0/+1
* drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connect...yu kuai2020-02-241-17/+2
* drm/amdgpu: add cache flush workaround to gfx8 emit_fencePierre-Eric Pelloux-Prayer2020-01-091-3/+19
* drm/amdgpu: add check before enabling/disabling broadcast modeGuchun Chen2020-01-091-16/+22
* drm/amdgpu: fix uninitialized variable pasid_mapping_neededColin Ian King2019-12-311-1/+1
* drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2Sam Bobroff2019-12-311-1/+2
* drm/amdgpu: fix potential double drop fence referencePan Bian2019-12-311-0/+2
* drm/amdgpu: disallow direct upload save restore list from gfx driverHawking Zhang2019-12-311-1/+2
* drm/amdgpu: grab the id mgr lock while accessing passid_mappingChristian König2019-12-311-3/+9
* drm/amdgpu: If amdgpu_ib_schedule fails return back the error.Andrey Grodzovsky2019-11-121-1/+3