summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/amd/amdgpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Sync with VM root BO when switching VM to CPU update modejsg2020-06-221-2/+9
* drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenjsg2020-06-221-0/+9
* drm/amdgpu: Init data to avoid oops while reading pp_num_states.jsg2020-06-221-1/+4
* drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4jsg2020-06-221-18/+25
* Silence amdgpu_device_resize_fb_bar; supporting resizing of PCI BARs iskettenis2020-06-121-24/+2
* Make amdgpu_irq_add_domain silent; this functionality is only needed tokettenis2020-06-121-4/+2
* update drm to linux 5.7jsg2020-06-08269-23360/+68575
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-3/+3
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-1/+1
* drm/amdgpu: Change VCE booting with firmware loaded by PSPjsg2020-05-151-4/+9
* drm/amdgpu:change VEGA booting with firmware loaded by PSPjsg2020-05-151-4/+5
* drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventjsg2020-05-111-1/+2
* drm/amdgpu: fix typo for vcn1 idle checkjsg2020-04-151-1/+1
* drm/amd/amdgpu: Fix GPR read from debugfs (v2)jsg2020-03-261-3/+3
* drm/amd/display: remove duplicated assignment to grph_obj_typejsg2020-03-211-2/+1
* amdgpu/gmc_v9: save/restore sdpif regs during S3jsg2020-03-062-1/+37
* drm/amdgpu/soc15: fix xclk for ravenjsg2020-02-291-1/+6
* drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREGjsg2020-02-271-0/+1
* drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connector_info_from_object_tablejsg2020-02-271-17/+2
* drm/amd: Add PSP DMCU supportkettenis2020-02-201-0/+6
* drm/amd: Add ucode DMCU supportkettenis2020-02-202-2/+29
* Enable mmhub power gating on picasso. Matches linux 4.20.jsg2020-01-211-1/+3
* drm/amdgpu: add cache flush workaround to gfx8 emit_fencejsg2020-01-101-3/+19
* drm/amdgpu: add check before enabling/disabling broadcast modejsg2020-01-101-16/+22
* drm/amdgpu: fix uninitialized variable pasid_mapping_neededjsg2020-01-011-1/+1
* drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2jsg2020-01-011-1/+2
* drm/amdgpu: fix potential double drop fence referencejsg2020-01-011-0/+2
* drm/amdgpu: disallow direct upload save restore list from gfx driverjsg2020-01-011-1/+2
* drm/amdgpu: grab the id mgr lock while accessing passid_mappingjsg2019-12-311-3/+9
* WSDISPLAYIO_GTYPE is u_int not intjsg2019-12-251-1/+1
* drm/amdgpu: If amdgpu_ib_schedule fails return back the error.jsg2019-11-131-1/+3
* drm/amdgpu: fix potential VM faultsjsg2019-11-111-1/+2
* drm/amdgpu: fix memory leakjsg2019-11-091-7/+7
* drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1jsg2019-10-302-35/+35
* unstub amdgpu_ttm_bo_eviction_valuable()jsg2019-10-201-1/+0
* drm/amdgpu: Check for valid number of registers to readjsg2019-10-131-0/+3
* drm/amdgpu: Fix KFD-related kernel oops on Hawaiijsg2019-10-131-1/+2
* drm/amdgpu/si: fix ASIC testsjsg2019-10-081-3/+3
* drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after allocjsg2019-09-163-3/+12
* drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2)jsg2019-09-161-1/+4
* drm/amdgpu: Update gc_9_0 golden settings.jsg2019-09-161-0/+1
* drm/amdgpu/gfx9: Update gfx9 golden settings.jsg2019-09-161-1/+1
* drm/amdgpu: fix a potential information leaking bugjsg2019-08-251-1/+1
* Add simple amdgpu pci id devlist for the ramdisk to determine ifjsg2019-08-211-0/+91
* define CONFIG_X86* in autoconf.h as needed and reduce diff to linuxjsg2019-08-197-19/+7
* Implement a few Linux compat ACPI interfaces and enable the ACPI supportkettenis2019-08-181-8/+0
* Implement backlight control for amdgpu(4). This allows me to setpatrick2019-08-131-2/+28
* Don't match on amdgpu devices flagged as having experimental hardware supportjsg2019-08-131-2/+15
* match radeon/atom.c rev 1.4 and #undef DEBUG before DEBUG macrojsg2019-08-091-0/+4
* drm/amdgpu/sriov: Need to initialize the HDP_NONSURFACE_BAStEjsg2019-07-311-0/+3