Radeon R7

2021-12-06 Thread Riza Dindir
649,6 +651,82 @@ return legacy_read_disabled_bios(rdev); } +// ** +// HACK + +/* + * This code is experimental and is written to make the driver work on the system + * for the radeon r7 m265 device. + * + * Problems: + * + * Do not know w

Questions about kernel driver for Radeon r7 m265

2021-10-16 Thread Riza Dindir
Hello, I have a laptop that is using the NetBSD9.2 amd64 system. The laptop has a radeon r7 m265 graphics card on it. I am trying to revise the code for the kernel driver for the radeon graphics card that I have on my laptop. I have a question regarding the bus_space_* functions. Would this be