OpenBSD cvs log

created 2022-03-17T12:29:32Z
begin 2022-01-12T00:00:00Z
end 2022-01-19T00:00:00Z
path src/sys
commits 51

date 2022-01-12T00:58:48Z
author kevlo
files src/sys/arch/riscv64/conf/Makefile.riscv64 log diff annotate
message Remove -target riscv64-unknown-openbsd from CMACHFLAGS.

ok kettenis@ deraadt@

date 2022-01-12T01:19:24Z
author jsg
files src/sys/arch/arm64/dev/aplsmc.c log diff annotate
message maxumum -> maximum

date 2022-01-12T08:29:27Z
author stsp
files src/sys/net80211/ieee80211_input.c log diff annotate
src/sys/net80211/ieee80211_node.c log diff annotate
src/sys/net80211/ieee80211_node.h log diff annotate
message Remove ieee80211_find_node_for_beacon().

The original purpose of ieee80211_find_node_for_beacon() was to avoid
storing duplicate nodes with the same source MAC address in a hash table.
Later on, our node table data structure was changed from a hash table
to an RB tree. The RB tree can only store a single node per MAC address.
However, find_node_for_beacon() was kept regardless, now documented to
serve a different purpose.

Its new purpose is to tell apart different nodes which happen to use
the same MAC address and hence cannot both be stored in the RB tree.
The idea is to filter such duplicate nodes out during a scan. But colliding
nodes are told apart by RSSI and channel, and either may change over time.
So this does not really prevent duplicate MAC addresses from causing issues.

The code which decides which node is "better" can erroneously match an
AP against itself, in case the AP uses a hidden SSID. This caused
workarounds for hidden SSID to pile up over time.
Just a bit further down, the code looks up the same node again and
performs all of the intended node state updates. Simply skipping the
ieee80211_find_node_for_beacon() check makes such state updates work.

ok tobhe@

date 2022-01-12T11:18:30Z
author patrick
files src/sys/dev/acpi/acpi.c log diff annotate
src/sys/dev/acpi/acpivar.h log diff annotate
message Make acpi_getpropint() return uint64_t, as ACPI integers are in fact that
wide and some _DSD properties depend on it.

ok kettenis@

date 2022-01-12T11:42:17Z
author kettenis
files src/sys/arch/arm64/dev/aplsmc.c log diff annotate
message Fix array index. Spotted by robert@

date 2022-01-12T13:08:06Z
author robert
files src/sys/arch/arm64/dev/aplsmc.c log diff annotate
message add three new SMC sensors to get information about the power supply status
and remaining time to battery full and empty and feed these values to
apm(4)

ok kettenis@

date 2022-01-12T15:05:38Z
author robert
files src/sys/arch/arm64/dev/aplsmc.c log diff annotate
message toggle hw.power based on the ACDI SMR key if available

ok kettenis@

date 2022-01-12T19:55:12Z
author anton
files src/sys/dev/kcov.c log diff annotate
message Extend the verbose logging.

date 2022-01-12T20:17:08Z
author mbuhl
files src/sys/nfs/nfs_subs.c log diff annotate
message fixup previous refactoring
OK stsp@ (without assuming any responsibility for NFS)

date 2022-01-13T08:59:10Z
author kettenis
files src/sys/arch/arm64/dev/apldog.c log diff annotate
src/sys/arch/arm64/dev/aplpmu.c log diff annotate
src/sys/arch/arm64/dev/aplsmc.c log diff annotate
message Implement powerdown. This involves writing a magic bit somewhere in the
address space of the SPMI PMU to prevent the machine from immediately
starting up again.

The implementaton makes aplpmu(4) provide powerdownfn(), which sets the
magic bit and then chains into cpuresetfn(). It also makes aplsmc(4)
provide cpuresetfn() to reset the machine via the SMC. Resetting via
the watchdog works as well (and will powerdown the machine if the magic
bit is set) but letting the SMC handle things might do some other
required steps.

ok patrick@

date 2022-01-13T14:12:02Z
author visa
files src/sys/net/bpf.c log diff annotate
message Return an error if bpfilter_lookup() fails in bpfkqfilter()

The lookup should not fail because the kernel lock should prevent
simultaneous detaching on the vnode layer. However, most other device
kqfilter routines check the lookup's outcome anyway, which is maybe
a bit more forgiving.

OK mpi@

date 2022-01-13T14:15:27Z
author visa
files src/sys/net/bpf.c log diff annotate
message Make bpf event filter MP-safe

Use bd_mtx to serialize bpf knote handling. This allows calling the
event filter without the kernel lock.

OK mpi@

date 2022-01-14T06:52:58Z
author jsg
files src/sys/dev/fdt/rkdrm.c log diff annotate
src/sys/dev/fdt/rkvop.c log diff annotate
src/sys/dev/ic/anxdp.c log diff annotate
src/sys/dev/pci/drm/dma-resv.c log diff annotate
src/sys/dev/pci/drm/drm_agpsupport.c log diff annotate
src/sys/dev/pci/drm/drm_aperture.c log diff annotate
src/sys/dev/pci/drm/drm_atomic.c log diff annotate
src/sys/dev/pci/drm/drm_atomic_helper.c log diff annotate
src/sys/dev/pci/drm/drm_atomic_state_helper.c log diff annotate
src/sys/dev/pci/drm/drm_atomic_uapi.c log diff annotate
src/sys/dev/pci/drm/drm_auth.c log diff annotate
src/sys/dev/pci/drm/drm_blend.c log diff annotate
src/sys/dev/pci/drm/drm_bridge.c log diff annotate
src/sys/dev/pci/drm/drm_bufs.c log diff annotate
src/sys/dev/pci/drm/drm_cache.c log diff annotate
src/sys/dev/pci/drm/drm_client.c log diff annotate
src/sys/dev/pci/drm/drm_client_modeset.c log diff annotate
src/sys/dev/pci/drm/drm_color_mgmt.c log diff annotate
src/sys/dev/pci/drm/drm_connector.c log diff annotate
src/sys/dev/pci/drm/drm_context.c log diff annotate
src/sys/dev/pci/drm/drm_crtc.c log diff annotate
src/sys/dev/pci/drm/drm_crtc_helper_internal.h log diff annotate
src/sys/dev/pci/drm/drm_crtc_internal.h log diff annotate
src/sys/dev/pci/drm/drm_damage_helper.c log diff annotate
src/sys/dev/pci/drm/drm_debugfs_crc.c log diff annotate
src/sys/dev/pci/drm/drm_displayid.c log diff annotate
src/sys/dev/pci/drm/drm_dma.c log diff annotate
src/sys/dev/pci/drm/drm_dp_aux_dev.c log diff annotate
src/sys/dev/pci/drm/drm_dp_dual_mode_helper.c log diff annotate
src/sys/dev/pci/drm/drm_dp_helper.c log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:52:59Z
author jsg
files src/sys/dev/pci/drm/drm_dp_mst_topology.c log diff annotate
src/sys/dev/pci/drm/drm_drv.c log diff annotate
src/sys/dev/pci/drm/drm_dsc.c log diff annotate
src/sys/dev/pci/drm/drm_dumb_buffers.c log diff annotate
src/sys/dev/pci/drm/drm_edid.c log diff annotate
src/sys/dev/pci/drm/drm_encoder.c log diff annotate
src/sys/dev/pci/drm/drm_fb_helper.c log diff annotate
src/sys/dev/pci/drm/drm_file.c log diff annotate
src/sys/dev/pci/drm/drm_format_helper.c log diff annotate
src/sys/dev/pci/drm/drm_fourcc.c log diff annotate
src/sys/dev/pci/drm/drm_framebuffer.c log diff annotate
src/sys/dev/pci/drm/drm_gem.c log diff annotate
src/sys/dev/pci/drm/drm_gem_atomic_helper.c log diff annotate
src/sys/dev/pci/drm/drm_gem_cma_helper.c log diff annotate
src/sys/dev/pci/drm/drm_gem_ttm_helper.c log diff annotate
src/sys/dev/pci/drm/drm_internal.h log diff annotate
src/sys/dev/pci/drm/drm_ioc32.c log diff annotate
src/sys/dev/pci/drm/drm_ioctl.c log diff annotate
src/sys/dev/pci/drm/drm_irq.c log diff annotate
src/sys/dev/pci/drm/drm_kms_helper_common.c log diff annotate
src/sys/dev/pci/drm/drm_legacy.h log diff annotate
src/sys/dev/pci/drm/drm_legacy_misc.c log diff annotate
src/sys/dev/pci/drm/drm_linux.c log diff annotate
src/sys/dev/pci/drm/drm_memory.c log diff annotate
src/sys/dev/pci/drm/drm_mode_config.c log diff annotate
src/sys/dev/pci/drm/drm_mode_object.c log diff annotate
src/sys/dev/pci/drm/drm_modes.c log diff annotate
src/sys/dev/pci/drm/drm_pci.c log diff annotate
src/sys/dev/pci/drm/drm_plane.c log diff annotate
src/sys/dev/pci/drm/drm_plane_helper.c log diff annotate
src/sys/dev/pci/drm/drm_prime.c log diff annotate
src/sys/dev/pci/drm/drm_probe_helper.c log diff annotate
src/sys/dev/pci/drm/drm_property.c log diff annotate
src/sys/dev/pci/drm/drm_scdc_helper.c log diff annotate
src/sys/dev/pci/drm/drm_syncobj.c log diff annotate
src/sys/dev/pci/drm/drm_vblank.c log diff annotate
src/sys/dev/pci/drm/drm_vm.c log diff annotate
src/sys/dev/pci/drm/drm_vma_manager.c log diff annotate
src/sys/dev/pci/drm/files.drm log diff annotate
src/sys/dev/pci/drm/hdmi.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/aldebaran.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/aldebaran.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/aldebaran_reg_init.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_acp.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_acpi.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_aldebaran.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_fence.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10_3.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_atom.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_atombios.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_atombios.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_atombios_crtc.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_atombios_dp.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_atombios_encoders.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_atombios_i2c.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_atomfirmware.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_atomfirmware.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_benchmark.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_bios.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_bo_list.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_cgs.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_cik.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_cik_sdma.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_csa.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_debugfs.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_debugfs.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_df.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_discovery.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_display.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_display.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_dma_buf.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_dma_buf.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_drv.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_eeprom.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_eeprom.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_fb.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_fdinfo.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_fdinfo.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_fru_eeprom.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_fw_attestation.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_fw_attestation.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gart.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gart.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gem.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gem.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gfxhub.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gtt_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_hdp.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_hdp.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_i2c.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ib.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ids.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ih.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_irq.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_job.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_job.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_jpeg.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_kms.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_mca.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_mca.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_mmhub.c log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:00Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_mmhub.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_mn.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_mn.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_mode.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_nbio.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_nbio.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_object.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_pll.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_pll.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_pmu.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_pmu.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_preempt_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_rap.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ras.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ras_eeprom.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ras_eeprom.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_res_cursor.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_reset.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_reset.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ring.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ring.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_sa.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_sched.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_sdma.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_sdma.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_securedisplay.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_securedisplay.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_si.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_si_dma.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_smuio.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_sync.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_test.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_trace.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_umc.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_umc.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_uvd.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_uvd_v3_1.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_uvd_v4_2.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vce.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vce_v2_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vcn.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vcn.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vf_error.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_virt.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_virt.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vkms.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vkms.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vm_cpu.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vm_sdma.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vram_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgv_sriovmsg.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/athub_v2_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/athub_v2_1.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/atom.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/beige_goby_reg_init.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/cik_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/cyan_skillfish_reg_init.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/cz_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/dce_v11_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/Attic/dce_virtual.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/Attic/dce_virtual.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/df_v1_7.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/df_v3_6.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/df_v3_6.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/dimgrey_cavefish_reg_init.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfx_v9_4.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfx_v9_4.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_2.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_2.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfxhub_v1_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfxhub_v1_0.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfxhub_v1_1.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfxhub_v1_1.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfxhub_v2_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfxhub_v2_1.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gmc_v10_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gmc_v6_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gmc_v7_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gmc_v8_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gmc_v9_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/hdp_v4_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/hdp_v4_0.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/hdp_v5_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/hdp_v5_0.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/iceland_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/jpeg_v1_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/jpeg_v2_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/jpeg_v2_5.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/jpeg_v2_5.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/jpeg_v3_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mca_v3_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mca_v3_0.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mes_v10_1.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mmhub_v1_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mmhub_v1_0.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mmhub_v1_7.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mmhub_v1_7.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mmhub_v2_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mmhub_v2_3.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mmhub_v2_3.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mmhub_v9_4.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mmhub_v9_4.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mmsch_v1_0.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mxgpu_ai.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mxgpu_ai.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mxgpu_nv.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mxgpu_nv.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/navi10_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/nbio_v2_3.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/nbio_v6_1.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/nbio_v7_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/nbio_v7_2.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/nbio_v7_2.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/nbio_v7_4.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/nbio_v7_4.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/nv.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/nv.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/psp_gfx_if.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/psp_v10_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/psp_v11_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/psp_v11_0_8.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/psp_v11_0_8.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/psp_v12_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/psp_v13_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/psp_v13_0.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/psp_v3_1.c log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:01Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/sdma_v2_4.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/sdma_v3_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/sdma_v4_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/sdma_v4_4.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/sdma_v4_4.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/sdma_v5_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/sdma_v5_2.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/si_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/smu_v11_0_i2c.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/smuio_v11_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/smuio_v11_0.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/smuio_v11_0_6.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/smuio_v11_0_6.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/smuio_v13_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/smuio_v13_0.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/smuio_v9_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/smuio_v9_0.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/soc15.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/soc15.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/soc15_common.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/ta_ras_if.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/ta_secureDisplay_if.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/ta_xgmi_if.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/tonga_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/umc_v6_1.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/umc_v6_1.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/umc_v6_7.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/umc_v6_7.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/umc_v8_7.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/umc_v8_7.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/uvd_v5_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/uvd_v6_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/uvd_v7_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vangogh_reg_init.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vce_v3_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vce_v4_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vcn_v1_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vcn_v2_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vcn_v2_5.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vcn_v2_5.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vcn_v3_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vega10_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vega20_ih.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vega20_ih.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/vi.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/yellow_carp_reg_init.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/cik_event_interrupt.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/cwsr_trap_handler.h log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/cwsr_trap_handler_gfx8.asm log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/cwsr_trap_handler_gfx9.asm log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_chardev.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_crat.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_device.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_device_queue_manager.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_device_queue_manager.h log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_device_queue_manager_v9.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_events.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_flat_memory.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_int_process_v9.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_iommu.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_migrate.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_migrate.h log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager.h log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_cik.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v10.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v9.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_vi.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_packet_manager.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_packet_manager_v9.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_pm4_headers_aldebaran.h log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_priv.h log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_process.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_process_queue_manager.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_smi_events.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_smi_events.h log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_svm.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_svm.h log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_topology.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_topology.h log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/soc15_int.h log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.h log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.h log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.h log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.h log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_irq_params.h log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.h log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_trace.h log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/dc_fpu.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/dc_fpu.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_bios_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_ddc_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_dmub_srv.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_dmub_srv.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_dp_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_dsc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_edid_parser.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_edid_parser.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_helper.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_hw_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_link.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_stat.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_stream.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_trace.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dm_cp_psp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dm_helpers.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dm_pp_smu.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dm_services.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/irq_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/os_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/basics/amdgpu_vector.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/basics/conversion.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/basics/fixpt31_32.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/bios/bios_parser.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/bios/bios_parser2.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/bios/bios_parser_helper.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/bios/bios_parser_helper.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/bios/command_table.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/bios/command_table2.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/bios/command_table2.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/bios/command_table_helper.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/bios/command_table_helper2.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.c log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:02Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/calcs/dce_calcs.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/calcs/dcn_calcs.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/clk_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dce112/dce112_clk_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn10/rv1_clk_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn10/rv1_clk_mgr_vbios_smu.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr_vbios_smu.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn30/dalsmc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn30/dcn30_clk_mgr_smu_msg.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn30/dcn30_clk_mgr_smu_msg.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn301/dcn301_smu.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn301/dcn301_smu.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn301/vg_clk_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn301/vg_clk_mgr.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/amdgpu_dc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_debug.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_hw_sequencer.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_link.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_link_ddc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_link_dp.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_link_dpcd.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_link_enc_cfg.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_link_hwss.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_sink.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_stat.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_stream.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_surface.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_vm_helper.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_abm.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_audio.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_aux.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_aux.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_clk_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_clock_source.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_clock_source.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_dmcu.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_dmcu.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_hwseq.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_i2c_hw.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_i2c_hw.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_i2c_sw.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_link_encoder.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_mem_input.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_mem_input.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_opp.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_opp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_panel_cntl.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_stream_encoder.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dce_transform.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dmub_abm.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dmub_hw_lock_mgr.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dmub_outbox.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dmub_outbox.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dmub_psr.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce/dmub_psr.h log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:03Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/dce100/dce100_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce110/dce110_compressor.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce110/dce110_hw_sequencer.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce110/dce110_mem_input_v.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce110/dce110_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce110/dce110_timing_generator.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce110/dce110_timing_generator_v.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce110/dce110_transform_v.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce112/dce112_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce120/dce120_hw_sequencer.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce120/dce120_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce120/dce120_timing_generator.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce60/dce60_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce60/dce60_timing_generator.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce80/dce80_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dce80/dce80_timing_generator.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_dpp.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_dpp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_hubbub.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_hubbub.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_hubp.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_hubp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_hw_sequencer_debug.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_init.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_link_encoder.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_link_encoder.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_mpc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_mpc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_opp.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_optc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_optc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_dccg.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_dccg.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_dpp.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_dpp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_dpp_cm.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_hubbub.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_hubbub.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_hubp.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_hubp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_hwseq.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_hwseq.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_init.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_link_encoder.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_link_encoder.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_mpc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_opp.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_opp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_optc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_optc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_resource.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_stream_encoder.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_stream_encoder.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn21/dcn21_dccg.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn21/dcn21_dccg.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn21/dcn21_hubbub.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn21/dcn21_hubbub.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn21/dcn21_hubp.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn21/dcn21_hwseq.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn21/dcn21_hwseq.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn21/dcn21_init.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn21/dcn21_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_afmt.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_afmt.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_dccg.c log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:04Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_dccg.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_dio_link_encoder.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_dio_link_encoder.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_dio_stream_encoder.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_dio_stream_encoder.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_dpp.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_dpp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_dpp_cm.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_dwb_cm.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_hubbub.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_hubbub.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_hubp.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_hubp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_hwseq.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_hwseq.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_init.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_mpc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_mpc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_optc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_optc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_resource.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_vpg.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_vpg.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_dccg.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_dccg.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_dio_link_encoder.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_dio_link_encoder.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_hubbub.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_hubbub.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_hwseq.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_hwseq.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_init.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_init.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_panel_cntl.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn301/dcn301_resource.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn302/dcn302_dccg.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn302/dcn302_hwseq.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn302/dcn302_hwseq.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn302/dcn302_init.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn302/dcn302_init.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn302/dcn302_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn302/dcn302_resource.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn303/dcn303_dccg.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn303/dcn303_hwseq.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn303/dcn303_hwseq.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn303/dcn303_init.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn303/dcn303_init.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn303/dcn303_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn303/dcn303_resource.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_dccg.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_dccg.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_dio_link_encoder.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_dio_link_encoder.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_hubbub.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_hubbub.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_hubp.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_hubp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_hwseq.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_hwseq.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_init.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_init.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_optc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_optc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_panel_cntl.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_panel_cntl.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_resource.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dcn31/dcn31_resource.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/display_mode_enums.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/display_mode_lib.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/display_mode_lib.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/display_mode_structs.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/display_mode_vba.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/display_mode_vba.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn2x/dcn2x.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn2x/dcn2x.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dml/dcn31/display_rq_dlg_calc_31.h log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:05Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/dsc/dc_dsc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dsc/rc_calc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dsc/rc_calc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/gpio/gpio_service.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/gpio/hw_ddc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/gpio/hw_factory.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/gpio/hw_translate.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/gpio/dce110/hw_factory_dce110.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/gpio/dcn30/hw_factory_dcn30.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/gpio/dcn30/hw_factory_dcn30.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/gpio/dcn30/hw_translate_dcn30.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/gpio/dcn30/hw_translate_dcn30.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/gpio/diagnostics/hw_factory_diag.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/gpio/diagnostics/hw_factory_diag.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/gpio/diagnostics/hw_translate_diag.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/hdcp/hdcp_msg.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/clock_source.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/core_status.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/core_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/dc_link_ddc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/dc_link_dp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw_sequencer.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw_sequencer_private.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/link_dpcd.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/link_enc_cfg.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/link_hwss.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/resource.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/abm.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/aux_engine.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/clk_mgr.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/clk_mgr_internal.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/dccg.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/dchubbub.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/dmcu.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/dpp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/dsc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/dwb.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/hubp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/hw_shared.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/link_encoder.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/mcif_wb.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/mem_input.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/mpc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/opp.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/stream_encoder.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/timing_generator.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/inc/hw/transform.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/irq/irq_service.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.h log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:06Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.h log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/dmub_srv.h log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/dmub_srv_stat.h log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/inc/dmub_cmd.h log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/inc/dmub_trace_buffer.h log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.h log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn21.c log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn21.h log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn30.c log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn30.h log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn301.c log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn301.h log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn302.c log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn302.h log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn303.c log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn303.h log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn31.c log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn31.h log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c log diff annotate
src/sys/dev/pci/drm/amd/display/dmub/src/dmub_srv_stat.c log diff annotate
src/sys/dev/pci/drm/amd/display/include/bios_parser_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/include/dal_asic_id.h log diff annotate
src/sys/dev/pci/drm/amd/display/include/dal_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/include/ddc_service_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/include/dpcd_defs.h log diff annotate
src/sys/dev/pci/drm/amd/display/include/fixed31_32.h log diff annotate
src/sys/dev/pci/drm/amd/display/include/gpio_service_interface.h log diff annotate
src/sys/dev/pci/drm/amd/display/include/grph_object_ctrl_defs.h log diff annotate
src/sys/dev/pci/drm/amd/display/include/link_service_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/include/logger_types.h log diff annotate
src/sys/dev/pci/drm/amd/display/modules/color/color_gamma.c log diff annotate
src/sys/dev/pci/drm/amd/display/modules/color/color_gamma.h log diff annotate
src/sys/dev/pci/drm/amd/display/modules/freesync/freesync.c log diff annotate
src/sys/dev/pci/drm/amd/display/modules/hdcp/hdcp.c log diff annotate
src/sys/dev/pci/drm/amd/display/modules/hdcp/hdcp.h log diff annotate
src/sys/dev/pci/drm/amd/display/modules/hdcp/hdcp1_execution.c log diff annotate
src/sys/dev/pci/drm/amd/display/modules/hdcp/hdcp1_transition.c log diff annotate
src/sys/dev/pci/drm/amd/display/modules/hdcp/hdcp2_execution.c log diff annotate
src/sys/dev/pci/drm/amd/display/modules/hdcp/hdcp2_transition.c log diff annotate
src/sys/dev/pci/drm/amd/display/modules/hdcp/hdcp_log.c log diff annotate
src/sys/dev/pci/drm/amd/display/modules/hdcp/hdcp_log.h log diff annotate
src/sys/dev/pci/drm/amd/display/modules/hdcp/hdcp_psp.c log diff annotate
src/sys/dev/pci/drm/amd/display/modules/hdcp/hdcp_psp.h log diff annotate
src/sys/dev/pci/drm/amd/display/modules/inc/mod_freesync.h log diff annotate
src/sys/dev/pci/drm/amd/display/modules/inc/mod_hdcp.h log diff annotate
src/sys/dev/pci/drm/amd/display/modules/info_packet/info_packet.c log diff annotate
src/sys/dev/pci/drm/amd/display/modules/power/power_helpers.c log diff annotate
src/sys/dev/pci/drm/amd/display/modules/power/power_helpers.h log diff annotate
src/sys/dev/pci/drm/amd/include/aldebaran_ip_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/amd_acpi.h log diff annotate
src/sys/dev/pci/drm/amd/include/amd_pcie.h log diff annotate
src/sys/dev/pci/drm/amd/include/amd_shared.h log diff annotate
src/sys/dev/pci/drm/amd/include/arct_ip_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/atombios.h log diff annotate
src/sys/dev/pci/drm/amd/include/atomfirmware.h log diff annotate
src/sys/dev/pci/drm/amd/include/beige_goby_ip_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/cyan_skillfish_ip_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/dimgrey_cavefish_ip_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/kgd_kfd_interface.h log diff annotate
src/sys/dev/pci/drm/amd/include/kgd_pp_interface.h log diff annotate
src/sys/dev/pci/drm/amd/include/navi10_ip_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/navi12_ip_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/navi14_ip_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/renoir_ip_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/sienna_cichlid_ip_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/soc15_ih_clientid.h log diff annotate
src/sys/dev/pci/drm/amd/include/vangogh_ip_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/vega10_ip_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/vega20_ip_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/vi_structs.h log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:07Z
author jsg
files src/sys/dev/pci/drm/amd/include/yellow_carp_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/clk/clk_11_5_0_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/clk/clk_11_5_0_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/dcn/dcn_3_0_1_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/dcn/dcn_3_0_1_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/dcn/dcn_3_0_2_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/dcn/dcn_3_0_2_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/dcn/dcn_3_0_3_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/dcn/dcn_3_0_3_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/dcn/dcn_3_1_2_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/dcn/dcn_3_1_2_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/dcn/dpcs_3_0_3_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/dcn/dpcs_3_0_3_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/df/df_3_6_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/df/df_3_6_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/dpcs/dpcs_4_2_0_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/dpcs/dpcs_4_2_0_sh_mask.h log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:08Z
author jsg
files src/sys/dev/pci/drm/amd/include/asic_reg/gc/gc_10_3_0_default.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/gc/gc_10_3_0_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/gc/gc_10_3_0_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/gc/gc_9_4_1_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/gc/gc_9_4_2_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/gc/gc_9_4_2_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/mmhub/mmhub_1_7_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/mmhub/mmhub_1_7_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/mmhub/mmhub_2_3_0_default.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/mmhub/mmhub_2_3_0_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/mmhub/mmhub_2_3_0_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/mp/mp_11_0_8_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/mp/mp_11_5_0_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/mp/mp_11_5_0_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/mp/mp_13_0_2_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/mp/mp_13_0_2_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/nbio/nbio_7_2_0_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/nbio/nbio_7_2_0_sh_mask.h log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:09Z
author jsg
files src/sys/dev/pci/drm/amd/include/asic_reg/oss/osssys_4_2_0_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/oss/osssys_4_2_0_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/sdma/sdma_4_4_0_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/sdma/sdma_4_4_0_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/smuio/smuio_11_0_6_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/smuio/smuio_11_0_6_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/smuio/smuio_13_0_2_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/smuio/smuio_13_0_2_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/thm/thm_11_0_2_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/thm/thm_11_0_2_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/thm/thm_13_0_2_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/thm/thm_13_0_2_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/umc/umc_6_7_0_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/umc/umc_6_7_0_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/umc/umc_8_7_0_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/vcn/vcn_2_6_0_offset.h log diff annotate
src/sys/dev/pci/drm/amd/include/asic_reg/vcn/vcn_2_6_0_sh_mask.h log diff annotate
src/sys/dev/pci/drm/amd/include/ivsrcid/dcn/irqsrcs_dcn_1_0.h log diff annotate
src/sys/dev/pci/drm/amd/pm/amdgpu_dpm.c log diff annotate
src/sys/dev/pci/drm/amd/pm/amdgpu_pm.c log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/aldebaran_ppsmc.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/amdgpu_dpm.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/amdgpu_pm.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/amdgpu_smu.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/arcturus_ppsmc.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/hwmgr.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/pp_thermal.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/rv_ppsmc.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu11_driver_if_cyan_skillfish.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu11_driver_if_navi10.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu11_driver_if_sienna_cichlid.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu11_driver_if_vangogh.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu13_driver_if_aldebaran.h log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:10Z
author jsg
files src/sys/dev/pci/drm/amd/pm/inc/smu13_driver_if_yellow_carp.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu74_discrete.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu7_ppsmc.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu_types.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu_v11_0.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu_v11_0_7_ppsmc.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu_v11_5_pmfw.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu_v11_5_ppsmc.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu_v11_8_pmfw.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu_v11_8_ppsmc.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu_v12_0.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu_v13_0.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu_v13_0_1_pmfw.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu_v13_0_1_ppsmc.h log diff annotate
src/sys/dev/pci/drm/amd/pm/inc/smu_v13_0_pptable.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/amd_powerplay.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/amdgpu_kv_dpm.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/amdgpu_si_dpm.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/amdgpu_si_smc.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/Attic/si_dpm.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/Attic/si_smc.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/sislands_smc.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/hardwaremanager.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/hwmgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/hwmgr_ppt.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/pp_psm.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ppatomctrl.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ppatomctrl.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ppatomfwctrl.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ppevvmath.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/pptable_v1_0.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/process_pptables_v1_0.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/processpptables.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_thermal.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_thermal.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu_helper.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu_helper.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_pptable.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_processpptables.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_thermal.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_thermal.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_processpptables.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega12_thermal.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega20_baco.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega20_thermal.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega20_thermal.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/ci_smumgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/fiji_smumgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/polaris10_smumgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/polaris10_smumgr.h log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/smu10_smumgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/smu9_smumgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega10_smumgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/vegam_smumgr.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu_cmn.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu_cmn.h log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu_internal.h log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu11/arcturus_ppt.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu11/cyan_skillfish_ppt.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu11/cyan_skillfish_ppt.h log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu11/navi10_ppt.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.h log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu11/smu_v11_0.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu11/vangogh_ppt.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu11/vangogh_ppt.h log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu12/renoir_ppt.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu12/smu_v12_0.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu13/aldebaran_ppt.h log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.h log diff annotate
src/sys/dev/pci/drm/i915/TODO.txt log diff annotate
src/sys/dev/pci/drm/i915/dma_resv_utils.c log diff annotate
src/sys/dev/pci/drm/i915/dma_resv_utils.h log diff annotate
src/sys/dev/pci/drm/i915/i915_active.c log diff annotate
src/sys/dev/pci/drm/i915/i915_active.h log diff annotate
src/sys/dev/pci/drm/i915/i915_active_types.h log diff annotate
src/sys/dev/pci/drm/i915/i915_buddy.c log diff annotate
src/sys/dev/pci/drm/i915/i915_buddy.h log diff annotate
src/sys/dev/pci/drm/i915/i915_cmd_parser.c log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:11Z
author jsg
files src/sys/dev/pci/drm/i915/i915_debugfs.c log diff annotate
src/sys/dev/pci/drm/i915/i915_debugfs_params.c log diff annotate
src/sys/dev/pci/drm/i915/i915_devlist.h log diff annotate
src/sys/dev/pci/drm/i915/i915_drv.c log diff annotate
src/sys/dev/pci/drm/i915/i915_drv.h log diff annotate
src/sys/dev/pci/drm/i915/i915_gem.c log diff annotate
src/sys/dev/pci/drm/i915/i915_gem.h log diff annotate
src/sys/dev/pci/drm/i915/i915_gem_evict.c log diff annotate
src/sys/dev/pci/drm/i915/i915_gem_gtt.c log diff annotate
src/sys/dev/pci/drm/i915/i915_gem_ww.c log diff annotate
src/sys/dev/pci/drm/i915/i915_gem_ww.h log diff annotate
src/sys/dev/pci/drm/i915/i915_getparam.c log diff annotate
src/sys/dev/pci/drm/i915/Attic/i915_globals.c log diff annotate
src/sys/dev/pci/drm/i915/Attic/i915_globals.h log diff annotate
src/sys/dev/pci/drm/i915/i915_gpu_error.c log diff annotate
src/sys/dev/pci/drm/i915/i915_gpu_error.h log diff annotate
src/sys/dev/pci/drm/i915/i915_irq.c log diff annotate
src/sys/dev/pci/drm/i915/i915_irq.h log diff annotate
src/sys/dev/pci/drm/i915/i915_memcpy.c log diff annotate
src/sys/dev/pci/drm/i915/i915_memcpy.h log diff annotate
src/sys/dev/pci/drm/i915/i915_mm.c log diff annotate
src/sys/dev/pci/drm/i915/i915_module.c log diff annotate
src/sys/dev/pci/drm/i915/i915_params.c log diff annotate
src/sys/dev/pci/drm/i915/i915_params.h log diff annotate
src/sys/dev/pci/drm/i915/i915_pci.c log diff annotate
src/sys/dev/pci/drm/i915/i915_pci.h log diff annotate
src/sys/dev/pci/drm/i915/i915_perf.c log diff annotate
src/sys/dev/pci/drm/i915/i915_perf.h log diff annotate
src/sys/dev/pci/drm/i915/i915_perf_types.h log diff annotate
src/sys/dev/pci/drm/i915/i915_pmu.c log diff annotate
src/sys/dev/pci/drm/i915/i915_pmu.h log diff annotate
src/sys/dev/pci/drm/i915/i915_priolist_types.h log diff annotate
src/sys/dev/pci/drm/i915/i915_query.c log diff annotate
src/sys/dev/pci/drm/i915/i915_reg.h log diff annotate
src/sys/dev/pci/drm/i915/i915_request.c log diff annotate
src/sys/dev/pci/drm/i915/i915_request.h log diff annotate
src/sys/dev/pci/drm/i915/i915_scatterlist.c log diff annotate
src/sys/dev/pci/drm/i915/i915_scatterlist.h log diff annotate
src/sys/dev/pci/drm/i915/i915_scheduler.c log diff annotate
src/sys/dev/pci/drm/i915/i915_scheduler.h log diff annotate
src/sys/dev/pci/drm/i915/i915_scheduler_types.h log diff annotate
src/sys/dev/pci/drm/i915/i915_selftest.h log diff annotate
src/sys/dev/pci/drm/i915/i915_suspend.c log diff annotate
src/sys/dev/pci/drm/i915/i915_suspend.h log diff annotate
src/sys/dev/pci/drm/i915/i915_sw_fence.c log diff annotate
src/sys/dev/pci/drm/i915/i915_sw_fence_work.c log diff annotate
src/sys/dev/pci/drm/i915/i915_sw_fence_work.h log diff annotate
src/sys/dev/pci/drm/i915/i915_switcheroo.c log diff annotate
src/sys/dev/pci/drm/i915/i915_sysfs.c log diff annotate
src/sys/dev/pci/drm/i915/i915_trace.h log diff annotate
src/sys/dev/pci/drm/i915/i915_ttm_buddy_manager.c log diff annotate
src/sys/dev/pci/drm/i915/i915_ttm_buddy_manager.h log diff annotate
src/sys/dev/pci/drm/i915/i915_utils.c log diff annotate
src/sys/dev/pci/drm/i915/i915_utils.h log diff annotate
src/sys/dev/pci/drm/i915/i915_vgpu.c log diff annotate
src/sys/dev/pci/drm/i915/i915_vma.c log diff annotate
src/sys/dev/pci/drm/i915/i915_vma.h log diff annotate
src/sys/dev/pci/drm/i915/i915_vma_types.h log diff annotate
src/sys/dev/pci/drm/i915/intel_device_info.c log diff annotate
src/sys/dev/pci/drm/i915/intel_device_info.h log diff annotate
src/sys/dev/pci/drm/i915/intel_dram.c log diff annotate
src/sys/dev/pci/drm/i915/intel_gvt.c log diff annotate
src/sys/dev/pci/drm/i915/intel_gvt.h log diff annotate
src/sys/dev/pci/drm/i915/intel_memory_region.c log diff annotate
src/sys/dev/pci/drm/i915/intel_memory_region.h log diff annotate
src/sys/dev/pci/drm/i915/intel_pch.c log diff annotate
src/sys/dev/pci/drm/i915/intel_pch.h log diff annotate
src/sys/dev/pci/drm/i915/intel_pm.c log diff annotate
src/sys/dev/pci/drm/i915/intel_pm.h log diff annotate
src/sys/dev/pci/drm/i915/Attic/intel_region_lmem.c log diff annotate
src/sys/dev/pci/drm/i915/Attic/intel_region_lmem.h log diff annotate
src/sys/dev/pci/drm/i915/intel_region_ttm.c log diff annotate
src/sys/dev/pci/drm/i915/intel_region_ttm.h log diff annotate
src/sys/dev/pci/drm/i915/intel_runtime_pm.c log diff annotate
src/sys/dev/pci/drm/i915/intel_runtime_pm.h log diff annotate
src/sys/dev/pci/drm/i915/intel_sideband.c log diff annotate
src/sys/dev/pci/drm/i915/intel_sideband.h log diff annotate
src/sys/dev/pci/drm/i915/intel_step.c log diff annotate
src/sys/dev/pci/drm/i915/intel_step.h log diff annotate
src/sys/dev/pci/drm/i915/intel_stolen.c log diff annotate
src/sys/dev/pci/drm/i915/intel_uncore.c log diff annotate
src/sys/dev/pci/drm/i915/intel_uncore.h log diff annotate
src/sys/dev/pci/drm/i915/intel_wopcm.c log diff annotate
src/sys/dev/pci/drm/i915/display/g4x_dp.c log diff annotate
src/sys/dev/pci/drm/i915/display/g4x_dp.h log diff annotate
src/sys/dev/pci/drm/i915/display/g4x_hdmi.c log diff annotate
src/sys/dev/pci/drm/i915/display/g4x_hdmi.h log diff annotate
src/sys/dev/pci/drm/i915/display/i9xx_plane.c log diff annotate
src/sys/dev/pci/drm/i915/display/i9xx_plane.h log diff annotate
src/sys/dev/pci/drm/i915/display/icl_dsi.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_acpi.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_atomic.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_atomic.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_atomic_plane.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_atomic_plane.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_audio.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_bios.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_bios.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_bw.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_cdclk.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_color.c log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:12Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_combo_phy.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_connector.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_connector.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_crt.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_crt.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_crtc.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_crtc.h log diff annotate
src/sys/dev/pci/drm/i915/display/Attic/intel_csr.c log diff annotate
src/sys/dev/pci/drm/i915/display/Attic/intel_csr.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_cursor.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_cursor.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_ddi.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_ddi.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_ddi_buf_trans.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_ddi_buf_trans.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_de.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_display.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_display.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_display_debugfs.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_display_debugfs.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_display_power.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_display_power.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_display_types.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dmc.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dmc.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dp.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dp.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dp_aux.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dp_aux.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dp_aux_backlight.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dp_hdcp.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dp_hdcp.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dp_link_training.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dp_link_training.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dp_mst.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dpio_phy.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dpio_phy.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dpll.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dpll.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dpll_mgr.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dpll_mgr.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dsb.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dsi.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dsi.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dsi_dcs_backlight.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dsi_vbt.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dvo.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_fb.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_fb.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_fbc.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_fbdev.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_fdi.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_fdi.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_fifo_underrun.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_frontbuffer.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_gmbus.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_hdcp.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_hdcp.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_hdmi.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_hdmi.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_hotplug.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_hotplug.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_lpe_audio.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_lspcon.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_lspcon.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_lvds.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_opregion.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_overlay.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_panel.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_panel.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_pipe_crc.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_pps.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_pps.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_psr.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_psr.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_qp_tables.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_qp_tables.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_quirks.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_sdvo.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_snps_phy.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_snps_phy.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_sprite.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_sprite.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_tc.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_tc.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_tv.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_vbt_defs.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_vdsc.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_vdsc.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_vga.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_vrr.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_vrr.h log diff annotate
src/sys/dev/pci/drm/i915/display/skl_scaler.c log diff annotate
src/sys/dev/pci/drm/i915/display/skl_scaler.h log diff annotate
src/sys/dev/pci/drm/i915/display/skl_universal_plane.c log diff annotate
src/sys/dev/pci/drm/i915/display/skl_universal_plane.h log diff annotate
src/sys/dev/pci/drm/i915/display/vlv_dsi.c log diff annotate
src/sys/dev/pci/drm/i915/display/vlv_dsi_pll.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_busy.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_clflush.c log diff annotate
src/sys/dev/pci/drm/i915/gem/Attic/i915_gem_client_blt.c log diff annotate
src/sys/dev/pci/drm/i915/gem/Attic/i915_gem_client_blt.h log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_context.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_context.h log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_context_types.h log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_create.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_dmabuf.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_domain.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c log diff annotate
src/sys/dev/pci/drm/i915/gem/Attic/i915_gem_fence.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_internal.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_ioctls.h log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_lmem.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_lmem.h log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_mman.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_object.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_object.h log diff annotate
src/sys/dev/pci/drm/i915/gem/Attic/i915_gem_object_blt.c log diff annotate
src/sys/dev/pci/drm/i915/gem/Attic/i915_gem_object_blt.h log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_object_types.h log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_pages.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_phys.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_pm.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_pm.h log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_region.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_region.h log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_shmem.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_shrinker.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_shrinker.h log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_stolen.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_stolen.h log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_tiling.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_ttm.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_ttm.h log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_userptr.c log diff annotate
src/sys/dev/pci/drm/i915/gem/i915_gem_wait.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/huge_gem_object.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/huge_pages.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/i915_gem_client_blt.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/i915_gem_coherency.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/i915_gem_context.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/i915_gem_dmabuf.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/i915_gem_execbuffer.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/i915_gem_migrate.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/i915_gem_mman.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/i915_gem_object.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/Attic/i915_gem_object_blt.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/i915_gem_phys.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/igt_gem_utils.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/mock_context.c log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/mock_context.h log diff annotate
src/sys/dev/pci/drm/i915/gem/selftests/mock_dmabuf.c log diff annotate
src/sys/dev/pci/drm/i915/gt/agp_intel_gtt.c log diff annotate
src/sys/dev/pci/drm/i915/gt/debugfs_gt.c log diff annotate
src/sys/dev/pci/drm/i915/gt/debugfs_gt_pm.c log diff annotate
src/sys/dev/pci/drm/i915/gt/gen2_engine_cs.c log diff annotate
src/sys/dev/pci/drm/i915/gt/gen6_engine_cs.c log diff annotate
src/sys/dev/pci/drm/i915/gt/gen6_ppgtt.c log diff annotate
src/sys/dev/pci/drm/i915/gt/gen6_ppgtt.h log diff annotate
src/sys/dev/pci/drm/i915/gt/gen6_renderstate.c log diff annotate
src/sys/dev/pci/drm/i915/gt/gen7_renderclear.c log diff annotate
src/sys/dev/pci/drm/i915/gt/gen7_renderstate.c log diff annotate
src/sys/dev/pci/drm/i915/gt/gen8_engine_cs.c log diff annotate
src/sys/dev/pci/drm/i915/gt/gen8_engine_cs.h log diff annotate
src/sys/dev/pci/drm/i915/gt/gen8_ppgtt.c log diff annotate
src/sys/dev/pci/drm/i915/gt/gen8_ppgtt.h log diff annotate
src/sys/dev/pci/drm/i915/gt/gen8_renderstate.c log diff annotate
src/sys/dev/pci/drm/i915/gt/gen9_renderstate.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_breadcrumbs.c log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:13Z
author jsg
files src/sys/dev/pci/drm/i915/gt/intel_breadcrumbs.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_breadcrumbs_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_context.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_context.h log diff annotate
src/sys/dev/pci/drm/i915/gt/Attic/intel_context_param.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_context_param.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_context_sseu.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_context_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_engine.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_engine_cs.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_engine_heartbeat.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_engine_heartbeat.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_engine_pm.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_engine_pm.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_engine_stats.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_engine_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_engine_user.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_engine_user.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_execlists_submission.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_execlists_submission.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_ggtt.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_ggtt_fencing.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_ggtt_fencing.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gpu_commands.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_buffer_pool.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_buffer_pool.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_buffer_pool_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_clock_utils.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_clock_utils.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_irq.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_irq.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_pm.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_pm.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_pm_irq.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_pm_irq.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_requests.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_requests.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gt_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gtt.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_gtt.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_llc.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_llc.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_llc_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_lrc.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_lrc.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_lrc_reg.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_migrate.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_migrate.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_migrate_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_mocs.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_mocs.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_ppgtt.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_rc6.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_rc6.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_rc6_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_region_lmem.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_region_lmem.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_renderstate.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_renderstate.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_reset.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_reset.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_reset_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_ring.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_ring.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_ring_submission.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_ring_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_rps.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_rps.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_rps_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_sseu.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_sseu.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_sseu_debugfs.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_timeline.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_timeline.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_timeline_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_workarounds.c log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_workarounds.h log diff annotate
src/sys/dev/pci/drm/i915/gt/intel_workarounds_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/mock_engine.c log diff annotate
src/sys/dev/pci/drm/i915/gt/mock_engine.h log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_engine_heartbeat.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_engine_heartbeat.h log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_execlists.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_gt_pm.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_hangcheck.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_llc.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_llc.h log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_lrc.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_migrate.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_mocs.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_rc6.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_rc6.h log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_reset.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_ring_submission.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_rps.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_slpc.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_timeline.c log diff annotate
src/sys/dev/pci/drm/i915/gt/selftest_workarounds.c log diff annotate
src/sys/dev/pci/drm/i915/gt/shmem_utils.c log diff annotate
src/sys/dev/pci/drm/i915/gt/sysfs_engines.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_debugfs.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_fw.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_fwif.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_log.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_log.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_log_debugfs.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_rc.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_rc.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_reg.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_slpc.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_slpc.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_slpc_types.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_huc.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_uc.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_uc.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_uc_fw.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_uc_fw.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_uc_fw_abi.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/abi/guc_actions_abi.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/abi/guc_actions_slpc_abi.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/abi/guc_communication_ctb_abi.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/abi/guc_communication_mmio_abi.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/abi/guc_errors_abi.h log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/abi/guc_messages_abi.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/cfg_space.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/cmd_parser.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/cmd_parser.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/display.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/display.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/dmabuf.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/execlist.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/execlist.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/fb_decoder.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/fb_decoder.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/firmware.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/gtt.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/gtt.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/gvt.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/gvt.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/handlers.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/hypercall.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/interrupt.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/interrupt.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/kvmgt.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/mmio.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/mmio_context.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/mmio_context.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/mpt.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/reg.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/scheduler.c log diff annotate
src/sys/dev/pci/drm/i915/gvt/scheduler.h log diff annotate
src/sys/dev/pci/drm/i915/gvt/vgpu.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/i915_active.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/i915_buddy.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/i915_gem.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/i915_gem_evict.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/i915_gem_gtt.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/i915_perf.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/i915_request.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/i915_selftest.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/i915_vma.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/igt_flush_test.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/igt_live_test.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/igt_mmap.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/igt_mmap.h log diff annotate
src/sys/dev/pci/drm/i915/selftests/igt_spinner.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/igt_spinner.h log diff annotate
src/sys/dev/pci/drm/i915/selftests/intel_memory_region.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/intel_scheduler_helpers.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/intel_scheduler_helpers.h log diff annotate
src/sys/dev/pci/drm/i915/selftests/intel_uncore.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/librapl.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/librapl.h log diff annotate
src/sys/dev/pci/drm/i915/selftests/mock_gem_device.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/mock_gtt.c log diff annotate
src/sys/dev/pci/drm/i915/selftests/mock_region.c log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:14Z
author jsg
files src/sys/dev/pci/drm/include/acpi/actbl.h log diff annotate
src/sys/dev/pci/drm/include/asm/processor.h log diff annotate
src/sys/dev/pci/drm/include/asm/set_memory.h log diff annotate
src/sys/dev/pci/drm/include/drm/amd_asic_type.h log diff annotate
src/sys/dev/pci/drm/include/drm/Attic/drm_agpsupport.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_aperture.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_atomic.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_atomic_helper.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_auth.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_bridge.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_cache.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_client.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_connector.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_crtc.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_damage_helper.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_device.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_displayid.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_dp_dual_mode_helper.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_dp_helper.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_dp_mst_helper.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_drv.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_dsc.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_edid.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_encoder.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_fb_helper.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_file.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_format_helper.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_fourcc.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_framebuffer.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_gem.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_gem_atomic_helper.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_gem_cma_helper.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_gem_framebuffer_helper.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_gem_ttm_helper.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_hdcp.h log diff annotate
src/sys/dev/pci/drm/include/drm/Attic/drm_irq.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_legacy.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_mode_config.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_modes.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_modeset_helper_vtables.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_panel.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_plane.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_prime.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_print.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_property.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_rect.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_vblank.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_vma_manager.h log diff annotate
src/sys/dev/pci/drm/include/drm/gpu_scheduler.h log diff annotate
src/sys/dev/pci/drm/include/drm/gud.h log diff annotate
src/sys/dev/pci/drm/include/drm/i915_mei_hdcp_interface.h log diff annotate
src/sys/dev/pci/drm/include/drm/i915_pciids.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/ttm_bo_api.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/ttm_bo_driver.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/ttm_caching.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/ttm_device.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/ttm_kmap_iter.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/Attic/ttm_memory.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/Attic/ttm_module.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/Attic/ttm_page_alloc.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/ttm_placement.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/ttm_pool.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/ttm_range_manager.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/ttm_resource.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/Attic/ttm_set_memory.h log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/ttm_tt.h log diff annotate
src/sys/dev/pci/drm/include/generated/autoconf.h log diff annotate
src/sys/dev/pci/drm/include/linux/acpi.h log diff annotate
src/sys/dev/pci/drm/include/linux/agp_backend.h log diff annotate
src/sys/dev/pci/drm/include/linux/atomic.h log diff annotate
src/sys/dev/pci/drm/include/linux/backlight.h log diff annotate
src/sys/dev/pci/drm/include/linux/bitops.h log diff annotate
src/sys/dev/pci/drm/include/linux/bsearch.h log diff annotate
src/sys/dev/pci/drm/include/linux/compiler.h log diff annotate
src/sys/dev/pci/drm/include/linux/console.h log diff annotate
src/sys/dev/pci/drm/include/linux/debugfs.h log diff annotate
src/sys/dev/pci/drm/include/linux/device.h log diff annotate
src/sys/dev/pci/drm/include/linux/dma-buf-map.h log diff annotate
src/sys/dev/pci/drm/include/linux/dma-fence-array.h log diff annotate
src/sys/dev/pci/drm/include/linux/dma-fence-chain.h log diff annotate
src/sys/dev/pci/drm/include/linux/dma-fence.h log diff annotate
src/sys/dev/pci/drm/include/linux/dma-mapping.h log diff annotate
src/sys/dev/pci/drm/include/linux/dma-resv.h log diff annotate
src/sys/dev/pci/drm/include/linux/errno.h log diff annotate
src/sys/dev/pci/drm/include/linux/gfp.h log diff annotate
src/sys/dev/pci/drm/include/linux/hdmi.h log diff annotate
src/sys/dev/pci/drm/include/linux/hrtimer.h log diff annotate
src/sys/dev/pci/drm/include/linux/i2c.h log diff annotate
src/sys/dev/pci/drm/include/linux/interrupt.h log diff annotate
src/sys/dev/pci/drm/include/linux/irq_work.h log diff annotate
src/sys/dev/pci/drm/include/linux/kernel.h log diff annotate
src/sys/dev/pci/drm/include/linux/ktime.h log diff annotate
src/sys/dev/pci/drm/include/linux/limits.h log diff annotate
src/sys/dev/pci/drm/include/linux/list.h log diff annotate
src/sys/dev/pci/drm/include/linux/lockdep.h log diff annotate
src/sys/dev/pci/drm/include/linux/mm.h log diff annotate
src/sys/dev/pci/drm/include/linux/mm_types.h log diff annotate
src/sys/dev/pci/drm/include/linux/mmzone.h log diff annotate
src/sys/dev/pci/drm/include/linux/mod_devicetable.h log diff annotate
src/sys/dev/pci/drm/include/linux/mutex.h log diff annotate
src/sys/dev/pci/drm/include/linux/pci.h log diff annotate
src/sys/dev/pci/drm/include/linux/pgtable.h log diff annotate
src/sys/dev/pci/drm/include/linux/rcupdate.h log diff annotate
src/sys/dev/pci/drm/include/linux/rwsem.h log diff annotate
src/sys/dev/pci/drm/include/linux/seq_file.h log diff annotate
src/sys/dev/pci/drm/include/linux/seqlock.h log diff annotate
src/sys/dev/pci/drm/include/linux/sizes.h log diff annotate
src/sys/dev/pci/drm/include/linux/smp.h log diff annotate
src/sys/dev/pci/drm/include/linux/stdarg.h log diff annotate
src/sys/dev/pci/drm/include/linux/stddef.h log diff annotate
src/sys/dev/pci/drm/include/linux/swap.h log diff annotate
src/sys/dev/pci/drm/include/linux/sysfs.h log diff annotate
src/sys/dev/pci/drm/include/linux/time64.h log diff annotate
src/sys/dev/pci/drm/include/linux/util_macros.h log diff annotate
src/sys/dev/pci/drm/include/linux/vgaarb.h log diff annotate
src/sys/dev/pci/drm/include/linux/workqueue.h log diff annotate
src/sys/dev/pci/drm/include/linux/ww_mutex.h log diff annotate
src/sys/dev/pci/drm/include/linux/xarray.h log diff annotate
src/sys/dev/pci/drm/include/uapi/drm/amdgpu_drm.h log diff annotate
src/sys/dev/pci/drm/include/uapi/drm/drm.h log diff annotate
src/sys/dev/pci/drm/include/uapi/drm/drm_fourcc.h log diff annotate
src/sys/dev/pci/drm/include/uapi/drm/drm_mode.h log diff annotate
src/sys/dev/pci/drm/include/uapi/drm/drm_sarea.h log diff annotate
src/sys/dev/pci/drm/include/uapi/drm/i915_drm.h log diff annotate
src/sys/dev/pci/drm/radeon/atom.h log diff annotate
src/sys/dev/pci/drm/radeon/atombios.h log diff annotate
src/sys/dev/pci/drm/radeon/atombios_crtc.c log diff annotate
src/sys/dev/pci/drm/radeon/atombios_dp.c log diff annotate
src/sys/dev/pci/drm/radeon/atombios_encoders.c log diff annotate
src/sys/dev/pci/drm/radeon/btc_dpm.c log diff annotate
src/sys/dev/pci/drm/radeon/ci_dpm.c log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:15Z
author jsg
files src/sys/dev/pci/drm/radeon/cik.c log diff annotate
src/sys/dev/pci/drm/radeon/cik.h log diff annotate
src/sys/dev/pci/drm/radeon/cik_sdma.c log diff annotate
src/sys/dev/pci/drm/radeon/cypress_dpm.c log diff annotate
src/sys/dev/pci/drm/radeon/dce6_afmt.c log diff annotate
src/sys/dev/pci/drm/radeon/dce6_afmt.h log diff annotate
src/sys/dev/pci/drm/radeon/evergreen.c log diff annotate
src/sys/dev/pci/drm/radeon/evergreen.h log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_cs.c log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_dma.c log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_hdmi.c log diff annotate
src/sys/dev/pci/drm/radeon/evergreen_hdmi.h log diff annotate
src/sys/dev/pci/drm/radeon/kv_dpm.c log diff annotate
src/sys/dev/pci/drm/radeon/ni.c log diff annotate
src/sys/dev/pci/drm/radeon/ni.h log diff annotate
src/sys/dev/pci/drm/radeon/ni_dma.c log diff annotate
src/sys/dev/pci/drm/radeon/ni_dpm.c log diff annotate
src/sys/dev/pci/drm/radeon/ni_dpm.h log diff annotate
src/sys/dev/pci/drm/radeon/nislands_smc.h log diff annotate
src/sys/dev/pci/drm/radeon/r100.c log diff annotate
src/sys/dev/pci/drm/radeon/r300.c log diff annotate
src/sys/dev/pci/drm/radeon/r300_reg.h log diff annotate
src/sys/dev/pci/drm/radeon/r420.c log diff annotate
src/sys/dev/pci/drm/radeon/r520.c log diff annotate
src/sys/dev/pci/drm/radeon/r600.c log diff annotate
src/sys/dev/pci/drm/radeon/r600.h log diff annotate
src/sys/dev/pci/drm/radeon/r600_cs.c log diff annotate
src/sys/dev/pci/drm/radeon/r600_dma.c log diff annotate
src/sys/dev/pci/drm/radeon/r600_hdmi.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_acpi.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_agp.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_asic.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_asic.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_atombios.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_atombios.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_audio.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_audio.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_bios.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_combios.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_connectors.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_cs.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_device.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_device.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_display.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_dp_mst.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_drv.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_drv.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_encoders.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_fb.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_fence.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_gart.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_gem.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_i2c.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_ib.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_irq_kms.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_kms.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_kms.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_legacy_encoders.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_legacy_encoders.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_mn.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_mode.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_object.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_object.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_pm.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_pm.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_prime.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_prime.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_ring.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_sync.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_trace.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_ttm.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_ttm.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_uvd.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_vce.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_vm.c log diff annotate
src/sys/dev/pci/drm/radeon/rs400.c log diff annotate
src/sys/dev/pci/drm/radeon/rs600.c log diff annotate
src/sys/dev/pci/drm/radeon/rs690.c log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:16Z
author jsg
files src/sys/arch/amd64/conf/Makefile.amd64 log diff annotate
src/sys/arch/arm64/conf/Makefile.arm64 log diff annotate
src/sys/dev/pci/drm/radeon/rs780_dpm.c log diff annotate
src/sys/dev/pci/drm/radeon/rv515.c log diff annotate
src/sys/dev/pci/drm/radeon/rv730_dpm.c log diff annotate
src/sys/dev/pci/drm/radeon/rv740_dpm.c log diff annotate
src/sys/dev/pci/drm/radeon/rv770.c log diff annotate
src/sys/dev/pci/drm/radeon/rv770.h log diff annotate
src/sys/dev/pci/drm/radeon/rv770_dpm.c log diff annotate
src/sys/dev/pci/drm/radeon/si.c log diff annotate
src/sys/dev/pci/drm/radeon/si.h log diff annotate
src/sys/dev/pci/drm/radeon/si_dma.c log diff annotate
src/sys/dev/pci/drm/radeon/si_dpm.c log diff annotate
src/sys/dev/pci/drm/radeon/si_dpm.h log diff annotate
src/sys/dev/pci/drm/radeon/sislands_smc.h log diff annotate
src/sys/dev/pci/drm/radeon/sumo_dpm.c log diff annotate
src/sys/dev/pci/drm/radeon/sumo_dpm.h log diff annotate
src/sys/dev/pci/drm/radeon/sumo_smc.c log diff annotate
src/sys/dev/pci/drm/radeon/trinity_dpm.c log diff annotate
src/sys/dev/pci/drm/radeon/vce.h log diff annotate
src/sys/dev/pci/drm/radeon/vce_v1_0.c log diff annotate
src/sys/dev/pci/drm/radeon/vce_v2_0.c log diff annotate
src/sys/dev/pci/drm/scheduler/sched_entity.c log diff annotate
src/sys/dev/pci/drm/scheduler/sched_fence.c log diff annotate
src/sys/dev/pci/drm/scheduler/sched_main.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_agp_backend.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo_util.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo_vm.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_device.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_execbuf_util.c log diff annotate
src/sys/dev/pci/drm/ttm/Attic/ttm_memory.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_module.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_module.h log diff annotate
src/sys/dev/pci/drm/ttm/Attic/ttm_page_alloc.c log diff annotate
src/sys/dev/pci/drm/ttm/Attic/ttm_page_alloc_dma.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_pool.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_range_manager.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_resource.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_sys_manager.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_tt.c log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T06:53:17Z
author jsg
files src/sys/arch/powerpc64/conf/Makefile.powerpc64 log diff annotate
message update drm to linux 5.15.14

new hardware support includes

Intel
ehl/Elkhart Lake (embedded)
jsl/Jasper Lake (atom)
rkl/Rocket Lake (desktop)

AMD
van gogh APU (gfx1033)
yellow carp / rembrandt APU (gfx1035?)
Ryzen 6000 APU
navy flounder / navi 22 (gfx1031)
RX 6700, RX 6700 XT, RX 6700M, RX 6800M, RX 6850M XT
dimgrey cavefish / navi 23 (gfx1032)
Pro W6600, Pro W6600M, RX 6600, RX 6600 XT, RX 6600M,
RX 6600S, RX 6650M, RX 6650M XT, RX 6700S, RX 6800S
beige goby / navi 24 (gfx1034)
RX 6500 XT, RX 6400, RX 6500M, RX 6300M

Thanks to the OpenBSD Foundation for sponsoring this work
niklas@ for helping with ttm and amdgpu and patrick@ for adapting
rockchip drm.

date 2022-01-14T15:00:16Z
author kettenis
files src/sys/dev/pci/drm/include/linux/atomic.h log diff annotate
message We don't have 64-bit atomics on powerpc, but we don't really need them.
So don't provide atomic64_cmpxchg() on powerpc and on other architectures
make its implementation similar to atomic64_xchg().
This makes the tree build again on macppc.

suggested by & ok jsg@

date 2022-01-15T04:10:01Z
author jsg
files src/sys/dev/pci/if_msk.c log diff annotate
message bring back spelling fix from rev 1.138 lost in rev 1.140
pointed out by Brad

date 2022-01-15T11:04:16Z
author kettenis
files src/sys/arch/arm64/dev/apliic.c log diff annotate
message Don't reset the controller on each transaction. Remove unecessary polling
loop and adjust another polling loop. This makes accessing the cs42l83
audio codec work. Probably removing the reset is enough to fix this
but the other changes bring us in line with the Linux driver which had
some decent RE done to it recently.

ok patrick@

date 2022-01-16T06:27:14Z
author dlg
files src/sys/net/bpf.c log diff annotate
message activate/notify waiting kq kevents from bpf_wakeup directly.

this builds on the mpsafe kq/kevent work visa has been doing.

normally kevents are notified by calling selwakeup, but selwakeup
needs the KERNEL_LOCK. because bpf runs from all sorts of contexts
that may or may not have the kernel lock, the call to selwakeup is
deferred to the systq which already has the kernel lock. while this
avoids spinning in bpf for the kernel lock, it still adds latency
between when the buffer is ready for a program and when that program
gets notified about it. now that bpf kevents are mpsafe and bpf_wakeup
is already holding the necessary locks, we can avoid that latency.

bpf_wakeup now checks if there are waiting kevents and notifies
them immediately. if there are no other things to wake up, bpf_wakeup
avoids the task_add (and associated reference counting) to defer
the selwakeup call.

selwakeup can still try to notify waiting kevents, so this uses the
hint passed to knote() to differentiate between the notification
from bpf_wakeup and selwakeup and returns early from the latter.

ok visa@

date 2022-01-16T11:34:05Z
author dlg
files src/sys/dev/pci/if_pcn.c log diff annotate
message modernise pcn_start with m_defrag and the "new" ifq pattern.

aside from getting rid of a use of the ifq_deq_begin/commit/rollback
stuff, it simplifies the code a lot. im also sick of having the
diff in my tree.

date 2022-01-16T22:27:46Z
author mlarkin
files src/sys/arch/amd64/amd64/hibernate_machdep.c log diff annotate
src/sys/arch/i386/i386/hibernate_machdep.c log diff annotate
src/sys/sys/hibernate.h log diff annotate
message Remove trailing whitespace in a few places. No code change.

date 2022-01-16T22:43:25Z
author jsg
files src/sys/dev/pci/drm/i915/intel_pm.c log diff annotate
message drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()

From Nathan Chancellor
48d56b00c35266b00ec92aaf0db5b71ce1f27702 in linux 5.15.y/5.15.15
2e70570656adfe1c5d9a29940faa348d5f132199 in mainline linux

date 2022-01-16T23:05:48Z
author jsg
files src/sys/arch/riscv64/include/softintr.h log diff annotate
message remove "for all AArch64 platforms" from comment
removed from other archs in 2020 before riscv64 was imported

date 2022-01-17T02:54:28Z
author mlarkin
files src/sys/arch/amd64/amd64/hibernate_machdep.c log diff annotate
src/sys/arch/i386/i386/hibernate_machdep.c log diff annotate
src/sys/kern/subr_hibernate.c log diff annotate
src/sys/sys/hibernate.h log diff annotate
message Allow more memory ranges in hibernate

The previous limit of VM_PHYSSEG_MAX ranges (16) was proving too small for
newer machines. This diff reorganizes the hibernate signature block to allow
for 22 ranges by removing the kernel version comparison and replacing it
with a SHA of several unique kernel features (the version string and several
addresses of functions not inside the same .o).

Reported by claudio@, who also helped fix some issues in the diff. Input
from deraadt@ as well.

Tested by myself and claudio on a variety of machines. Only compile tested on
i386 as I have no more S4-capable i386 hardware anymore.

ok claudio@

date 2022-01-17T03:54:03Z
author jsg
files src/sys/dev/pci/drm/drm_linux.c log diff annotate
message unstub dma_fence_chain_find_seqno() for non zero seqno

date 2022-01-17T12:42:30Z
author jsg
files src/sys/dev/pci/drm/include/linux/irq_work.h log diff annotate
message change irq work from interrupt context back to process context like
our 5.10 drm used (via a task) by changing from timeout_set() to
timeout_set_proc()

irq work is supposed to be in interrupt context but some path used on
inteldrm with gen 9 graphics sleeps.

Reported by Agnosto Dvonik on kaby lake and jcs@ and aja@ on comet lake.
For Agnosto Dvonik this occured when running firefox or mpv, for jcs@
when playing a video in firefox, for aja@ after 5 min of running gnome.
aja@ has run gnome for many hours with this change without problem.

date 2022-01-17T13:55:32Z
author mpi
files src/sys/uvm/uvm_object.c log diff annotate
message Call uvm_pglistfree(9) instead of uvm_pmr_freepageq().

There is no functionnal change as the former is just a wrapper around the
latter. However upper layer of UVM do not need to mess with the internals
of the page allocator.

This will also help when a page cache will be introduced to reduce contention
on the global mutex serializing acess to pmemrange's data.

ok kettenis@, kn@, tb@

date 2022-01-17T14:17:48Z
author visa
files src/sys/arch/riscv64/dev/sfcc.c log diff annotate
message sfcc: Fix accidental spinning

Adjust end condition so that sfcc_cache_wbinv_range() would not spin
when (pa + len) is not cache line aligned.

While here, fix parameter types of sfcc_cache_wbinv_range() as
suggested by kettenis@.

OK kettenis@ (earlier version), miod@

date 2022-01-18T07:44:37Z
author visa
files src/sys/arch/riscv64/dev/plic.c log diff annotate
message plic: Fix cpuid handling

Make `cpu' signed so that the possible return value -1 from
plic_get_cpuid() gets handled correctly in the (cpu < 0) condition.
This prevents plic_attach() from updating sc_contexts[] out of bounds.

When plic_get_cpuid() returns -1, ignore the entry and continue
processing. The error is not fatal. It is normal that secondary CPUs
are not found when running a non-MULTIPROCESSOR kernel on
a multiprocessor machine.

OK kettenis@

date 2022-01-18T07:53:39Z
author visa
files src/sys/arch/riscv64/conf/GENERIC log diff annotate
src/sys/arch/riscv64/conf/RAMDISK log diff annotate
src/sys/dev/fdt/cdsdhc.c log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
message Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller.

Tested on a PolarFire SoC.

date 2022-01-18T10:48:33Z
author dlg
files src/sys/net/if_ethersubr.c log diff annotate
message a comment about bridges shouldnt list switch(4), but can have veb(4).

date 2022-01-18T10:54:05Z
author dlg
files src/sys/net/ifq.c log diff annotate
message return EIO, not ENXIO, when the interface underneath ifq_deq_sleep dies.

this is consistent with other drivers when they report their
underlying device being detached.

date 2022-01-18T11:36:21Z
author patrick
files src/sys/arch/armv7/marvell/mvpxa.c log diff annotate
src/sys/dev/acpi/sdhc_acpi.c log diff annotate
src/sys/dev/fdt/cdsdhc.c log diff annotate
src/sys/dev/fdt/sdhc_fdt.c log diff annotate
src/sys/dev/pci/sdhc_pci.c log diff annotate
src/sys/dev/sdmmc/sdhc.c log diff annotate
src/sys/dev/sdmmc/sdhcvar.h log diff annotate
message Improve how quirks are handled on sdhc(4)-compatible drivers. So far
we have passed a modified version of the contents in the capabilities
register if we wanted to override what sdhc(4) would otherwise read.
Unfortunately there's a second capabilities register that we did not
yet take into consideration, which is why to disable DDR50 support we
created a quirk flag in the softc. The sdhc(4) ACPI nodes have a way
to mask and set bits in both of the capabilities register, which is a
flexible approach to solving that issue and using that for our sdhc(4)
drivers even improves readability.

ok kettenis@

date 2022-01-18T12:38:21Z
author bluhm
files src/sys/kern/uipc_mbuf.c log diff annotate
message Properly handle read-only clusters in m_pullup(9).

If the first mbuf of a chain in m_pullup is a cluster, check if the
cluster is read-only (shared or an external buffer). If so, don't
touch it and create a new mbuf for the pullup data.

This restores original 4.4BSD m_pullup, that not only returned
contiguous mbuf data of the specified length, but also converted
read-only clusters into writeable memory. The latter feature was
lost during some refactoring.

from ehrhardt@; tested by weerd@; OK stsp@ bluhm@ claudio@