History log of /openbsd/sys/dev/pci/drm/include/linux/platform_device.h (Results 1 – 4 of 4)
Revision Date Author Comments
# cefff6e5 13-Jan-2024 kettenis <kettenis@openbsd.org>

Provide a more complete implementation of the "component" APIs. Also tweak
the "platform" interfaces to stash away the bits of fdt_attach_args that
we need later on instead of referencing it directl

Provide a more complete implementation of the "component" APIs. Also tweak
the "platform" interfaces to stash away the bits of fdt_attach_args that
we need later on instead of referencing it directly. This makes those
interfaces usable after attach time.

ok jsg@

show more ...


# d99c73b1 09-Jan-2024 jsg <jsg@openbsd.org>

inline -> static inline ; fixes sparc64 build


# 667382c7 06-Jan-2024 kettenis <kettenis@openbsd.org>

Add more Linux compat code in preparation for the apple KMS driver.

ok jsg@


# 7f4dd379 14-Apr-2019 jsg <jsg@openbsd.org>

Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
linux 4.19.34.

Adds support for more Intel hardware:
Broxton/Apollo Lake (was is_preliminary in 4.4)
Amber Lake (another Kaby L

Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
linux 4.19.34.

Adds support for more Intel hardware:
Broxton/Apollo Lake (was is_preliminary in 4.4)
Amber Lake (another Kaby Lake refresh)
Gemini Lake
Coffee Lake
Whiskey Lake
Cannon Lake (though no hardware with Intel graphics ever shipped)
Ice Lake (alpha support, hardware not released)

This does not add support for new radeon hardware on the AMD side as
newer radeons have a different kernel driver (amdgpu).

Thanks to the OpenBSD Foundation for sponsoring this work, kettenis@ for
helping and a bunch of other developers for testing.

show more ...