CVS log for src/sys/external/bsd/drm2/amdgpu/amdgpu_pci.c
Up to [cvs.NetBSD.org] / src / sys / external / bsd / drm2 / amdgpu
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11.4.1: download - view: text, markup, annotated - select for diffs
Fri Aug 11 14:48:34 2023 UTC (20 months, 1 week ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Diff to: previous 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11: +8 -4
lines
Pull up following revision(s) (requested by riastradh in ticket #321):
sys/external/bsd/drm2/amdgpu/amdgpu_pci.c: revision 1.12
sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.38
sys/external/bsd/drm2/radeon/radeon_pci.c: revision 1.24
amdgpu: Suspend ioctls while device is suspended.
nouveau: Suspend ioctls while device is suspended.
radeon: Suspend ioctls while device is suspended.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 7 16:34:47 2023 UTC (20 months, 2 weeks ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -4
lines
amdgpu: Suspend ioctls while device is suspended.
XXX pullup-10
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jul 18 23:34:02 2022 UTC (2 years, 9 months ago) by riastradh
Branches: MAIN
CVS tags: netbsd-10-base,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Branch point for: netbsd-10
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -5
lines
drm: Simplify async framebuffer child task attachment logic.
No need for scheduling the task to fail. Nix needless error
branches.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Dec 19 12:28:12 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +67 -83
lines
drm: Rework attach/detach and deferred task logic.
- Reduce the number of states the softc can be in.
- Fix races between attach and other threads.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Dec 19 12:21:29 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +21 -14
lines
amdgpu: Another pass through.
amdgpu_object.c
amdgpu_pci.c
amdgpu_pm.c
amdgpu_polaris10_smumgr.c
amdgpu_pp_psm.c
amdgpu_ppatomctrl.c
amdgpu_ppatomfwctrl.c
amdgpu_process_pptables_v1_0.o
amdgpu_psp.o
amdgpu_psp_v10_0.c
amdgpu_psp_v11_0.c
amdgpu_psp_v12_0.c
amdgpu_psp_v3_1.c
amdgpu_ras.c
amdgpu_ras_eeprom.c
amdgpu_rc_calc.c
amdgpu_rc_calc_dpi.c
amdgpu_ring.c
amdgpu_rlc.c
amdgpu_rn_clk_mgr.c
amdgpu_sdma_v3_0.c
amdgpu_sdma_v4_0.c
amdgpu_sdma_v5_0.c
amdgpu_si.c
amdgpu_si_dma.c
amdgpu_si_dpm.c
amdgpu_smu.c
amdgpu_smu10_hwmgr.c
amdgpu_smu7_hwmgr.c
amdgpu_smu8_hwmgr.c
amdgpu_smu8_smumgr.c
amdgpu_smu_v11_0.c (and a sprinkling of consts)
amdgpu_smu_v11_0_i2c.c
amdgpu_soc15.c
amdgpu_tonga_smumgr.c
amdgpu_ttm.c
amdgpu_ucode.c
amdgpu_uvd.c
amdgpu_uvd_v5_0.c
amdgpu_uvd_v6_0.c
amdgpu_uvd_v7_0.c
amdgpu_vce.c
amdgpu_vce_v2_0.c
amdgpu_vce_v4_0.c
amdgpu_vcn_v1_0.c
amdgpu_vcn_v2_0.c
amdgpu_vcn_v2_5.c
amdgpu_vega10_hwmgr.c
amdgpu_vega10_powertune.c
amdgpu_vega10_processpptables.c
amdgpu_vega10_reg_init.c
amdgpu_vega12_hwmgr.c
amdgpu_vega20_hwmgr.c
amdgpu_vega20_ppt.c
amdgpu_vega20_reg_init.c
amdgpu_vi.c
amdgpu_virt.c
amdgpu_vram_mgr.c
amdgpu_xgmi.c -- disable (for now?)
amdgpufb.c
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:53:50 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3
lines
drm: Omit needless pci_attach_args from our drm_pci_attach.
Can already get it from the struct pci_dev, and this way we can more
easily call it from patched upstream code as i915 will need to do.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:05:12 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +32 -13
lines
Split drm_dev_alloc/register out of drm_pci_attach.
Needed by nouveau which needs to do
drm_dev_alloc
drm_pci_attach
nouveau_drm_device_init
drm_dev_register
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Dec 19 10:32:59 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4
lines
Remove last users of drmP.h.
Revision 1.5.6.2: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:07:56 2019 UTC (5 years, 10 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.5.6.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.6.1: +294 -0
lines
Sync with HEAD
Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:56:09 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.5.2.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.1: +294 -0
lines
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.5.6.1
Mon Aug 27 14:41:26 2018 UTC (6 years, 7 months ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.5: +0 -294
lines
file amdgpu_pci.c was added on branch phil-wifi on 2019-06-10 22:07:56 +0000
Revision 1.5.2.1
Mon Aug 27 14:41:26 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
FILE REMOVED
Changes since revision 1.5: +0 -294
lines
file amdgpu_pci.c was added on branch pgoyette-compat on 2018-09-06 06:56:09 +0000
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 27 14:41:26 2018 UTC (6 years, 7 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1
lines
At mrg@'s suggestion, make amdgpu win over radeon.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Aug 27 14:12:14 2018 UTC (6 years, 7 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
Call linux_pci_dev_destroy on detach.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Aug 27 14:11:46 2018 UTC (6 years, 7 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1
lines
Pass the parent explicitly to linux_pci_dev_init.
This will allow us to use it in match routines.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Aug 27 14:11:21 2018 UTC (6 years, 7 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -0
lines
Move linux_pci_dev_init into callers of drm_pci_attach.
The order in nouveau has to be
- linux_pci_dev_init
- nvkm_device_pci_new
- rest of drm_pci_attach
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 27 14:02:32 2018 UTC (6 years, 7 months ago) by riastradh
Branches: MAIN
Add some amdgpu goo.
CVSweb <webmaster@jp.NetBSD.org>