History log of /netbsd-src/sys/modules/amdgpu/Makefile (Results 1 – 9 of 9)
Revision Date Author Comments
# 770c9d53 16-Apr-2024 riastradh <riastradh@NetBSD.org>

drm: Set CONFIG_ACPI in linux/acpi.h and make it build.

Leave a little ACPI-related functionality disabled for now, like
getting EDID out of ACPI -- needs a bit more work to make this work,
and I do

drm: Set CONFIG_ACPI in linux/acpi.h and make it build.

Leave a little ACPI-related functionality disabled for now, like
getting EDID out of ACPI -- needs a bit more work to make this work,
and I don't have hardware to work on that.

Should help with failures of the forms:

- unable to locate a BIOS ROM
- bios: unable to locate usable image

on various machines.

show more ...


# 6a6f3ca2 10-Sep-2023 mrg <mrg@NetBSD.org>

use CC_WNO_MAYBE_UNINITIALIZED and fix the clang build.


# 41d7bff0 04-Sep-2023 mrg <mrg@NetBSD.org>

apply some warning disables for GCC 12.

*possibly* the one for intel_dp.c is a real bug but it seems very
difficult to be sure (i can't seem to convince myself either way.)


# 9860f317 14-Jul-2023 riastradh <riastradh@NetBSD.org>

amdgpu: Define CONFIG_DRM_AMD_DC to enable display core logic.

Probably resolves a host of issues with amdgpu not detecting
displays!

Noticed by rjs@.

PR kern/57059
PR kern/57325
PR kern/57452

XX

amdgpu: Define CONFIG_DRM_AMD_DC to enable display core logic.

Probably resolves a host of issues with amdgpu not detecting
displays!

Noticed by rjs@.

PR kern/57059
PR kern/57325
PR kern/57452

XXX pullup-10

show more ...


# 3810c279 30-Jul-2022 tnn <tnn@NetBSD.org>

COPTS -> CWARNFLAGS


# f899d637 30-Jul-2022 tnn <tnn@NetBSD.org>

amdgpu: add some more CWARNFLAGS to appease clang

XXX backport this change to files.amdgpu


# 0d2f884d 30-Jul-2022 tnn <tnn@NetBSD.org>

amdgpu: don't set -mhard-float for clang

clang complains that the option has no effect and it generates hard
float instructions without the option. soft-float not really supported
on x86_64 with cla

amdgpu: don't set -mhard-float for clang

clang complains that the option has no effect and it generates hard
float instructions without the option. soft-float not really supported
on x86_64 with clang from what I can tell.

show more ...


# 2c5cf245 24-Jul-2022 riastradh <riastradh@NetBSD.org>

amdgpu: Sprinkle missing COPTS.amdgpu_float options.

For some reason x86 didn't need these but aarch64 does.


# dbe27f2b 19-Dec-2021 riastradh <riastradh@NetBSD.org>

amdgpu: New kernel module build goo.